Page 1 of 1

fill otadata partition to boot from ota_0

Posted: Thu Jan 03, 2019 8:53 pm
by Humam Helfawi
I have the following partition table:

nvs, data, nvs, 0x20000, 16k,
otadata, data, ota, , 8k,
phy_init, data, phy, , 4k,
factory, 0, 0, , 650K,
ota_0, 0, ota_0, , 1380K,
ota_1, 0, ota_1, , 1380K,
eeprom, data, 0x99, , 4k,
spiffs, data, spiffs, , 400K,

I will flash the factory part plus the ota_0 each one with different application. I want the ESP32 to boot from the OTA_0 if exists. What should I flash into the otadata part?

Re: fill otadata partition to boot from ota_0

Posted: Fri Jan 04, 2019 12:25 pm
by ayan4m1

Re: fill otadata partition to boot from ota_0

Posted: Sat Jan 05, 2019 1:47 pm
by Humam Helfawi