How do I add Preempt RT patch to raspberry pi?

1.2k views Asked by At

I am working on a project that requires Preempt RT patch to Raspberry Pi.

How do I go about adding the latest patch to the latest kernel source?

I have referred to a few websites / tutorials, however they either seem to be broken on outdated.

1

There are 1 answers

1
Mohtashim On

About installing rtirq: try

apt-cache search rtirq

And if my memory serves me correctly, the installation is just:

apt-get install rtirq

Then head over to /etc/defaults/rtirq

or something similar (I'm not at a linux computer right now) and change the settings...

Finally, run

systemctl enable rtirq
systemctl start rtirq

and you should be set.