alternative partitions file for 8MB, with more program space

3.2MB program, 1.5MB LittleFS filesystem.
This commit is contained in:
Frank
2024-02-06 19:24:33 +01:00
parent f43df42468
commit 16c8810c96

View File

@@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x330000,
app1, app, ota_1, 0x340000,0x330000,
spiffs, data, spiffs, 0x670000,0x180000,
coredump, data, coredump,,64K
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, 0x330000,
5 app1, app, ota_1, 0x340000,0x330000,
6 spiffs, data, spiffs, 0x670000,0x180000,
7 coredump, data, coredump,,64K