flo icon indicating copy to clipboard operation
flo copied to clipboard

Overclock Debian armhf

Open ghost opened this issue 9 years ago • 1 comments

I just compile kernel and boot debian. I created file elementalx.conf in /etc directory but no effect.

Question. How i can overclock cpu to 2,3GHz and gpu by command line?

scaling_max_freq show:

1512000 1512000 1512000 1512000

lscpu show:

Architecture: armv7l Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 CPU max MHz: 1512.0000 CPU min MHz: 384.0000

ghost avatar Jun 02 '16 12:06 ghost

Due to Debian ARMHF not supporting the configuration script for ElementalX (It gets installed in Android and booted by Android's init.d support, but Debian's init doesn't work the same way)

You will need to manually edit /sys/devices/system/cpu/cpuX/cpufreq where X is the core you wanna change. You can then script your own settings.

ShadowEO avatar Jul 12 '16 06:07 ShadowEO