Closed me21 closed 6 years ago
Is there any documentation on how to build/ patch a kernel? Looks like the author is busy and it might be an opportunity to help.
update I build a kernel for 4.14 with the following steps, still need to verify if it is working tho:
apt-get update -y
apt-get install -y gcc-arm* git libncurses-dev build-essential
git clone https://github.com/dhruvvyas90/qemu-rpi-kernel.git
build-kernel-qemu
file to use commit a26899e0baa4de07caf97f5e4d7298240e98fd0e
now off to verify if the kernel works on my macos properly...
Hi Have you manged to get the 4.14 to work
@nicolai86: Feel free to create a PR, if you've a working 4.14 kernel ready. If not, I will give a shot this weekend. Thanks.
It would be great to have latest qemu-rpi-kernel
with every new raspbian release. The project is linked here https://github.com/guysoft/CustomPiOS/blob/CustomPiOS/src/qemu_boot.sh#L36
I was able to boot the latest Raspbian images using #60
@jlaine: Merged your PR. Appreciate your help.
Cool! Going forward it might be worth clarifying which files apply to which kernel.
Can you please prepare the kernel for the latest Raspbian image?