Files
xiaozhi-esp32/partitions/v2/4m.csv
2026-04-26 21:35:04 +08:00

295 B

1# ESP-IDF Partition Table
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x4000,
4otadata, data, ota, 0xd000, 0x2000,
5phy_init, data, phy, 0xf000, 0x1000,
6factory, app, factory, 0x10000, 0x2F0000,
7assets, data, spiffs, 0x300000, 0x100000,