docs: update docs

This commit is contained in:
hanabbi
2023-09-08 13:34:13 +09:00
parent 8518bfafed
commit e8a41faae3
5 changed files with 19 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ Overclocking Suite for Nintendo Switch consoles running Atmosphere CFW.
## Features
- Erista variant (HAC-001)
- CPU Overclock (Safe: 1785 / 921 MHz)
- CPU / GPU Overclock (Safe: 1785 / 921 MHz)
- Unsafe
- Due to the limit of board power draw or power IC
- Unlockable frequencies up to 2091 / 998 MHz

View File

@@ -19,10 +19,10 @@
## 기능
- 구형 스위치 (HAC-001)
- CPU 오버클럭 (안전한 클럭: 1785 MHz)
- CPU / GPU 오버클럭 (안전한 클럭: 1785 / 921 MHz)
- 안전하지 않은 클럭
- 보드 전력 소모 한계나 전원부 IC 때문
- 2091 MHz 까지 클럭 해제 가능
- 2091 / 998 MHz 까지 클럭 해제 가능
- [README for sys-clk-OC](https://github.com/hanai3Bi/Switch-OC-Suite/blob/master/Source/sys-clk-OC/README.md) 참조
- 메모리 오버클럭 (안전한 클럭: 1862.4 MHz)

View File

@@ -5,6 +5,8 @@ Switch sysmodule allowing you to set cpu/gpu clocks according to the running app
## Clock table (MHz)
official means HOS official, unless specified
### CPU clocks
* 2397 → OC max for Mariko (with CPU UV)
@@ -18,7 +20,7 @@ Switch sysmodule allowing you to set cpu/gpu clocks according to the running app
* 1581
* 1428
* 1326
* 1224 → sdev oc
* 1224 → sdev OC
* 1122
* 1020 → official docked & handheld
* 918
@@ -49,21 +51,25 @@ Switch sysmodule allowing you to set cpu/gpu clocks according to the running app
### MEM clocks
From Hekate Minerva module [sys_sdrammtc.c](https://github.com/CTCaer/hekate/blob/197ed8c319bd4132e4d7571ce037d4a27f806bba/modules/hekate_libsys_minerva/sys_sdrammtc.c#L67)
From Hekate Minerva module [sys_sdrammtc.c](https://github.com/CTCaer/hekate/blob/master/modules/hekate_libsys_minerva/sys_sdrammtc.c#L65)
- ????
- 3200 → l4t and closed version max for Mariko
- 2931
- 2665
- 2502 → max for Mariko
- 2131 → max for Erista and official max for Mariko
- 2400
- 2361 → l4t and closed version max for Erista
- 2131 → JEDEC. max for Erista and official max for Mariko. lpddr4(x) official max
- 2099
- 2064
- 1996 → mariko default
- 1996 → OCS mariko default
- 1932
- 1894
- 1862 → official max for Erista; erista default
- 1862 → JEDEC. official max for Erista; OCS erista default
- 1795
- 1728
- 1600 → official docked & official boost mode
- 1331 → official handheld
- 1331 → JEDEC. official handheld
- 1065
- 800
- 665

2
pages/dist/main.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -236,7 +236,8 @@ var CustTable: Array<CustEntry> = [
["Acceptable range: 1100000 ≤ x ≤ 1250000, and it should be divided evenly by 12500.",
"Erista Default (HOS): 1125000 (bootloader: 1100000)",
"Mariko Default: 1100000 (It will not work without sys-clk-OC)",
"Micron Official lpddr4(x) range: 1060mV~1170mV",
"Official lpddr4(x) range: 1060mV~1175mV",
"Public version needs high voltage because of wrong values, but it is recommended to stay within safe limits",
"Not enabled by default"],
0,
[1100_000, 1250_000],