Telem-GW6e CPU frequency

From Phobos Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Set faster CPU frequency

  • Login to GW6e console.
  • Login as root
su
  • Rename
mv /etc/init.d/N17setcpuspeed /etc/init.d/S17setcpuspeed
  • Edit CPU frequency in file
vi /etc/init.d/S17setcpuspeed
  • 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

  • Login to GW6e console.
  • Login as root
su
  • run command
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq