mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-01-10 02:54:23 +01:00
11 lines
496 B
CSV
11 lines
496 B
CSV
# ESP-IDF Partition Table
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x9000, 0x4000,
|
|
otadata, data, ota, 0xd000, 0x2000,
|
|
phy_init, data, phy, 0xf000, 0x1000,
|
|
factory, app, factory, 0x10000, 0x80000,
|
|
ota_0, app, ota_0, 0x90000, 0x370000,
|
|
# Total flash size is 0x400000
|
|
# Partitions of type app have to be placed at offsets aligned to 0x10000 (64 K).
|
|
# See https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html
|