Skip to content

Commit af252c2

Browse files
authored
Update README with info on combine.py
1 parent 016e71e commit af252c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ If updating the NINA firmware for an **Arduino UNO WiFi Rev. 2** or **Arduino Na
1919
+ --baud 115200 --before no_reset
2020
```
2121

22+
## Packaging
23+
The `make` command produces a bunch of binary files that must be flashed at very precise locations, making `esptool` commandline quite complicated.
24+
Instead, once the firmware has been compiled, you can invoke `combine.py` script to produce a monolithic binary that can be flashed at 0x0.
25+
```
26+
make
27+
python combine.py
28+
```
29+
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
30+
2231
## Build a new certificate list (based on the Google Android root CA list)
2332
```bash
2433
git clone https://android.googlesource.com/platform/system/ca-certificates

0 commit comments

Comments
 (0)