From ea266f8cabe5aa9878f8d588fbef74d965752dfa Mon Sep 17 00:00:00 2001 From: yewuya Date: Tue, 11 May 2021 14:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0phenix=20mini=20=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phenix mini 开发环境.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 phenix mini 开发环境.md diff --git a/phenix mini 开发环境.md b/phenix mini 开发环境.md new file mode 100644 index 0000000..d62b5a2 --- /dev/null +++ b/phenix mini 开发环境.md @@ -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 \ No newline at end of file