本帖最后由 ckyyy 于 2023-11-15 15:36 编辑
## 一、克隆Ai-Thinker仓库
- git clone https://gitee.com/Ai-Thinker-Open/AiPi-Open-Kits.git
复制代码
## 二、拉取子模块
- cd AiPi-Open-Kits
- 修改.gitmoudles中的url为:https://gitee.com/Ai-Thinker-Open/aithinker_Ai-M6X_SDK.git
- git submodule init
- git submodule update
复制代码
- cd aithinker_Ai-M6X_SDK
- . install.sh
- . export.sh
复制代码
|