we recently purchased an ESP32S3-Korvo-2 from mouser, but we cant seem to be able to flash it.
We power it with a LiPo or a microusb cable and get the UART from the other microusb interface or the UART breakout pins. We tried flashing the play_mp3_control demo (https://github.com/espressif/esp-adf/tr ... p3_control) from ESP-ADF. We also tried flashing other minimal scripts, both with ESP-IDF and Arduino IDE. We can detected the port of the device, but flashing always results with the following error:
Code: Select all
/dev/ttyUSB0 failed to connect: Failed to connect to Espressif device: No serial data received.
What are we doing wrong? Is our board maybe broken?
Any ideas are appreciated...