|
hace 2 semanas | |
---|---|---|
.. | ||
README.md | hace 2 semanas | |
config.h | hace 2 semanas | |
config.json | hace 2 semanas | |
doit_s3_aibox.cc | hace 2 semanas |
配置编译目标为 ESP32S3:
idf.py set-target esp32s3
打开 menuconfig:
idf.py menuconfig
选择板子:
Xiaozhi Assistant -> Board Type -> 四博智联AI陪伴盒子
修改 psram 配置:
Component config -> ESP PSRAM -> SPI RAM config -> Mode (QUAD/OCT) -> Octal Mode PSRAM
编译:
idf.py build