REPL none working on board ESP32-S2-DevKitM-1
board spec:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-devkitm-1-v1.html
https://www.espressif.com/sites/default/files/documentation/esp32-s2-mini-1_esp32-s2-mini-1u_datasheet_cn.pdf
build board=GENERIC_S2
flash the bin file to board
boards boots ok but can not enter anything in console . It looks that REPL not working.
Any suggestions? Thx
REPL on Espressif ESP32-S2 board appears on wrong USB port
I flashed the generic ESP32-S2 firmware to this Espressif board. The board uses a UART-USB bridge to provide USB connectivity. Component placements to provide the internal USB interface are not populated.
Flashing was successful. On reset, the board's USB port emits debug information but no REPL. In this forum thread user ash10 explained that the REPL appears on the built-in software USB port on GPIO19-20. It seems that the board could be used by connecting a USB breakout to those pins (waiting for hardware to try this). This seems clunky.
I had naively assumed that the Espressif board would be a reference board as per ESP32. Is support for this board planned?