由 沈夜 贡献,Ai-Thinker 进行整理
挑战最快 部署›Ai-WB2
安装教程
📜 点击展开完整代码
html
git clone --recursive [https://gitee.com/Ai-Thinker-Open/Ai-Thinker-WB2.git](https://gitee.com/Ai-Thinker-Open/Ai-Thinker-WB2.git)
cd Ai-Thinker-WB2
git clone [https://gitee.com/robotxx/bl602-configuration-free.git](https://gitee.com/robotxx/bl602-configuration-free.git) tools\MSYS2\使用说明
目录如下
2025-04-13 22:00
Ai-Thinker-WB2
2025-04-13 22:00 测试.bat
直接运行就可以编译。
还有配置好的 vs code 无需配置环境打开 就能用。
测试bat
@echo off
set MSYS2_PATH_TYPE=inherit
📜 点击展开完整代码
c
set PATH=%SystemRoot%\System32;%SystemRoot%;%SystemRoot%\SysWOW64
set PATH=%~dp0Ai-Thinker-WB2\toolchain\riscv\MSYS\bin;%PATH%
set PATH=%~dp0Ai-Thinker-WB2\tools\MSYS2\usr\bin;%PATH%cd %~dp0\Ai-Thinker-WB2\applications\get-started cmd /k

