Contributed by 沈夜, organized by Ai-Thinker
Fastest Deployment Challenge - Ai-WB2
Installation Tutorial
Click to expand full code
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\Usage Instructions
The directory is as follows
2025-04-13 22:00
Ai-Thinker-WB2
2025-04-13 22:00 测试.bat
Just run it directly and it will compile.
There's also a pre-configured VSCode — open it and it works, no environment configuration needed.
The test bat
@echo off
set MSYS2_PATH_TYPE=inherit
Click to expand full code
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

