main/boards/movecall-moji2-esp32c5/README.md
This document provides instructions on how to configure and build the firmware for Movecall Moji2.0 (Xiaozhi AI Edition).
This project is based on the following open-source hardware:
Initialize the project to target the ESP32-C5 chip:
idf.py set-target esp32c5
Open the graphical configuration menu:
idf.py menuconfig
Navigate to the following path to select your board:
Xiaozhi Assistant -> Board Type -> Movecall Moji2.0 小智AI衍生版
Note: After selecting, press S to save (then Enter to confirm) and press Q to exit.
Run the following command to start the compilation:
idf.py build
Clean Build Files (Recommended if you encounter errors):
idf.py fullclean
Flash Firmware to Device:
idf.py flash
Monitor Serial Output:
idf.py monitor