-
Notifications
You must be signed in to change notification settings - Fork 0
CLA
Sebastian edited this page Jun 18, 2019
·
1 revision
| Short Arg | Full Arg | Description | Example |
|---|---|---|---|
| -c | --config | Manually use this config file for this device | -c /home/batman/batmobile_mcu.json |
| -d | --device | Set the device which should be used for (this will automatically select the config if -c is not present | -d atmega328p |
| -f | --file | Binary Firmware file which should be flashed to the chip | -f /home/rintarou/timemachine.hex |
| -p | --port | Set the serial port which should be used for the communication | -p /dev/ttyUSB0 |
| -b | --baud | Set the baudrate used for communication | -b 9600 |
| -w | --start-waittime | Wait for this timespan to start with the transmission, during this time the program will only sent sync bytes | -w 1s |