Ai-M61-32S-自动安装脚本失效排查附最新
报错如下:检查分支。不正确。
修复过
提示目录重复,删掉创建目录代码
最新可用代码如下。
- git clone https://gitee.com/Ai-Thinker-Open/AiPi-Open-Kits.git
- cd AiPi-Open-Kits/
- echo [submodule "aithinker_Ai-M6X_SDK"]>%cd%\.gitmodules
- echo path = aithinker_Ai-M6X_SDK>>%cd%\.gitmodules
- echo url = https://gitee.com/Ai-Thinker-Open/aithinker_Ai-M6X_SDK.git>>%cd%\.gitmodules
- echo branch = release/AiPi_Eyes_SDK>>%cd%\.gitmodules
- pause
- git submodule init
- git submodule update
- cd aithinker_Ai-M6X_SDK/
- git clone https://gitee.com/bouffalolab/toolchain_gcc_t-head_windows.git -b master
- git submodule init
- git submodule update
- pause
复制代码
|