|
Edited by DiAvL0 at 2016-2-6 00:07
Hi bronco,
First of all, thank you for your script.
It ran sucessfully and the change was effective as expected.
Before script:
orange@OrangePI:~$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq
1536000
1536000
1536000
1536000
After script and reboot:
orange@OrangePI:~$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq
1200000
1200000
1200000
1200000
But, based in your script I was thinking that the result of my last command should be 1296000 instead of 1200000
;extremity_freq = 1296000000\max_freq = 1296000000\
min_freq = 648000000\
LV_count = 8\
LV1_freq = 1296000000\
LV1_volt = 1340\
|
|