Lines Matching refs:to
3 The labpretest.sh script is designed to emulate a typical automated test lab
8 It will repeat this based on an optional parameter(-i) or default to 100 times.
9 It will detect if it is in a low battery situation and wait for it to charge
12 The goal is to see if a device is ready for deployment to automated lab testing
13 and can also be used to verify that lab infrastructure is ready for devices.
14 The idea is to run this script at the same time for multiple devices, typically
15 I would connect 8 devices to a host and run this script in 8 separate shell
20 If there is only one device attached to the host you can simply just run the
23 have multiple devices attached use the -d <device_id> parameter to target a
25 how many monkey events and finally -x to make it skip the monkey run portion
35 Here are the steps to add a new device:
38 2) Copy a build image to the new sub directory in our format.
40 3) Copy a boot image to the new sub directory in our format.
42 4) Copy a radio image to the new sub directory in our format.
46 Customizations to the flashing process are handled by adding a custom_flash.sh
47 file that is read in before the main loop starts. It allows you to add any non
48 generic functions or details to the flashing process. You must use it to define
49 the variable "bootpart" which is not defined by default. Also, use this file to
52 The script should handle the rest, unless there are radical changes to file