Add readme
This commit is contained in:
parent
6eb27bf245
commit
4ab7eb15f2
|
@ -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 命令进行编译
|
||||
|
||||
+ ## **安装方法**
|
||||
|
|
Loading…
Reference in New Issue