forked from xiaozhi/xiaozhi-esp32
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>
This commit is contained in:
@@ -1,22 +1,18 @@
|
||||
# 使用说明
|
||||
|
||||
|
||||
1. 设置编译目标为 esp32s3
|
||||
**编译**
|
||||
|
||||
```shell
|
||||
idf.py set-target esp32s3
|
||||
```bash
|
||||
python ./scripts/release.py m5stack-core-s3
|
||||
```
|
||||
|
||||
2. 修改配置
|
||||
如需手动编译,请参考 `m5stack-core-s3/config.json` 修改 menuconfig 对应选项。
|
||||
|
||||
```shell
|
||||
cp main/boards/m5stack-core-s3/sdkconfig.cores3 sdkconfig
|
||||
```
|
||||
**烧录**
|
||||
|
||||
3. 编译烧录程序
|
||||
|
||||
```shell
|
||||
idf.py build flash monitor
|
||||
```bash
|
||||
idf.py flash
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
|
||||
Reference in New Issue
Block a user