First Stage bootloader on RXD0 not responding to sync
Posted: Tue Feb 05, 2019 5:31 am
We are testing our custom ESP32 board. It uses a WROOM-32U with an RS485 interface on UART0 (pins 34 and 35). I connect to the RS485 port with an FTDI USB adaptor. I also have a passive monitor on this link. The tools are configured to COM4 on my desktop. GPIO0 is 0 tied, as is GPIO2.
I have been attempting to load an application with both the ESP Flash Tools v3.6.5 and the esptoolpy both are unsuccessful. The application and load works fine on a WROVER board.
I have looked at the communications at the WROOM pins. When the board is reset the following appears:
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
I then start the flash tool and see the sync message:
$ UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
repeated until timeout. I have tested the message at the RXD0 pin of the WROOM module.The message looks complete.
There is no response to this message and the flash download tool times out.
I have read much documentation and check through the forums and can't see anything wrong. Would really appreciate some help on where to look next?
Thanks
I have been attempting to load an application with both the ESP Flash Tools v3.6.5 and the esptoolpy both are unsuccessful. The application and load works fine on a WROVER board.
I have looked at the communications at the WROOM pins. When the board is reset the following appears:
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
I then start the flash tool and see the sync message:
$ UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
repeated until timeout. I have tested the message at the RXD0 pin of the WROOM module.The message looks complete.
There is no response to this message and the flash download tool times out.
I have read much documentation and check through the forums and can't see anything wrong. Would really appreciate some help on where to look next?
Thanks