Files
xiaozhi-esp32/main/boards/m5stack-core-s3/README.md

23 lines
359 B
Markdown
Raw Normal View History

# 使用说明
2025-01-14 16:27:21 +08:00
**编译**
```bash
python ./scripts/release.py m5stack-core-s3
2025-01-14 16:27:21 +08:00
```
如需手动编译,请参考 `m5stack-core-s3/config.json` 修改 menuconfig 对应选项。
2025-01-14 16:27:21 +08:00
**烧录**
2025-01-14 16:27:21 +08:00
```bash
idf.py flash
2025-01-14 16:27:21 +08:00
```
> [!NOTE]
> 进入下载模式:长按复位按键(约3秒),直至内部指示灯亮绿色,松开按键。
2025-01-14 16:27:21 +08:00