Files
xiaozhi-esp32/partitions_8M.csv

10 lines
369 B
CSV
Raw Normal View History

2025-01-13 03:20:07 +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,
model, data, spiffs, 0x10000, 0xF0000,
storage, data, spiffs, 0x100000, 1M,
ota_0, app, ota_0, 0x200000, 3M,
ota_1, app, ota_1, 0x500000, 3M,