# Compiling and Building the Linux Kernel
- [Example 1](#section19369206113115)
## Example 1
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 Hi3516DV300 # Build the Hi3516D V300 image.
--build-target build_kernel # Build the uImage kernel image of the Hi3516D V300 board.
--gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.
```