Add readme

This commit is contained in:
Huang Xin 2019-05-21 17:21:42 +08:00
parent 6eb27bf245
commit 4ab7eb15f2
1 changed files with 4 additions and 2 deletions

View File

@ -35,6 +35,7 @@ ld Makefile和编译脚本目录
tar -xvaf ./linux-4.9.140.tar.gz ./
cp ./linux-4.9.140 ./x86
cp ./linux-4.9.140 ./arm64</code>
4. #### 设置环境变量
在 ~/.bashrc 文件末尾加上以下几行配置
<code>export HUACHENG_LINUX_KERNEL=/opt/fsl-kernel/x86/linux-4.9.140
@ -54,6 +55,7 @@ ld Makefile和编译脚本目录
<code>ARCH ?= arm64
CROSS_COMPILE ?= aarch64-fsl-linux-</code>
然后运行 make 命令进行编译
+ ## **安装方法**