Flasher App Runner is a command line application designed to load and execute Flasher Apps on a Flasher.
Usage
FlasherRun [option...] app_file
Positional arguments
| Name |
Meaning
|
| app_file |
Flasher app file to run.
|
Command line options
| Name |
Meaning
|
| --help |
Show help message and quit.
|
| --ip <addr|server> |
Connect to flasher via TCP/IP using IP address or nickname.
|
| --usb <sn|nickname> |
Connect to flasher via USB using serial number or nickname.
|
| --quiet |
Start application in silent mode, preventing any output.
|
Exit codes
| Value |
Meaning
|
| 0 |
Success. Either:
- Executed Flasher app returned an exit code >= 0 or
- --help parameter was passed.
|
| < 0 |
Failure. Either:
- Error occurred during connection or load process.
- Flasher app returned exit code < 0. In this case the returned exit code is the exit code of the Flasher app.
|