summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Romero <s.romero@arduino.cc>2023-08-31 13:16:17 +0200
committerDamien George <damien@micropython.org>2023-09-04 10:55:31 +1000
commitbf35eefc625b35aa301aefbc743dcf1395829865 (patch)
treebaf11626bb97e151f9713e02269b5d5263ac7725
parent6e79b55dc86dd443d50fe2bbf5d03456c2ae54a0 (diff)
esp32/boards/ARDUINO_NANO_ESP32: Clarify recovery instructions.
Signed-off-by: Sebastian Romero <s.romero@arduino.cc>
-rw-r--r--ports/esp32/boards/ARDUINO_NANO_ESP32/deploy.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/ports/esp32/boards/ARDUINO_NANO_ESP32/deploy.md b/ports/esp32/boards/ARDUINO_NANO_ESP32/deploy.md
index b600a55b6..bb32ba755 100644
--- a/ports/esp32/boards/ARDUINO_NANO_ESP32/deploy.md
+++ b/ports/esp32/boards/ARDUINO_NANO_ESP32/deploy.md
@@ -4,5 +4,10 @@ This board can programmed via DFU bootloader, using e.g. [dfu-util](http://dfu-u
To enter the DFU bootloader, double tap the reset (blue) button, or you can use `machine.bootloader()` from the MicroPython REPL.
```bash
-dfu-util -d 0x2341:0x0070 -R -D build-ARDUINO_NANO_ESP32/micropython.bin
+dfu-util -d 0x2341:0x0070 -R -D build-ARDUINO_NANO_ESP32/micropython.app-bin
```
+
+Please note that the DFU bootloader comes factory flashed. Should you for any reason erase the
+entire flash, the DFU bootloader will have to be re-installed. Please follow the instructions
+[here](https://support.arduino.cc/hc/en-us/articles/9810414060188-Reset-the-Arduino-bootloader-on-the-Nano-ESP32)
+to do so.