Skip to content

Commit

Permalink
发布博客,时间:2023-11-10 11:12:00
Browse files Browse the repository at this point in the history
  • Loading branch information
whp98 committed Nov 10, 2023
1 parent fc59c26 commit d457690
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions docs/兴趣/Ai-M61-32S开发板编译/Ai-M61-32S开发板编译.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Ai-M61-32S开发板编译
[本文参考](http://bbs.ai-thinker.com/forum.php?mod=viewthread&tid=282&extra=page%3D2&_dsign=7fea3002)


## 1-拉代码

![1-拉代码.png](./1-拉代码.png)

```shell
git clone https://gitee.com/Ai-Thinker-Open/AiPi-Open-Kits.git
```


## 2-改submodel成gitee

![2-改submodel成gitee](./2-改submodel成gitee.png)

## 3-初始化各个子模块和编译工具
![3-初始化各个子模块和编译工具](./3-初始化各个子模块和编译工具.png)
```shell
cd AiPi-Open-Kits/
git submodule init
git submodule update
cd aithinker_Ai-M6X_SDK/
git submodule init
git submodule update
git clone https://gitee.com/bouffalolab/toolchain_gcc_t-head_windows.git
```
## 4-配置环境变量

```txt
aithinker_Ai-M6X_SDK\toolchain_gcc_t-head_windows\bin
aithinker_Ai-M6X_SDK\tools\make
aithinker_Ai-M6X_SDK\tools\ninja
```
![4-配置环境变量](./4-配置环境变量.png)

## 5-检查环境变量是否配置成功
```shell
make -v

```
![5-检查环境变量是否配置成功](./5-检查环境变量是否配置成功.png)

## 6-检查环境变量是否配置成功
```shell
riscv64-unknown-elf-gcc -v

```
![6-检查环境变量是否配置成功](./6-检查环境变量是否配置成功.png)

## 7-编译天气代码成功
```shell
cd AiPi-Open-Kits\AiPi-Eyes_weather
make
```
![7-编译天气代码成功](./7-编译天气代码成功.png)
1 change: 1 addition & 0 deletions docs/兴趣/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
- [计算机行业就业分析报告](./计算机行业就业分析报告.md)
- [软件推荐](./软件推荐.md)
- [黑鲨安装miui桌面和负一屏](./黑鲨安装miui桌面和负一屏.md)
- [Ai-M61-32S开发板编译](./Ai-M61-32S开发板编译/Ai-M61-32S开发板编译.md)
- [少儿编程上手和评价](./少儿编程/少儿编程.md)
- [使用Docker一键开启我的世界服务器[java/基岩]](./我的世界开服/我的世界开服.md)

0 comments on commit d457690

Please sign in to comment.