kernel-standard-build.md 538 字节
Newer Older
A
annie_wangli 已提交
1
# Guidelines for Building the Linux Kernel<a name="EN-US_TOPIC_0000001076416924"></a>
M
mamingshuai 已提交
2

A
annie_wangli 已提交
3
The following uses the Hi3516D V300 development board and Ubuntu x86 server as an example.
M
mamingshuai 已提交
4

A
annie_wangli 已提交
5
Perform a full build for the project to generate the **uImage** kernel image.
M
mamingshuai 已提交
6 7

```
A
annie_wangli 已提交
8 9 10
./build.sh --product-name Hi3516DV300              # Build the Hi3516D V300 image.
    --build-target build_kernel                    # Build the uImage kernel image of Hi3516D V300.
    --gn-args linux_kernel_version=\"linux-5.10\"  # Build the specified kernel version.
M
mamingshuai 已提交
11
```