xiaozhi-esp32/main/boards/jiuchuan-s3
Xiaoxia 83f6f8c703
Some checks are pending
Build Boards / Determine boards to build (push) Waiting to run
Build Boards / Build ${{ matrix.board }} (push) Blocked by required conditions
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>
2025-09-04 15:41:28 +08:00
..
config.h 添加 jiuchuan-s3 开发板支持 (#775) 2025-06-29 05:41:42 +08:00
config.json 添加 jiuchuan-s3 开发板支持 (#775) 2025-06-29 05:41:42 +08:00
esp_lcd_panel_gc9301.c 添加 jiuchuan-s3 开发板支持 (#775) 2025-06-29 05:41:42 +08:00
esp_lcd_panel_gc9301.h 添加 jiuchuan-s3 开发板支持 (#775) 2025-06-29 05:41:42 +08:00
gpio_manager.h 添加 jiuchuan-s3 开发板支持 (#775) 2025-06-29 05:41:42 +08:00
jiuchuan_dev_board.cc Switch to 2.0 branch (#1152) 2025-09-04 15:41:28 +08:00
power_controller.h [优化]-jiuchuan-s3-优化电源管理架构 (#875) 2025-07-18 01:29:30 +08:00
power_manager.h [优化]-jiuchuan-s3-优化电源管理架构 (#875) 2025-07-18 01:29:30 +08:00
README.md Switch to 2.0 branch (#1152) 2025-09-04 15:41:28 +08:00

jiuchuan-xiaozhi-sound

九川科技小智AI音箱

🛠️ 编译指南

开发环境ESP-IDF v5.4.1

编译步骤:

⚠️ 提示:若在编译过程中访问在线库失败,可以尝试切换加速器状态,或修改 [idf_component.yml] 文件,替换为国内镜像源。

  1. 使用 VSCode 打开项目文件夹;
  2. 清除工程Clean Project
  3. 设置 ESP-IDF 版本为 v5.4.1
  4. 点击 VSCode 右下角提示,生成 [compile_commands.json] 文件;
  5. 设置目标设备为 [esp32s3] -> [JTAG]
  6. 打开 SDK Configuration Editor
  7. 配置自定义分区表路径为:partitions/v2/16m.csv
  8. 设置 Board Type九川科技
  9. 保存配置并开始编译。

🔌 烧录步骤

  1. 使用数据线连接电脑与音箱;
  2. 关闭设备电源后,长按电源键不松手;
  3. 在烧录工具中选择对应的串口COM Port
  4. 点击烧录按钮,选择 UART 模式;
  5. 烧录完成前请勿松开电源键。