nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.61k stars 3.12k forks source link

Firmware not working on ESP32-S2 mini #3570

Open carlo161 opened 1 year ago

carlo161 commented 1 year ago

Expected behavior

Normal behavior of a firmware on ESP32 board.

Actual behavior

The board apparently does not boot anymore.

Test code

NodeMCU startup banner

Last firmware version (3.0.0-release_20211229)

Hardware

ESP32-S2 mini https://www.wemos.cc/en/latest/s2/s2_mini.html

I tried to build and flash the firmware on the board (I used many ESP in the past but never this newer version) and I am not able of replicating the same toolchain on it. Is the firmware not compatible with it?

Plaque-fcc commented 11 months ago

As of today, switching to ESP-S2 by set-target esp32s2, building the firmware and flashing it, I get my ESP32-S2 mini in an unusable state when it doesn't provide UART over USB.

Plaque-fcc commented 11 months ago

I bet #3526 is related to this. Looks like #3536 is going to fix it.