-
Notifications
You must be signed in to change notification settings - Fork 1
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
use latest stable kernel #2
Comments
I didn't cross-build an initrd. |
Oh really?
before testing your image I used raspbian and this image and tried there to build the patched RPi3 kernel (branch 4.18) with cross compiling. The compiling wasn't a problem, but I didn't had a package with a initrd at the end. Can you poke me please in the right direction to build a newer kernel for your image? Thx. |
I built with ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- and got a working kernel image, no black magic involved. |
Hello again @chschlue
I used the similar arch and cross compiler. Just my target was bcmrpi3_defconfig, because I wasn't using your image.
How did you build the kernel? I would prefer a (debian) package which is easy to remove it. |
I already told you how I did it. |
Hello @chschlue
thank you for your time to build it for the B+ model.
I would like to use the kernel 4.18.13. I tried for the B+ model several tries, also included building a own kernel.
How did you build the initrd via cross compile?
Regards
The text was updated successfully, but these errors were encountered: