I don't have cpufreq-info/set, utility, How can I change cpu frequency manually using sysfs & CPUFREQ ?
According to this:
If you are using the userspace governor, you can write to /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed to change the current speed.
# echo 700000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
# cat /proc/cpuinfo
cpu MHz : 697.252
# echo 900000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
# cat /proc/cpuinfo
cpu MHz : 976.152
To enable userspace governor you must write userspace
into /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
:
# echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With