Lines Matching refs:kernel
10 ## Building the kernel
12 It is not normally necessary to build the kernel manually. By
13 default, the ``fvp`` target will use the GKI prebuilts for kernel
14 version 5.10. If you need to modify the kernel, if you need to use
15 a different kernel branch, or if you need graphics in FVP, please
19 mkdir android-kernel-mainline
20 cd android-kernel-mainline
21 repo init -u https://android.googlesource.com/kernel/manifest -b common-android-mainline
24 Now, update the kernel and setup for building:
33 repo download -c kernel/common 1634850
41 repo download -c kernel/common 1768866
44 Then, build the kernel.
102 If you built a custom kernel, copy or symlink the newly built kernel into your
105 mkdir -p kernel/prebuilts/mykernel/arm64
106 ln -s $FVP_KERNEL_PATH/out/android-mainline/dist/Image kernel/prebuilts/mykernel/arm64/kernel-myker…
108 mkdir -p kernel/prebuilts/common-modules/virtual-device/mykernel
109 ln -s $FVP_KERNEL_PATH/out/android-mainline/dist kernel/prebuilts/common-modules/virtual-device/myk…
112 gave to your kernel. For example, ``export TARGET_KERNEL_USE=mykernel``.