Skip to content

Commit f89409b

Browse files
committed
Update README.md
1 parent 15dee39 commit f89409b

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@ To update a MKRNB1500:
3333
The full list of command line options can be obtained with the `-h` option: `./FirmwareUploader -h`
3434

3535
```
36-
Usage of ./FirmwareUploader:
37-
-address value
38-
address (host:port) to fetch and flash root certificate for, multiple values allowed
39-
-certs string
40-
root certificate directory
41-
-firmware string
42-
firmware file to flash
43-
-flasher string
44-
firmware upload binary (precompiled for the right target)
45-
-get_available_for string
46-
Ask for available firmwares matching a given board
47-
-model string
48-
module model (winc, nina or sara)
49-
-port string
50-
serial port to use for flashing
51-
-programmer string
52-
path of programmer in use (avrdude/bossac)
53-
-read
54-
read all firmware and output to stdout
55-
-restore_binary string
56-
firmware upload binary (precompiled for the right target)
36+
FirmwareUploader (FirmwareUploader).
37+
38+
Usage:
39+
FirmwareUploader [flags]
40+
41+
Examples:
42+
./FirmwareUploader <command> [flags...]
43+
44+
Flags:
45+
--address strings address (host:port) to fetch and flash root certificate for, multiple values allowed
46+
--certs string root certificate directory
47+
--firmware string firmware file to flash
48+
--flasher string firmware upload binary (precompiled for the right target)
49+
--get_available_for string Ask for available firmwares matching a given board
50+
-h, --help help for FirmwareUploader
51+
--model string module model (winc, nina or sara)
52+
--port string serial port to use for flashing
53+
--programmer string path of programmer in use (avrdude/bossac)
54+
--read read all firmware and output to stdout
55+
--restore_binary string binary to restore after the firmware upload (precompiled for the right target)
56+
--retries int Number of retries in case of upload failure (default 9)
5757
```
5858

5959
## How to build the tools from source file

0 commit comments

Comments
 (0)