Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ python combine.py
```
This produces `NINA_W102.bin` file (a different name can be specified as parameter). To flash this file you can use https://arduino.github.io/arduino-fwuploader/2.2/usage/#firmware-flashing

## Releases
Firmware releases are available [here](https://github.com/arduino/nina-fw/releases).

After validation they will be added to the [arduino-fwuploader](https://github.com/arduino/arduino-fwuploader) in the [NINA](https://github.com/arduino/arduino-fwuploader/tree/main/firmwares/NINA) directory. The firmware can be flashed from IDE 2 using the Firmware Updater tool.

Firmware releases used by the IDE 1 were added to the [WiFi101-FirmwareUpdater-Plugin](https://github.com/arduino/WiFi101-FirmwareUpdater-Plugin) in the [NINA](https://github.com/arduino/WiFi101-FirmwareUpdater-Plugin/tree/master/firmwares/NINA) directory.


## Build a new certificate list (based on the Google Android root CA list)
```bash
git clone https://android.googlesource.com/platform/system/ca-certificates
Expand Down