啊,很长时间没登录了,一直没注意。我降频是在文件系统起来以后,进入到/sys/devices/system/cpu/cpun/cpufreq/目录下 (n表示cpu号的编号 如四核的有cpu0 cpu1 cpu2 cpu3)。 echo userspace>scaling_governor
然后echo ‘xxxx’>scaling_cur_freq (xxxx为所要设置的频率,只能设置成可用的频率)
别的板子我不知道,不过我的这个可用频率只有3个,396000 792000 ......最低只能降成396000
|