Lines Matching refs:kernel

6kernel porting involves basic kernel compilation, building, and verification after third-party ch…
11kernel baseline evolves based on the Linux LTS version 5.10 and incorporates the CVE and bugfix pa…
16 You can use the Bootloader provided by the chipset vendor or open-source U-Boot to load the kernel
21 1. Prepare the kernel configuration files, especially the chipset-related configuration files.
23 Source code directory of the configuration files: **kernel/linux/config/**
29 Source code directory of the patch files: **kernel/linux/patches/linux-5.10**
35kernel/linux/patches/**, after version-level build commands are passed to the **kernel_module_buil…
41 …(2) The build fails due to kernel version mismatch. In this case, kernel adaptation is required, i…
44kernel.mk** file, patches are applied after the code environment of **kernel/linux-5.10** is copie…
46 …> - You can modify the patches in **out/<\*\*\*>/kernel/linux-5.10**, to which the code envi…
54 …ev/mmcblk0p3 ro rootfstype=ext4 rootwait blkdevparts=mmcblk0:1M(boot),9M(kernel),50M(rootfs),50M(u…
60 …t shell, and run a simple program in the user space to check whether the kernel porting is success…
62 **Figure 1** OS image structure and user-space program startup process based on the Linux kernel
64 …process-based-on-the-linux-kernel](figures/os-image-structure-and-user-space-program-startup-proce…
74 …nit** component of the startup subsystem and the **linux_5_1_0** component of the kernel subsystem.
92 …sure that the bootloader and Linux kernel are started properly. When **rootfs.img** is properly mo…