File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Use this tool to update the firmware and/or add SSL certificates for any WINC or
6
6
7
7
You can download the Firmware/Certificates updater here:
8
8
9
- https://github.com/bcmi-labs/WiFi- FirmwareUpdater-cli /releases/latest
9
+ https://github.com/bcmi-labs/FirmwareUpdater/releases/latest
10
10
11
11
== Usage ==
12
12
@@ -18,6 +18,10 @@ To flash a MKR1000:
18
18
19
19
./$your_os/updater -flasher firmwares/WINC1500/FirmwareUpdater.mkr1000.ino.bin -firmware firmwares/WINC1500/19.5.4/m2m_aio_3a0.bin -port /dev/ttyACM0 -address arduino.cc:443 -restore_binary /tmp/arduino_build_619137/WiFiSSLClient.ino.bin -programmer {runtime.tools.bossac}/bossac
20
20
21
+ To update a MKRNB1500:
22
+
23
+ ./$your_os/updater -flasher firmwares/SARA/SerialSARAPassthrough.ino.bin -firmware firmwares/SARA/5.6A2.00-to-5.6A2.01.pkg -port /dev/ttyACM0 -restore_binary firmwares/SARA/SerialSARAPassthrough.ino.bin -programmer {runtime.tools.bossac}/bossac
24
+
21
25
=== Command line options ===
22
26
23
27
The full list of command line options can be obtained with the `-h` option: `./updater -h`
@@ -44,10 +48,9 @@ The full list of command line options can be obtained with the `-h` option: `./u
44
48
45
49
== How to build the tools from source file ==
46
50
47
- go get src/github.com/arduino-libraries/WiFi101-FirmwareUpdater/cli/main/
48
- # important! navigate to src/github.com/facchinm/go-serial/ and checkout branch v1 !
49
- # to be solved by vendoring the dependencies
50
- go build src/github.com/arduino-libraries/WiFi101-FirmwareUpdater/cli/main/
51
+ go get github.com/arduino-libraries/FirmwareUpdater/cli
52
+
53
+ This will create a bin folder with `cli` executable in it.
51
54
52
55
== License ==
53
56
You can’t perform that action at this time.
0 commit comments