Hi,
I follow the below link and try to set MPU frequency from 600M Hz to 800M Hz.
But I got logs as following,
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_freque
300000 600000 720000 800000 1000000
$ cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
600000
$ echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
-sh: echo: write error: Invalid argument
Could you tell me how to configure frequency from 600M to 800M even 1000M Hz?
Thanks.