Files
xiaozhi-esp32/partitions.csv

9 lines
329 B
CSV
Raw Permalink Normal View History

2024-08-31 18:00:23 +08:00
# 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,
2024-10-01 15:58:03 +08:00
model, data, spiffs, 0x10000, 0xF0000,
2025-01-23 13:50:22 +08:00
ota_0, app, ota_0, 0x100000, 6M,
ota_1, app, ota_1, 0x700000, 6M,