Raspberry Pi 4 RT Preempt Kernel
25 Nov 2019 18:05 #151240
by elovalvo
what command is needed to install the package?
sudo apt-get install ????
Thank you in advance
Elovalvo
Replied by elovalvo on topic Raspberry Pi 4 RT Preempt Kernel
You can download pre-built preempt-rt kernels here:
packages.debian.org/search?keywords=linux-image-rt
....
/
what command is needed to install the package?
sudo apt-get install ????
Thank you in advance
Elovalvo
Please Log in or Create an account to join the conversation.
25 Nov 2019 18:46 #151242
by andypugh
Replied by andypugh on topic Raspberry Pi 4 RT Preempt Kernel
You can use apt to install a .deb, yes. But you need to give it a path so that it knows not to look in the package repository.
So, for example,
So, for example,
sudo apt install ./linux-image-4.14.148-rt-amd64.deb
Please Log in or Create an account to join the conversation.
Time to create page: 0.125 seconds