1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"[]> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../css/manpage.css" type="text/css" /> 7 <title>Config</title> 8 </head> 9 <body> 10 <h1>loadrun</h1> 11 <h2>Overview</h2> 12 <div class="section"> 13 <p> 14 <CODE>Loadrun</CODE> is a tool for running specified programs via a debugger like the PARTNER-CTR/S. It can be used to run specified programs from the command line without operating the debugger. 15 </p> 16 </div> 17 <h2>Using the Tool</h2> 18 <h3>Format</h3> 19 <pre> $ ctr_loadrun32.exe [CciFile] [options...] </pre> 20 <h3>Options</h3> 21 <div class="section"> 22 <p> 23 <table class="table"><tbody> 24 <tr><th>Options</th> <th>Arguments</th><th>Description</th></tr> 25 <tr> 26 <td>-h (--help)</td> 27 <td></td> 28 <td>Displays help.</td> 29 </tr> 30 <tr> 31 <td>-l (--devicelist)</td> 32 <td></td> 33 <td>Displays the connected devices.</td> 34 </tr> 35 <tr> 36 <td>-t (--timeout)</td> 37 <td>TIMEOUT-SECONDS</td> 38 <td>Sets the timeout from startup to exit.</td> 39 </tr> 40 <tr> 41 <td>-e (--exit-pattern)</td> 42 <td>EXIT-PATTERN</td> 43 <td>Exits once a string is output that matches the regular expression EXIT-PATTERN.<br /> The regular expression syntax conforms to the System.Text.RegularExpressions of .Net Framework. 44 </td> 45 </tr> 46 <tr> 47 <td>-c (--command)</td> 48 <td>COMMAND</td> 49 <td>Specifies the command to run before loading the image file.</td> 50 </tr> 51 <tr> 52 <td>-m (--macro)</td> 53 <td>MACROFILE</td> 54 <td>Specifies the macro file to run before loading the image file.</td> 55 </tr> 56 <tr> 57 <td>-d (--device)</td> 58 <td>SERIALNUMBER</td> 59 <td>Specifies which device to use by its serial number.</td> 60 </tr> 61 <tr> 62 <td>-nw (--no-wait)</td> 63 <td></td> 64 <td>Exits <CODE>loadrun</CODE> when it is confirmed that all commands have been sent.</td> 65 </tr> 66 <tr> 67 <td>-ns (--no-start)</td> 68 <td></td> 69 <td>Normally, the G command is sent after the program has been loaded to begin program execution.<br />With this option, the G command is not sent.</td> 70 </tr> 71 </tbody></table> 72 </p> 73 </div> 74 <h2>Location</h2> 75 <pre> $CTRSDK_ROOT/tools/ComandlineTools/ctr_loadrun32.exe </pre> 76 <h2>Revision History</h2> 77 <div class="section"> 78 <dl class="history"> 79 <dt>2010/10/25</dt> 80 <dd>Initial version.<br /> 81 </dd> 82 </dl> 83 </div> 84 <hr><p>CONFIDENTIAL</p></body> 85</html> 86