Telem-GW6 CPU frequency

From Phobos Wiki
Revision as of 12:52, 28 January 2013 by Roland (talk | contribs)
Jump to navigation Jump to search

If needed, it is possible to make GW6 a little bit faster by setting a higher CPU frequency.

Set faster CPU frequency

  1. Login to GW6 console.
  2. Login as root
    • su
  3. Rename
    • mv /etc/init.d/N17setcpuspeed /etc/init.d/S17setcpuspeed
  4. Edit CPU frequency in file
    • vi /etc/init.d/S17setcpuspeed
  5. Uncomment one of the lines in S17setcpuspeed to set that frequency
    • CPU_FREQ=$CPU_FREQ_312
    • CPU_FREQ=$CPU_FREQ_416
    • CPU_FREQ=$CPU_FREQ_520

To enable selected frequency

/etc/init.d/S17setcpuspeed start

or

reboot

Check current CPU frequency

  1. Login to GW6 console.
  2. Login as root
    • su
  3. run command
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq