Skip to content

Commit 136d387

Browse files
committed
Update readme
1 parent 19d77a4 commit 136d387

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use this tool to update the firmware and/or add SSL certificates for any WINC or
66

77
You can download the Firmware/Certificates updater here:
88

9-
https://github.com/bcmi-labs/WiFi-FirmwareUpdater-cli/releases/latest
9+
https://github.com/bcmi-labs/FirmwareUpdater/releases/latest
1010

1111
== Usage ==
1212

@@ -18,6 +18,10 @@ To flash a MKR1000:
1818

1919
./$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
2020

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+
2125
=== Command line options ===
2226

2327
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
4448

4549
== How to build the tools from source file ==
4650

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.
5154

5255
== License ==
5356

0 commit comments

Comments
 (0)