knowledge_map/phenix mini 开发环境.md

23 lines
534 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# phenix mini 开发环境
* 下载代码
git clone http://34.94.84.73/root/flight_control.git
解压gcc 和modules
modules 文件夹移入.git 文件夹
gcc 文件夹移入etc/文件夹下(这部已经完成不需要做)
编辑.profile 文件
vi /home/rst/.profile在最后一行插入以下内容其中rst为用户名要根据自己用户名进行替换
```shell
export PATH=/etc/gcc-arm-none-eabi-7-2017-q4-major/bin:$PATH
```
保存退出之后运行一次.profile文件使修改生效
source .profile