Page 1 of 1

ESP32 Speed up loading

Posted: Wed Jul 31, 2019 2:14 pm
by Adham Aboud
Hello All,

Is there is a way to speed up the boot procedure with ESP32?

Re: ESP32 Speed up loading

Posted: Wed Jul 31, 2019 10:38 pm
by mikemoy
It's typically up and running in under <=1 second. Why are you needing it faster than that ?

Re: ESP32 Speed up loading

Posted: Thu Aug 01, 2019 12:02 am
by WiFive
Because batteries. Or because instant response (like a smart bulb remote).

https://github.com/espressif/esp-idf/pull/3304

Re: ESP32 Speed up loading

Posted: Thu Aug 01, 2019 6:46 am
by Adham Aboud
Hello WiFive and thanks for your response.
I see that it's more than 1 second. I don't exactly know what is the booting time. I can measure it later

The need for faster boot is because of response to HW that needs to set a declared GPIO for high level before 1 second passes.

WiFive wrote:
Thu Aug 01, 2019 12:02 am
Because batteries. Or because instant response (like a smart bulb remote).

https://github.com/espressif/esp-idf/pull/3304

Re: ESP32 Speed up loading

Posted: Thu Aug 01, 2019 7:47 am
by WiFive
Well you may want to do that in custom bootloader then or wake stub if you are deepsleeping