Skip to content

Commit e98014f

Browse files
committed
roll back to 1824mhz
DraStic crashes within a few seconds of applying the overclock, the old build crashes the device entirely. May re-introduce this clock in the future. Anything above 1872MHz crashes the device in the majority of conditions
1 parent 5fd2d49 commit e98014f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/System/scripts/helpers.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export THEME_PATH="$(awk -F'"' '/"theme":/ {print $4}' "/mnt/UDISK/system.json"
1212
# - maximum: constant 1536mhz frequency, best suited for harder to run games (i.e. SNES SuperFX or 3D PSX)
1313
# - turbo: constant 1632mhz frequency, best suited for the most demanding games. CAUTION: this may cause instability!
1414
# - overdrive: constant 1728mhz frequency, best suited for the most demanding games. CAUTION: this may cause instability!
15-
# - unstable: constant 1872mhz frequency, best suited for the most demanding games. CAUTION: this may cause instability!
15+
# - unstable: constant 1824mhz frequency, best suited for the most demanding games. CAUTION: this may cause instability!
1616
set_cpuclock() {
1717
chmod a+w /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
1818
chmod a+w /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
@@ -56,7 +56,7 @@ set_cpuclock() {
5656
;;
5757
"unstable")
5858
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
59-
devmem 0x01C20000 32 0x80001920 # ditto (1872MHz)
59+
devmem 0x01C20000 32 0x80001230 # ditto (1824MHz)
6060
;;
6161
esac
6262

0 commit comments

Comments
 (0)