CPUSPEED
By default, image has cpupower service enabled, so using the performance
governor. Disable service for ondemand governor.
There are a few settings in "/etc/rc.d/rc.local" suggested on
linux-sunxi wiki to make ondemand more responsive.

Code:
--------------------
    
  echo 336000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
  echo 1008000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
  echo 40 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
  echo 200000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101378

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to