factory partition + OTA +filesystem
Posted: Fri Sep 14, 2018 1:12 pm
Hi
We have ESP32-WROOM-32-U with 4MB flash memory.
Our current program takes about 700kb (.bin file)
Is it possible to have factory partition + ota + storage with 500kb-1M ?
We hqave used OTA before in different project, but now we also need some storage for camera pictures.
Can it be done with 4MB ?
EG. how to modify this example?
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 1M,
ota_0, app, ota_0, , 1M,
ota_1, app, ota_1, , 1M,
Best,
Marek
We have ESP32-WROOM-32-U with 4MB flash memory.
Our current program takes about 700kb (.bin file)
Is it possible to have factory partition + ota + storage with 500kb-1M ?
We hqave used OTA before in different project, but now we also need some storage for camera pictures.
Can it be done with 4MB ?
EG. how to modify this example?
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 1M,
ota_0, app, ota_0, , 1M,
ota_1, app, ota_1, , 1M,
Best,
Marek