Testing scripts

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
Install the testing_scripts package to get access to the following commands:
+
Install the testing_scripts package (opkg install openmoko-qa-scripts) to get access to the following commands:
  
 
* test_kernel => print the kernel version
 
* test_kernel => print the kernel version

Revision as of 05:30, 4 March 2009

Install the testing_scripts package (opkg install openmoko-qa-scripts) 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 (opkg install openmoko-qa-scripts) 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