添加phenix mini 开发环境配置
This commit is contained in:
parent
f75ec1155a
commit
ea266f8cab
23
phenix mini 开发环境.md
Normal file
23
phenix mini 开发环境.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# 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
|
||||||
Loading…
x
Reference in New Issue
Block a user