Telem-GW6 CPU frequency: Difference between revisions

From Phobos Wiki
Jump to navigation Jump to search
(Uus lehekülg: 'If needed, it is possible to make GW6 a little bit faster by setting a higher CPU frequency. === Set faster CPU frequency === # Login to GW6 console. # Login as root # Rename #* ...')
 
mNo edit summary
Line 3: Line 3:
# Login to GW6 console.
# Login to GW6 console.
# Login as root
# Login as root
#* su -
# Rename
# Rename
#* mv /etc/init.d/N17setcpuspeed /etc/init.d/S17setcpuspeed
#* mv /etc/init.d/N17setcpuspeed /etc/init.d/S17setcpuspeed
# Edit CPU frequency in file
# Edit CPU frequency in file
#* vi /etc/init.d/S17setcpuspeed
# Uncomment one of the lines to set that frequency
# Uncomment one of the lines to set that frequency
#* CPU_FREQ=$CPU_FREQ_312
#* CPU_FREQ=$CPU_FREQ_312

Revision as of 13:42, 3 October 2011

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 to set that frequency
    • CPU_FREQ=$CPU_FREQ_312
    • CPU_FREQ=$CPU_FREQ_416
    • CPU_FREQ=$CPU_FREQ_520

To enable selected frequency

reboot

or

/etc/init.d/S17setcpuspeed start