Home
last modified time | relevance | path

Searched refs:command (Results 1 – 2 of 2) sorted by relevance

/pdk/apps/CameraITS/
DREADME85 On Linux or Mac OS X, run the following command (in a terminal) from the
181 adding a "reboot" or "reboot=N" command line argument, where N is the number of
198 the script command line. On a typical device, camera=0 is the main (rear)
211 to this command line will be passed to each script as it is executed.
217 When running individual tests from the command line (as in the examples here),
220 this infrastructure, the "noinit" command line argument can be provided to
245 "target" command line argument:
256 following command (run after PYTHONPATH has been set up as described above):
267 3.6. List of command line args
270 The above doc sections describe the following command line arguments that may
/pdk/build/
Dpdk_utils.py163 def execute_command(command, error_msg): argument
164 if os.system(command) != 0: