Skip to content

Commit 79da353

Browse files
aentingerumbynos
andauthored
Document how to update the NINA firmware of the Arduino Nano RP2040 Connect (#40)
* Document how to update the NINA firmware of the Arduino Nano RP2040 Connect. * Fixing typo (missing space between keyword and parameter). Co-authored-by: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Co-authored-by: Umberto Baldi <34278123+umbynos@users.noreply.github.com>
1 parent 64734b2 commit 79da353

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ To update a MKRNB1500:
2828
./FirmwareUploader --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
2929
```
3030

31+
To update a Nano RP2040 Connect:
32+
33+
```
34+
./FirmwareUploader --flasher firmwares/NINA/FirmwareUpdater.nanorp2040connect.ino.elf --firmware firmwares/NINA/1.4.5/NINA_W102-Nano_RP2040_Connect.bin --port /dev/ttyACM0 --address arduino.cc:443 --programmer {runtime.tools.rp2040tools}/rp2040load
35+
```
36+
3137
### Command line options
3238

3339
The full list of command line options can be obtained with the `-h` option: `./FirmwareUploader -h`

0 commit comments

Comments
 (0)