Files
kedia/partitions/v1/32m.csv
0Xiao0 7b5da81892
Some checks failed
Build Boards / Determine variants to build (push) Has been cancelled
Build Boards / Build ${{ matrix.full_name }} (push) Has been cancelled
first commit
2026-06-15 16:47:28 +08:00

11 lines
474 B
CSV

# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvsfactory, data, nvs, , 200K,
nvs, data, nvs, , 840K,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
model, data, spiffs, , 0xF0000,
# According to scripts/versions.py, app partition must be aligned to 1MB
ota_0, app, ota_0, 0x200000, 12M,
ota_1, app, ota_1, , 12M,