Skip to content

Commit fdd7b23

Browse files
committed
README: add commands to build firmware for different boards
1 parent 768e360 commit fdd7b23

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ This firmware uses [Espressif's IDF](https://github.com/espressif/esp-idf)
88
1. Extract it and add it to your `PATH`: `export PATH=$PATH:<path/to/toolchain>/bin`
99
1. Clone **v3.3.1** of the IDF: `git clone --branch v3.3.1 --recursive https://github.com/espressif/esp-idf.git`
1010
1. Set the `IDF_PATH` environment variable: `export IDF_PATH=<path/to/idf>`
11-
1. Run `make` to build the firmware (in the directory of this read me)
11+
1. Run `make` to build the firmware (in the directory of this read me). You may want to add different depending on the target board.
12+
1. `RELEASE=1 make` for MKR WiFi 1010 and Nano 33 IoT
13+
1. `RELEASE=1 NANO_RP2040_CONNECT=1 make` for Nano RP2040 connect
14+
1. `RELEASE=1 UNO_WIFI_REV2=1 make` for UNO WiFi Rev2
15+
1216
1. Load the `Tools -> SerialNINAPassthrough` example sketch on to the board
1317
1. Use `esptool` to flash the compiled firmware
1418

0 commit comments

Comments
 (0)