change partition table to max. app partitions, no spiffs, nvs erase on full install

This commit is contained in:
wellenvogel 2021-12-17 19:03:35 +01:00
parent bab086acd5
commit 2319821a76
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000,0x130000,
nvs, data, nvs, 0x280000, 0x10000,
spiffs, data, spiffs, 0x290000,0x170000,
app0, app, ota_0, 0x10000, 0x1f0000,
app1, app, ota_1, 0x200000,0x1f0000,

1 # Name # Name, Type, SubType, Offset, Size, Flags Type SubType Offset Size Flags
2 nvs, data, nvs, 0x9000, 0x5000
3 otadata otadata, data, ota, 0xe000, 0x2000, data ota 0xe000 0x2000
4 app0 app0, app, ota_0, 0x10000, 0x1f0000, app ota_0 0x10000 0x140000
5 app1 app1, app, ota_1, 0x200000,0x1f0000, app ota_1 0x150000 0x130000
nvs data nvs 0x280000 0x10000
spiffs data spiffs 0x290000 0x170000