Custom board, no serial data received error, but is able to go into download mode
Posted: Wed Sep 13, 2023 11:25 am
I have made a custom board using the esp32-wroom-32d. Board powers on. Connecting to USB of my laptop, opening putty at 115200, the board starts with this message:
When I press the button connected to the third pin on the MCU, RST, the board constantly resets, with the message:
After that, if I press the button connected to IO0, pin 25, I get this message once:
When I try to upload code through PlatformIO, Arduino IDE, or WSL, it fails. The error in WSL is:
Code: Select all
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x2 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_FEO_V2))
waiting for download
Code: Select all
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fffeba4,len:4
load:0x4009f000,len:3248
entry 0x4009f574
▒OHAI▒
Code: Select all
rst:0x10 (RTCWDT_RTC_RESET),boot:0x2 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_FEO_V2))
waiting for download
Code: Select all
esptool.py v3.3.2
Serial port /dev/ttyS19
Connecting......................................
A fatal error occurred: Failed to connect to ESP32: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html