Using BBAI board and booting off sd card with this image and I noticed no matter what max value I placed in the /etc/init.d/cpufrequtils script, the /sys/devices/system/cpu/cpuX/cpufreq/scaling_max_freq file was never changed. This caused the min/max speeds to be “stuck” at 400Mhz. Apparently the “cpufreq-set” command requires the speed unit postfix to work? Didn’t work if I left it off. So I modified the cpufrequtils startup script to add the MHz postfix unit to the command and now the board boots up with the correct min/max values.
Can the /etc/init.d/cpufrequtils script be modified so it works correctly? Thanks!