First thing was first, I had done some research on reading temp sensors and they fail at 408mhz, which is the "slow" speed, this board doesn't have a proper voltage selectable voltage regulator, just a VR that is settable via resistors, and that's 1.2ghz or 408mhz
sudo nano /etc/default/cpufrequtils
ENABLE=true
MIN_SPEED=1200000
MAX_SPEED=1200000
GOVERNOR=performance
sudo watch -n 1 cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq
Every 1.0s: cat /sys/devices/system/cpu/cpu0/cpufre... Mon Mar 26 20:31:38 2018
1200000
1200000
1200000
1200000
Much better :)
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.