remusmp / rpi-rt-kernel

56 stars 34 forks source link

rt-kernel not used #19

Closed helander closed 2 months ago

helander commented 2 months ago

I have built an image for Pi4 and I can find the built files under /boot, but the system is not booted using the built kernel. uname -a shows that a non-rt kernel is in use. What do I need to do to make the image boot the rt-kernel?

Buyingbf commented 2 months ago

I had the same issue and I resolved it on my end (was building for a PiZeroW) by modifying the Dockerfile and replacing any instance of {PATCH} with {LINUX_KERNEL_RT_PATCH}.

helander commented 2 months ago

Thank you very much. I will test this and report back.

helander commented 2 months ago

Now tested and it worked 😃

helander commented 2 months ago

Closing

remusmp commented 1 month ago

I confirm this was a bug and it's now fixed in the repo as well.