Add partition file for 8MB devices

Still unused
This commit is contained in:
Thomas Basler
2025-02-07 23:23:27 +01:00
parent d65d86a332
commit dd515cd308

View File

@@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x3E0000,
app1, app, ota_1, 0x3F0000, 0x3E0000,
spiffs, data, spiffs, 0x7D0000, 0x30000,
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 0x3E0000
5 app1 app ota_1 0x3F0000 0x3E0000
6 spiffs data spiffs 0x7D0000 0x30000