env for asymetric partitions (loader)

This commit is contained in:
MichaelDvP
2023-03-31 16:49:30 +02:00
parent 486b365f9b
commit 36d5df65b8
3 changed files with 27 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, , 0x2000,
app1, app, ota_1, , 0x140000,
app0, app, ota_0, , 0x2A0000,
spiffs, data, spiffs, , 64K,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0x2000
4 app1 app ota_1 0x140000
5 app0 app ota_0 0x2A0000
6 spiffs data spiffs 64K