1# Compiling and Building the Linux Kernel 2 3 4 **Example** 5 6The following uses the Hi3516D V300 board and Ubuntu x86 server as an example. 7 8 9Perform a full build for the project to generate the **uImage** kernel image. 10 11 12```bash 13./build.sh --product-name hispark_taurus_standard # Build the hispark_taurus_standard image. 14 --build-target build_kernel # Build the uImage kernel image of hispark_taurus_standard. 15 --gn-args linux_kernel_version=\"linux-5.10\" # Specify the kernel version. 16``` 17