ESP32-WROVER randomly goes into download mode (ROM serial bootloader for esptool.py)
Posted: Wed Mar 28, 2018 9:13 am
Once in a while (2-3% of the time), the ESP32-WROVER will go into download mode even when GPIO0 is high. This happens after power cycling. We get the message below and we don't know what “boot:0x20” exactly means. We couldn’t find any useful documentation on the first stage bootloader.
Entire boot message:
rst:0x1 (POWERON_RESET),boot:0x20 (DOWNLOAD_BOOT(UART0/UART1/SDIO_FEI_FEO_V2))
waiting for download
For comparison purposes, when we actually want to enter download mode by setting GPIO0 low, the boot message is:
rst:0x1 (POWERON_RESET),boot:0x23 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
Thanks in advance.
Entire boot message:
rst:0x1 (POWERON_RESET),boot:0x20 (DOWNLOAD_BOOT(UART0/UART1/SDIO_FEI_FEO_V2))
waiting for download
For comparison purposes, when we actually want to enter download mode by setting GPIO0 low, the boot message is:
rst:0x1 (POWERON_RESET),boot:0x23 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
Thanks in advance.