Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed May 19, 2021
1 parent 15dee39 commit f89409b
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@ To update a MKRNB1500:
The full list of command line options can be obtained with the `-h` option: `./FirmwareUploader -h`

```
Usage of ./FirmwareUploader:
-address value
address (host:port) to fetch and flash root certificate for, multiple values allowed
-certs string
root certificate directory
-firmware string
firmware file to flash
-flasher string
firmware upload binary (precompiled for the right target)
-get_available_for string
Ask for available firmwares matching a given board
-model string
module model (winc, nina or sara)
-port string
serial port to use for flashing
-programmer string
path of programmer in use (avrdude/bossac)
-read
read all firmware and output to stdout
-restore_binary string
firmware upload binary (precompiled for the right target)
FirmwareUploader (FirmwareUploader).
Usage:
FirmwareUploader [flags]
Examples:
./FirmwareUploader <command> [flags...]
Flags:
--address strings address (host:port) to fetch and flash root certificate for, multiple values allowed
--certs string root certificate directory
--firmware string firmware file to flash
--flasher string firmware upload binary (precompiled for the right target)
--get_available_for string Ask for available firmwares matching a given board
-h, --help help for FirmwareUploader
--model string module model (winc, nina or sara)
--port string serial port to use for flashing
--programmer string path of programmer in use (avrdude/bossac)
--read read all firmware and output to stdout
--restore_binary string binary to restore after the firmware upload (precompiled for the right target)
--retries int Number of retries in case of upload failure (default 9)
```

## How to build the tools from source file
Expand Down

0 comments on commit f89409b

Please sign in to comment.