You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
818 B
818 B
AIE
简介
本项目依附于esp-box,基于chatgpt-demo修改 请先准备esp-box本地开发环境
本地开发准备
拉取esp-box源码
https://github.com/espressif/esp-box/blob/master/README_cn.md 配置esp-idf相关开发环境,确保~/examples/下的示例项目能正常构建、编译、烧写
拉取本项目代码
项目文件夹放在~/examples/..下,或者直接在~/examples/下克隆代码git clone
初次构建
项目拉取后进入aie/factory_nvs/ ,先构建依赖
idf.py set-target esp32-s3
idf.py build
回到本项目的更目录aie/
idf.py build
首次构建比较久
烧写
idf.py flash
开启调试
idf.py monitor
运行后会重新启动设备,并实时打印设备运行日志信息