1 Star 0 Fork 4.9K

丛林 / docs

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

Compiling and Building the Linux Kernel

Example

The following uses the Hi3516D V300 board and Ubuntu x86 server as an example.

Perform a full build for the project to generate the uImage kernel image.

./build.sh --product-name hispark_taurus_standard     # Build the hispark_taurus_standard image.
    --build-target build_kernel                       # Build the uImage kernel image of hispark_taurus_standard.
    --gn-args linux_kernel_version=\"linux-5.10\"     # Specify the kernel version.
1
https://gitee.com/jungle8023/docs.git
git@gitee.com:jungle8023/docs.git
jungle8023
docs
docs
master

搜索帮助