Replies: 3 comments 3 replies
-
I haven't made any changes post rt-patch except to fix the kernel .config used to build (my first try I got it wrong). I haven't tried packaging it as a deb. In theory I could do it (I have an apt repo) but it hasn't been a priority. Also, I'm not sure where to find the deb packaging files (I'd rather not try to re-create them). This post is not encouraging: https://www.raspberrypi.org/forums/viewtopic.php?t=265774 The kernel files here should work in a deb though (just not on a RPi3, not sure why). The advantage to having a deb package in a repo is that it would make it easier to do updates. I have been installing by copying the files into /boot/rt and /boot/rt/overlays, then setting config.txt to use it. This makes it easy to switch kernels for comparison testing. |
Beta Was this translation helpful? Give feedback.
-
@andypugh I should have looked harder, the scripts for making a deb package are there in the linux repo under the scripts directory, I presume that's how you built yours. I haven't tried running them yet, I'll give that try when I have time. |
Beta Was this translation helpful? Give feedback.
-
Indeed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does the repo build working kernel debs?
Having found that our existing 4.19.y-rt24 kernel would not work with the latest crop of Pi4s I have patched 5.4.83 with the rt48 patch. This is working fine on my Pi400, but if I build debian packages and install the linux-image deb on a stock pi SD card image I get a non-booting system.
I am wondering if any of the changes that you have made in this repo post the RT patch are relevant to deb packaging?
Beta Was this translation helpful? Give feedback.
All reactions