Testing scripts

From Openmoko

Revision as of 05:30, 4 March 2009 by Marek (Talk | contribs)

Jump to: navigation, search

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