Files
xiaozhi-esp32/main/boards/waveshare/esp32-s3-touch-lcd-4.3c/README.md
Y1hsiaochunnn 6f71868bad fix: Categorizing waveshare products (#1734)
content: Update the README.md

ci: Adapt to the lower directory

ci: the lower directory support

ci: board type errors fixed.

ci: board_type errors fixed to board_leaf.

fix: A naming error problem

fix: jd9365 member error

fix: Update product naming

feat: Add manufacturer parameters to the firmware name for 'release'

fix: Verification logic

fix: Verification logic
2026-02-04 21:03:23 +08:00

853 B
Executable File

使用说明

快速体验

下载编译好的 固件

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
  1. 设置编译目标为 esp32s3
idf.py set-target esp32s3
  1. 修改配置
cp main/boards/esp32-s3-touch-lcd-4.3c/sdkconfig.4_3c sdkconfig
  1. 编译烧录程序
idf.py build flash monitor

log

@2025/05/17 测试问题

  1. 返回应用界面时,需要存在此分区,否则无效

TODO