Files
sphinx-key/factory/table.csv
2023-07-10 20:13:37 +00:00

496 B

1# ESP-IDF Partition Table
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x4000,
4otadata, data, ota, 0xd000, 0x2000,
5phy_init, data, phy, 0xf000, 0x1000,
6factory, app, factory, 0x10000, 0x80000,
7ota_0, app, ota_0, 0x90000, 0x370000,
8# Total flash size is 0x400000
9# Partitions of type app have to be placed at offsets aligned to 0x10000 (64 K).
10# See https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html