mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 11:02:40 +00:00
10 lines
381 B
CSV
10 lines
381 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,
|
|
ota_0, app, ota_0, 0x20000, 0x4f0000,
|
|
ota_1, app, ota_1, , 0x4f0000,
|
|
assets, data, spiffs, 0xA00000, 4M,
|
|
coredump, data, coredump,, 0x10000,
|