Page 1 of 1

Bootloader Configuration to load image

Posted: Tue May 28, 2024 8:37 am
by aygh4266
hello everyone,

I am new in ESP32 world and I wonder if it is possible to load the image from a FAT partition. If not, So how can I configure the bootloader to load the image from ota_0 app partition.

Thanks in advance

Re: Bootloader Configuration to load image

Posted: Wed May 29, 2024 1:02 am
by ESP_Sprite
It's not possible. The bootloader needs the image to be aligned to the MMU page size in order to succesfully map it, and the alignment of a file on a FAT partition depends on how the host writes it; it's unlikely to be aligned correctly.