http://bbs.ai-thinker.com/forum.php?mod=viewthread&tid=255&extra=page%3D1&_dsign=8d391b26
教程实在是太详细了,也是一下就成功了。已经安装了git和vs,直接贴出全部命令
git clone https://gitee.com/Ai-Thinker-Open/AiPi-Open-Kits.git
cd AiPi-Open-Kits/
git submodule init
git submodule updatecd aithinker_Ai-M6X_SDK/
git submodule init
git submodule update
. install.sh
. export.sh
echo $PATH
cd ../AiPi-Eyes_weather&&make
|