1 Star 0 Fork 4.9K

丛林 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
kernel-standard-build.md 487 Bytes
一键复制 编辑 原始数据 按行查看 历史

Linux内核编译与构建指导

开发示例

以hi3516dv300开源开发板+ubuntu x86主机开发环境为例。

使用工程的全量编译命令,编译生成uImage内核镜像

./build.sh --product-name hispark_taurus_standard              # 编译hispark_taurus_standard镜像
    --build-target build_kernel                    # 编译hispark_taurus_standard的uImage内核镜像
    --gn-args linux_kernel_version=\"linux-5.10\"  # 编译指定内核版本
1
https://gitee.com/jungle8023/docs.git
git@gitee.com:jungle8023/docs.git
jungle8023
docs
docs
master

搜索帮助