mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2025-05-17 07:08:03 +08:00
474 B
474 B
1 | # ESP-IDF Partition Table |
---|---|
2 | # Name, Type, SubType, Offset, Size, Flags |
3 | nvsfactory, data, nvs, , 200K, |
4 | nvs, data, nvs, , 840K, |
5 | otadata, data, ota, , 0x2000, |
6 | phy_init, data, phy, , 0x1000, |
7 | model, data, spiffs, , 0xF0000, |
8 | # According to scripts/versions.py, app partition must be aligned to 1MB |
9 | ota_0, app, ota_0, 0x200000, 12M, |
10 | ota_1, app, ota_1, , 12M, |