Closed brandflake11 closed 3 years ago
Yes there is, the release also includes a tar.gz file you can extract over Rpi OS, ans potentially other distros, with the realtime kernel. See the "export" section in the release.
Thank you, that's sweet! I think it would also be very nice and convenient to make a .deb file for Raspberry Pi OS.
Okay, this makes sense, thanks for the detailed response!
I'll figure out how to do it manually then!
@brandflake11 What you do is extract it over your root.
cd /
sudo wget http://unofficialpi.org/Distros/RealtimePi/2019-12-17_realtimepi-kernel-4.19.71.tar.gz
sudo tar xzvf 2019-12-17_realtimepi-kernel-4.19.71.tar.gz
reboot
Note that this kernel is not that new, i don't think it will work on some Pi 4s. The nightly might.
@guysoft Thank you for the help. I'll make sure to backup /boot first!
This looks like the best way to easily get a realtime kernel for RaspberryPi OS. Is there anyway that the project could make a repository vanilla RaspberryPi OS (sounds tasty!) users can add to use the realtime kernel to save build time?