You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,15 @@ If updating the NINA firmware for an **Arduino UNO WiFi Rev. 2** or **Arduino Na
19
19
+ --baud 115200 --before no_reset
20
20
```
21
21
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
+
22
31
## Build a new certificate list (based on the Google Android root CA list)
0 commit comments