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.

44 lines
818 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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
```
运行后会重新启动设备,并实时打印设备运行日志信息