Action for Non-GKI Kernel has some common and requires knowledge of kernel and Android to be used.
If you are not a kernel author and use someone else's source code to build KernelSU, please use it for your own use only and do not share it with others, it is respectful to the author.
4.19
4.14
After successful build, it will upload AnyKernel3 in
Action
, which has turned off device check, please flash to phone in Twrp.
First fork this repository to your repository and edit config.env as follows, then click Star
or Action
, you will see Build Kernel
option on the left side, click it and you will see Run workflows
on the top of the big dialog box on the right side, click it and it will start the build.
Type your kernel link
e.g. https://github.com/begonia-dev/android_kernel_xiaomi_mt6785
Type your kernel branch
e.g. 13.0
Type your kernel defconfig
e.g. begonia_user_defconfig
e.g. arm64
Type in the image you need, usually the same as BOARD_KERNEL_IMAGE_NAME in your aosp-device tree.
e.g. Image.gz-dtb
The default version is zyc clang17.0.0, if you need to change it, you can go to build-kernel.yml to modify it
Usually Clang12 will pass most kernel builds of 4.14 and above. My own Redmi Note 8 Pro 4.14 is using clang17.0.0
Some kernels require some build commands to be typed in manually in order to build properly, so please don't type them in if you don't need to. Separate commands with spaces.
e.g. LLVM=1 LLVM_IAS=1
This is used to optimize the kernel, but sometimes it causes errors, so it is provided that it can be disabled, set to true to disable.
For debug kernel or build it separately
If your kernel Kprobes is working properly, changing this to "true" will automatically add the parameter to defconfig.
Please enable this parameter if the kernel does not have it, the module requires
If your kernel also needs to be flashed with DTBO image, set it to true.
Merge from build_boot_image.yml
Set to true, boot.img will be Make, you need to provide Source boot image
Provide a boot image that will boot successfully, with the same kernel source code and the same device tree as your current system built from aosp, the ramdisk contains the partition table and init, without which it may reboot to fastboot.