Skip to content

Commit 97c30fc

Browse files
authored
Improve instructions for ESP32-S2 (#90)
***NO_CI***
1 parent 960f7fe commit 97c30fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ There are multiple ESP32 images available, some are build specifically for a tar
8989
The ESP32_PSRAM_REV0 image will just work for any variant of the ESP32 series, with or without PSRAM, and for all silicon revisions.
9090
You can read more about the differences between the various images [here](https://docs.nanoframework.net/content/reference-targets/esp32.html).
9191

92+
The FEATHER_S2 image will just work for pretty much all variants of the ESP32-S2 series that expose the embedded USB CDC pins.
93+
You can read more about the differences between the various images [here](https://docs.nanoframework.net/content/reference-targets/esp32.html).
94+
9295
When using nanoff you can add `--target MY_TARGET_NAME_HERE` to use a specific image. If, instead, you just specify the platform with `--platform esp32` nanoff will choose the most appropriate image depending on the features of the device that's connected. Output similar to this one will show to advise what's the image about to be used:
9396

9497
```console
@@ -102,6 +105,8 @@ In case nanoff detects this situation the following warning is shown:
102105
*** Hold down the BOOT/FLASH button in ESP32 board ***
103106
```
104107

108+
:warning: To update FeatherS2 and TinyS2 the boards need to put in _download mode_ by holding [BOOT], clicking [RESET] and then releasing [BOOT].
109+
105110
### Update the firmware of an ESP32 target
106111

107112
To update the firmware of an ESP32 target connected to COM31, to the latest available development version.

0 commit comments

Comments
 (0)