espressif / esp-adf

Espressif Audio Development Framework
Other
1.54k stars 676 forks source link

/dev/ttyUSB0 failed to connect: Failed to connect to Espressif device: No serial data received. (AUD-5079) #1122

Closed PaulaScharf closed 2 months ago

PaulaScharf commented 9 months ago

Environment

Problem Description

Hi, 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 detect the port of the device, but flashing always results with the following error:

/dev/ttyUSB0 failed to connect: Failed to connect to Espressif device: No serial data received.

We tried to initialize the manual bootloader before flashing, by tapping the reset button while the boot button is pressed. What is curious here, is that shortly after doing that the board seems to reset and run some sort of build-in test-program (for checking functionality of all the buttons, sd-card and so on). We dont have an issue reading the serial monitor.

What are we doing wrong? Is our board maybe broken?

Sorry to be posting such a hardware question here, but we didnt get any reply in the esp32 forum...

jason-mao commented 2 months ago

@PaulaScharf Please check there is any change in the “ls /dev/ttyUSB*” of the USB inserted and unplugged。I think the board is broken if it doesn't change.

PaulaScharf commented 2 months ago

Oh, thank you for the reply! I had forgotten about this. Yeah, I guess our board was broken