For ondemand governor I used this
#!/bin/sh
(
echo ‘ondemand’ > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
) &
in autostart.sh. it works fine, but I don’t know if it’s the right way.
Is there any setting in the coreelec menu to switch between performance and ondemand governor?
thanks.