starting with search_screen

- optimized partitions
This commit is contained in:
2023-08-11 22:58:38 +02:00
parent ee54b0ed0b
commit 4cfaa910d1
16 changed files with 397 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
# 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,0x140000,
spiffs, data, spiffs, 0x290000,0x170000,
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x640000,
app1, app, ota_1, 0x650000, 0x640000,
spiffs, data, spiffs, 0xc90000, 0x360000,
coredump, data, coredump, 0xFF0000, 0x10000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x140000 0x640000
5 app1 app ota_1 0x150000 0x650000 0x140000 0x640000
6 spiffs data spiffs 0x290000 0xc90000 0x170000 0x360000
7 coredump data coredump 0xFF0000 0x10000