WIP: service and broken partitions

This commit is contained in:
2025-09-15 20:33:15 +02:00
parent 089f938796
commit 98fdc3e1ae
13 changed files with 807 additions and 300 deletions

6
partitions_lfs.csv Normal file
View File

@@ -0,0 +1,6 @@
# Name, Type, Subtype, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
otadata, data, ota, 0xf000, 0x2000,
app0, app, factory, 0x11000, 0x30000, # 192KB
app1, app, ota_0, 0x41000, 0x30000, # 192KB
littlefs, data, littlefs, 0x71000, 0x9000 # 36KB
1 # Name, Type, Subtype, Offset, Size, Flags
2 nvs, data, nvs, 0x9000, 0x6000,
3 otadata, data, ota, 0xf000, 0x2000,
4 app0, app, factory, 0x11000, 0x30000, # 192 KB
5 app1, app, ota_0, 0x41000, 0x30000, # 192 KB
6 littlefs, data, littlefs, 0x71000, 0x9000 # 36 KB