Files
SC-F001/partitions.csv
2026-04-21 15:14:14 -05:00

701 B
Raw Blame History

1# ESP32 Partition Table - 8MB (0x800000) Flash with OTA Support
2# App partitions must be offset-aligned to 0x10000 (64K). 1984K = 0x1F0000.
3# log is sized to exactly 4 MB (0x400000) at 0x4000000x800000; 28K gap
4# between params and log absorbs the 64K-alignment remainder on OTA slots.
5# Name, Type, SubType, Offset, Size, Flags
6nvs, data, nvs, 0x9000, 0x4000,
7otadata, data, ota, 0xd000, 0x2000,
8phy_init, data, phy, 0xf000, 0x1000,
9ota_0, app, ota_0, 0x10000, 1984K,
10ota_1, app, ota_1, 0x200000, 1984K,
11post_test, data, 0x42, 0x3F0000, 4K,
12params, data, 0x40, 0x3F1000, 32K,
13log, data, 0x41, 0x400000, 4096K,