![]() |
[split] Real Time Kernels discussion - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Discussions (https://forums.snakeoil-os.net/Forum-Discussions) +--- Thread: [split] Real Time Kernels discussion (/Thread-split-Real-Time-Kernels-discussion) |
RE: [split] Real Time Kernels discussion - uglymusic - 22-Dec-2023 (22-Dec-2023, 08:13 AM)Snoopy8 Wrote: @"uglymusic", this my Xmas present which may or may not cause indigestion ? Thank you, @snoopy8. That's fantastic! I'm away for Christmas, so it will probably be New Year indigestion ![]() In the meantime, I'll be doing my prep. First question: is this for Ubuntu or Raspberry Pi OS? RE: [split] Real Time Kernels discussion - Snoopy8 - 23-Dec-2023 (22-Dec-2023, 11:19 PM)uglymusic Wrote: First question: is this for Ubuntu or Raspberry Pi OS? Raspberry Bookworm OS Lite. Will build a 6.1 RT kernel using Raspberry source. Note that the kernel will run with no problems, but it will blank out the kernel field in SnakeOil / Hardware. This is an interim solution until AK can tell me how to deploy an RT kernel using Grub in Bookworm. Also, unable to compile using Ubuntu sources. Have tested this process a few times. Will work as it is, with current 6.1.67-RT20 RT patch. If that changes, please adjust patch number. Have fun, and hopefully will give little indigestion... RE: [split] Real Time Kernels discussion - agent_kith - 23-Dec-2023 @"Snoopy8" If you can, please upload your kernel to the Snakeoil Wiki. Raspberry Pi being Raspberry Pi meaning the kernel you built will be compatible with all Raspberry Pi 4, and so on. As with @"hkphantomgtr", my intention is to come up with a web application for people to customise their kernel, and if the kernel as they exactly specified exists, go straight to download, or build and send an email to a download link. If only I won some lottery, such is life I guess. ![]() RE: [split] Real Time Kernels discussion - Snoopy8 - 23-Dec-2023 (23-Dec-2023, 07:18 AM)agent_kith Wrote: @"Snoopy8" If you can, please upload your kernel to the Snakeoil Wiki. Raspberry Pi being Raspberry Pi meaning the kernel you built will be compatible with all Raspberry Pi 4, and so on.Which kernel? The image file that works, or the deb package that I couldn't get running. Or both? Also. please create a new 1.3 branch on Wiki (I don't know how!) and I will take it from there. RE: [split] Real Time Kernels discussion - uglymusic - 24-Dec-2023 (23-Dec-2023, 04:32 AM)Snoopy8 Wrote:(22-Dec-2023, 11:19 PM)uglymusic Wrote: First question: is this for Ubuntu or Raspberry Pi OS? Brill! Looking forward to trying it ![]() RE: [split] Real Time Kernels discussion - agent_kith - 24-Dec-2023 (23-Dec-2023, 07:37 AM)Snoopy8 Wrote: Also. please create a new 1.3 branch on Wiki (I don't know how!) and I will take it from there.Just overwrite the existing sections ![]() Just woke up around 8am Perth time.. Man I must be so tired past few weeks to sleep in this late! Prepping for 1.3.0 official release soonish. RE: [split] Real Time Kernels discussion - Snoopy8 - 24-Dec-2023 (23-Dec-2023, 07:18 AM)agent_kith Wrote: @"Snoopy8" If you can, please upload your kernel to the Snakeoil Wiki. Raspberry Pi being Raspberry Pi meaning the kernel you built will be compatible with all Raspberry Pi 4, and so on.The kernel image that I built works only for the machine that it was built on. Cannot copy the files to another instance; it wrecks the audio inputs at the minimum. So, will postpone this idea of sharing kernels until the issue of using a dpkg to deploy kernels on Bookworm is solved. RE: [split] Real Time Kernels discussion - Snoopy8 - 27-Dec-2023 (23-Dec-2023, 07:18 AM)agent_kith Wrote: @"Snoopy8" If you can, please upload your kernel to the Snakeoil Wiki. Raspberry Pi being Raspberry Pi meaning the kernel you built will be compatible with all Raspberry Pi 4, and so on. I have made 2 RT kernels for Bookworm, one in kernel8.img format, and also a deb package. The kernel8 method is documented in post #30 https://www.snakeoil-os.net/forums/Thread-split-Real-Time-Kernels-discussion?pid=6998#pid6998 This works on the computer (sd card) that generated the image, but when I swapped sd cards, copied all files, cannot enable new kernel. With the deb package, can see it in SO but cannot enable it. ![]() For your development work, you can use the 2712 kernel which comes with Bookworm. I will upload my RT kernel to the wiki for your testing when you are ready. RE: [split] Real Time Kernels discussion - agent_kith - 28-Dec-2023 (27-Dec-2023, 08:34 PM)Snoopy8 Wrote: For your development work, you can use the 2712 kernel which comes with Bookworm. I will upload my RT kernel to the wiki for your testing when you are ready.Can do that now as I need more kernels to test. For some reason 2712 don't boot up in the Pi4 that I have, but the v8 one works fine. Almost certain the existing Linux (PC) kernel detection code don't work properly for aarch64. because while those files are there, the actual kernel image is gzipped and to find the version I'll need to extract the image and then find the version that match.. Still trying to find a good way to do this, so the more kernels I have at hand, the better. ![]() RE: [split] Real Time Kernels discussion - Snoopy8 - 28-Dec-2023 (28-Dec-2023, 01:55 PM)agent_kith Wrote: Can do that now as I need more kernels to test. For some reason 2712 don't boot up in the Pi4 that I have, but the v8 one works fine.Can't upload tar file to Wiki. Have sent you link to access Google Docs. (28-Dec-2023, 01:55 PM)agent_kith Wrote: Almost certain the existing Linux (PC) kernel detection code don't work properly for aarch64. because while those files are there, the actual kernel image is gzipped and to find the version I'll need to extract the image and then find the version that match.. Still trying to find a good way to do this, so the more kernels I have at hand, the better.I suspect that you may be able to use /boot/firmware/config.txt to reference the new kernel but I was not able to find the right fields. https://www.raspberrypi.com/documentation/computers/config_txt.html |