Testing scripts

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: Install the testing_scripts package to get access to the following commands: * test_kernel => print the kernel version * test_bt on|off => turn bluetooth on or off * test_rotation 0|1|2|3...)
 
Line 5: Line 5:
 
* test_rotation 0|1|2|3 => rotate the screen
 
* test_rotation 0|1|2|3 => rotate the screen
 
* test_loop cmd loop_count => repeat the command "cmd" loop_count times
 
* test_loop cmd loop_count => repeat the command "cmd" loop_count times
 +
 +
 +
Other helpful tools:
 +
 +
* cat file => print a file on the screen (cat /proc/cpuinfo)
 +
* grep word => search for word in a given text (cat /proc/cpuinfo | grep name)
 +
* xrandr => rotate the screen

Revision as of 13:46, 2 March 2009

Install the testing_scripts package to get access to the following commands:

  • test_kernel => print the kernel version
  • test_bt on|off => turn bluetooth on or off
  • test_rotation 0|1|2|3 => rotate the screen
  • test_loop cmd loop_count => repeat the command "cmd" loop_count times


Other helpful tools:

  • cat file => print a file on the screen (cat /proc/cpuinfo)
  • grep word => search for word in a given text (cat /proc/cpuinfo | grep name)
  • xrandr => rotate the screen
Personal tools

Install the testing_scripts package to get access to the following commands:

  • test_kernel => print the kernel version
  • test_bt on|off => turn bluetooth on or off
  • test_rotation 0|1|2|3 => rotate the screen
  • test_loop cmd loop_count => repeat the command "cmd" loop_count times


Other helpful tools:

  • cat file => print a file on the screen (cat /proc/cpuinfo)
  • grep word => search for word in a given text (cat /proc/cpuinfo | grep name)
  • xrandr => rotate the screen