Files
xiaozhi-esp32/partitions_hi.csv
espressif2022 f5c1c30c5e feat: add new board esp-hi (#666)
* feat: add new board esp-hi

* feat(esp-hi): update servo_dog_ctrl

---------

Co-authored-by: Li Junru <lijunru@espressif.com>
Co-authored-by: Xiaoxia <terrence@tenclass.com>
2025-05-29 23:29:33 +08:00

334 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,
6model, data, spiffs, 0x10000, 0xD0000,
7factory, app, factory, 0xe0000, 2200K,
8assets_A, data, spiffs, , 700K,