You are not logged in.
I installed the RPi1 version of devuan on the ZeroW, but did wonder why it seems to be slower than on raspbian lite.
After searching I did found that devuan uses the CPU governor "powersave" while raspbian uses "ondemand"
So after give the command
echo 'ondemand' > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
devuan should work fast as raspbian on a Raspberry Pi Zero W
Offline
Thank you! Makes a world of a difference.
Offline
echo 'ondemand' > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
That change will be reverted after a reboot.
To make it permanent add this line to the end of /etc/sysfs.conf (or in it's own file under /etc/sysfs.d/):
devices/system/cpu/cpu*/cpufreq/scaling_governor = ondemand
Last edited by Head_on_a_Stick (2021-03-19 20:53:48)
Brianna Ghey — Rest In Power
Offline