OTA partition
Posted: Thu Nov 18, 2021 12:54 pm
Hi everyone
can I make something like this ?
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size
nvs, data, nvs, 0x009000, 0x004000
otadata, data, ota, 0x00d000, 0x002000
phy_init, data, phy, 0x00f000, 0x001000
factory, app, factory, 0x010000, 0x180000
ota_0, app, ota_0, , 0x180000
soo what is this partition table problem ?
I use 4Mb flash and my program bin size is 1.5 Mb and i need OTA too
one way is I use a 8Mb flash but if I dont want to do that can I delete ota_1 from partition csv table ?
thank you
can I make something like this ?
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size
nvs, data, nvs, 0x009000, 0x004000
otadata, data, ota, 0x00d000, 0x002000
phy_init, data, phy, 0x00f000, 0x001000
factory, app, factory, 0x010000, 0x180000
ota_0, app, ota_0, , 0x180000
soo what is this partition table problem ?
I use 4Mb flash and my program bin size is 1.5 Mb and i need OTA too
one way is I use a 8Mb flash but if I dont want to do that can I delete ota_1 from partition csv table ?
thank you