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

14 lines
701 B
CSV
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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