@@ -33,27 +33,27 @@ To update a MKRNB1500:
33
33
The full list of command line options can be obtained with the ` -h ` option: ` ./FirmwareUploader -h `
34
34
35
35
```
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 )
57
57
```
58
58
59
59
## How to build the tools from source file
0 commit comments