Hi,
currently you do not copy your own build overlays/*.dtbo, but use those from https://github.com/RPi-Distro/firmware/tree/debian/boot/overlays
I would like to recommend: Please put the following
mkdir -p $NEW_KERNEL/boot/overlays
cp $LINUX_KERNEL/arch/arm/boot/dts/overlays/*.dtbo $NEW_KERNEL/boot/overlays
after this line
|
cp $LINUX_KERNEL/arch/arm/boot/dts/bcm27*.dtb $NEW_KERNEL/boot |
Hi,
currently you do not copy your own build
overlays/*.dtbo, but use those from https://github.com/RPi-Distro/firmware/tree/debian/boot/overlaysI would like to recommend: Please put the following
after this line
rpi-kernel/scripts/compile_kernel.sh
Line 224 in 4b9e71e