remusmp / rpi-rt-kernel

56 stars 34 forks source link

Cannot build an image for PiZeroW #16

Closed Buyingbf closed 2 months ago

Buyingbf commented 3 months ago

This is similar to Cannot build image for PiZero #14 . I have two errors when running sudo make PiZero:

cp: cannot stat '/rpi-kernel/linux/arch/arm/boot/dts/*.dtb': No such file or directory
cp: cannot stat '/rpi-kernel/linux/arch/arm/boot/zImage': No such file or directory

I was able to remove the second error by modifying build.sh as specified in the other issue, but I still have the first error. Currently building this on a WSL2 Ubuntu install if that is significant.

Buyingbf commented 2 months ago

By implementing the changes discussed in the above pull request, I was able to make my own patched image.