huge app due to partition size issues

This commit is contained in:
Shailen Sobhee 2026-03-30 14:52:40 +02:00
parent ff031eec92
commit ff1bb80adf
3 changed files with 38 additions and 12 deletions

View file

@ -1,7 +1,7 @@
# Name, Type, SubType, Offset, Size
nvs, data, nvs, 0x9000, 0x5000
otadata, data, ota, 0xE000, 0x2000
app0, app, ota_0, 0x10000, 0x180000
app1, app, ota_1, 0x190000, 0x180000
spiffs, data, spiffs, 0x310000, 0x0E0000
coredump, data, coredump, 0x3F0000, 0x10000
phy_init, data, phy, 0x10000, 0x1000
app0, app, factory, 0x20000, 0x300000
spiffs, data, spiffs, 0x320000, 0xE0000
coredump, data, coredump, 0x3F0000, 0x10000
1 # Name Type SubType Offset Size
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xE000 0x2000
4 app0 phy_init app data ota_0 phy 0x10000 0x180000 0x1000
5 app1 app0 app ota_1 factory 0x190000 0x20000 0x180000 0x300000
6 spiffs data spiffs 0x310000 0x320000 0x0E0000 0xE0000
7 coredump data coredump 0x3F0000 0x10000