ESP32-xiaozhi-esp32/main/boards/esp32-cgc-144
Xiaoxia 83f6f8c703
Switch to 2.0 branch (#1152)
* Adapt boards to v2 partition tables

* fix esp log error

* fix display style

* reset emotion after download assets

* fix compiling

* update assets default url

* Add user only tools

* Add image cache

* smaller cache and buffer, more heap

* use MAIN_EVENT_CLOCK_TICK to avoid audio glitches

* bump to 2.0.0

* fix compiling errors

---------

Co-authored-by: Xiaoxia <terrence.huang@tenclass.com>
2025-09-04 15:41:28 +08:00
..
config.h 更新ESP32 CGC MCP控制方式,添加一个ESP32 CGC 144的开发板 (#736) 2025-06-03 12:20:57 +08:00
config.json v1.6.8: Move partition CSV files into a folder 2025-06-04 12:11:55 +08:00
esp32_cgc_144_board.cc Switch to 2.0 branch (#1152) 2025-09-04 15:41:28 +08:00
power_manager_lite.h 更新ESP32 CGC MCP控制方式,添加一个ESP32 CGC 144的开发板 (#736) 2025-06-03 12:20:57 +08:00
power_manager.h 更新ESP32 CGC MCP控制方式,添加一个ESP32 CGC 144的开发板 (#736) 2025-06-03 12:20:57 +08:00
README.md v1.6.8: Move partition CSV files into a folder 2025-06-04 12:11:55 +08:00

相关资料:

编译配置命令

配置编译目标为 ESP32

idf.py set-target esp32

打开 menuconfig

idf.py menuconfig

选择板子:

Xiaozhi Assistant -> Board Type -> ESP32 CGC 144

修改 flash 大小:

Serial flasher config -> Flash size -> 4 MB

修改分区表:

Partition Table -> Custom partition CSV file -> partitions/v1/4m.csv

编译:

idf.py build