Add custom dual-OTA flash partition layout
Document the 16 MiB flash layout and one-time migration procedure.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# ESP32-S3-WROOM-1-N16R8: dual-OTA layout for 16 MiB flash
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x80000,
|
||||
otadata, data, ota, 0x89000, 0x2000,
|
||||
phy_init, data, phy, 0x8B000, 0x1000,
|
||||
nvs_key, data, nvs_keys, 0x8C000, 0x1000, encrypted
|
||||
coredump, data, coredump, 0x8D000, 0x20000,
|
||||
ota_0, app, ota_0, 0xB0000, 0x400000,
|
||||
ota_1, app, ota_1, 0x4B0000, 0x400000,
|
||||
storage, data, littlefs, 0x8B0000, 0x750000,
|
||||
|
Reference in New Issue
Block a user