使用说明
快速体验
下载编译好的 固件
esptool.py --chip esp32s3 -p /dev/ttyACM0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 16MB 0x00 ESP32-S3-Touch-LCD-4.3C-Xiaozhi.bin
基础使用
- idf version: v5.5-dev
- 设置编译目标为 esp32s3
idf.py set-target esp32s3
- 修改配置
cp main/boards/esp32-s3-touch-lcd-4.3c/sdkconfig.4_3c sdkconfig
- 编译烧录程序
idf.py build flash monitor
log
@2025/05/17 测试问题
- 返回应用界面时,需要存在此分区,否则无效