You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I am compiling a Pi3 under bullseye using kernels from paspberrypilinux and I get the folowing message :
+ /data/RpiGenImage/Images/bullseye/build/chroot/usr/src/linux/scripts/mkknlimg /data/RpiGenImage/Images/bullseye/build/chroot/usr/src/linux/arch/arm/boot/zImage /data/RpiGenImage/Images/bullseye/build/chroot/boot/firmware/kernel7.img
./rpi23-gen-image.sh: 517: bootstrap.d/13-kernel.sh: /data/RpiGenImage/Images/bullseye/build/chroot/usr/src/linux/scripts/mkknlimg: not found
I have checked the file is not present on versions 5.3 and 5.4 (5.2 has got it). Is it missing by accident or is there a change in the process after kernel version 5.2 ?
I would have liked to download the file and check what happens if I put it in the proper folder but I don't know how to resume at the point the preparation crashed. Could it be possible ? How?
thanks
The text was updated successfully, but these errors were encountered:
I replaced mkknlimg simply by cp as proposed in one of the comments on te raspberry/linux thread. Seems to work like a charm.
Problems appearr with kernel 5.3 but using cp works well with kernels < 5.3 (at least 4.19)
Can you pull the request?
g-vidal
changed the title
Crash compiling Pi3-Bullseye 32 missing script mkknlimg kernel 5.3 and up
Crash compiling Pi3-Bullseye 32 missing script mkknlimg kernel 5.3 and up (solved PR #212)
Feb 4, 2020
Hi all,
I am compiling a Pi3 under bullseye using kernels from paspberrypilinux and I get the folowing message :
I have checked the file is not present on versions 5.3 and 5.4 (5.2 has got it). Is it missing by accident or is there a change in the process after kernel version 5.2 ?
I would have liked to download the file and check what happens if I put it in the proper folder but I don't know how to resume at the point the preparation crashed. Could it be possible ? How?
thanks
The text was updated successfully, but these errors were encountered: