Page 1 of 1

Question about UART Bootloader

Posted: Fri Mar 25, 2022 1:07 am
by GerryTitan
What is the difference between the ESP32's "UART bootloader" and the serial bootloader (download mode)? I assume the UART bootloader is not referring to the software bootloader that loads the partition table and app image. I see that the eFuses DISABLE_DL_ENCRYPT and DISABLE_DL_DECRYPT refer to a UART bootloader, so I am just hoping for some clarification. Thanks.

Re: Question about UART Bootloader

Posted: Fri Mar 25, 2022 2:07 am
by ESP_Sprite
They're the same.

Re: Question about UART Bootloader

Posted: Mon Mar 28, 2022 5:33 pm
by GerryTitan
Okay, thanks.