1 Star 2 Fork 1

c001/p9_kernel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_Kernel.txt 796 Bytes
一键复制 编辑 原始数据 按行查看 历史
Paul O'Brien 提交于 2016-05-06 17:30 . Initial commit
################################################################################
1. How to Build
- get Toolchain
From android git server, codesourcery and etc ..
- aarch64-linux-android-4.9
- edit Makefile
edit "CROSS_COMPILE" to right toolchain path(You downloaded).
Ex) export PATH=$PATH:$(android platform directory you download)/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin
Ex) export CROSS_COMPILE=aarch64-linux-android-
$ mkdir ../out
$ make ARCH=arm64 O=../out merge_hi3650_defconfig
$ make ARCH=arm64 O=../out -j8
2. Output files
- Kernel : out/arch/arm64/boot/Image
- module : out/drivers/*/*.ko
3. How to Clean
$ make ARCH=arm64 distclean
$ rm -rf out
################################################################################
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhizhou/p9_kernel.git
git@gitee.com:zhizhou/p9_kernel.git
zhizhou
p9_kernel
p9_kernel
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385