Page 1 of 1

after esp_restart, getting a "waiting for download" message

Posted: Fri Sep 16, 2022 5:06 pm
by mzimmers
Hi all -

My app issues an esp_restart() command, and I get these messages:

Code: Select all

I (348163) wifi:state: run -> init (0)
I (348173) wifi:pm stop, total sleep time: 203864605 us / 343318182 us

W (348173) wifi:<ba-del>idx
W (348173) wifi:<ba-del>idx
I (348183) wi��ets Jun  8 2016 00:22:57

waiting for download
�ets Jun  8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x20 (DOWNLOAD_BOOT(UART0/UART1/SDIO_FEI_FEO_V2))
waiting for download
�ets Jun  8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x20 (DOWNLOAD_BOOT(UART0/UART1/SDIO_FEI_FEO_V2))
waiting for download
�
It does not seem to recover from this. Can anyone explain what's going on here?

Thanks...

mz

Re: after esp_restart, getting a "waiting for download" message

Posted: Fri Sep 16, 2022 7:19 pm
by chegewara

Re: after esp_restart, getting a "waiting for download" message

Posted: Fri Sep 16, 2022 7:30 pm
by mzimmers
Hi Chegewara - so, does this mean I need to pull GPIO12 low prior to calling esp_restart()?

Thanks...

Re: after esp_restart, getting a "waiting for download" message

Posted: Fri Sep 16, 2022 8:11 pm
by chegewara
That means something is pulling GPIO0 to GND (and most of strapping pins).
You should check them all to avoid other problems too.

Re: after esp_restart, getting a "waiting for download" message

Posted: Sat Sep 17, 2022 12:59 am
by mzimmers
Hi Chegewara -

I'm not really sure what you mean - can you please give me a little more detail as to what I'm supposed to do?

Thanks...

Re: after esp_restart, getting a "waiting for download" message

Posted: Sat Sep 17, 2022 8:45 am
by chegewara
Nothing special, just check your hardware.