-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to compile a custom kernel? #12
Comments
here is a diff
|
Maybe some changes lead to compile error of dtbs? It seems that you don't have dtbs directory, which means no device tree is compiled. I'll test your defconfig later. |
I guess you didn't export ARCH=arm64, and you didn't use the ARCH=arm64 when you run 'make menuconfig'.
|
I'm struggling with the steps to compile a custom kernel.
using the menuconfig step I'm able to change kernel options (specifically in my case I'm trying to add overlay filesystem & br_netfilter options for k8s) .. HOWEVER after this step I encounter an issue when running mklinux.sh where it can't
cd dbts
directory.My specific changes are:
** these modules are required to run k8s with cri-o containers
The error happens in mklinux.sh
The text was updated successfully, but these errors were encountered: