![]() |
[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 - agent_kith - 29-Dec-2023 (28-Dec-2023, 04:44 PM)Snoopy8 Wrote: Can't upload tar file to Wiki. Have sent you link to access Google Docs.Don't think I see this anywhere yet, will double check later. (28-Dec-2023, 04:44 PM)Snoopy8 Wrote: 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.Yes, it's the kernel parameter. However the boot image is actually in /boot/firmware, and it's kernel_v8.img etc for bookworm and vmlinuz for Ubuntu. The kernel is compressed too meaning I have to decompress the image to find the version string. Kind of PITA because on PC systems the kernel version is right in the kernel image filename making it easy. RE: [split] Real Time Kernels discussion - Snoopy8 - 30-Dec-2023 (29-Dec-2023, 09:56 AM)agent_kith Wrote: Don't think I see this anywhere yet, will double check later.Please check your messages here RE: [split] Real Time Kernels discussion - Snoopy8 - 01-Jul-2024 Following on from the previous posts with AK, this official Raspberry documentation gives some guidance on how to replace an existing kernel https://www.raspberrypi.com/documentation/computers/linux_kernel.html Rather than overwrite the existing kernel, used the following: PHP Code: sudo mkdir /boot/firmware/so To copy the real time kernel to another instance, will need to tar the above make folders and files, and the folder /usr/lib/modules/6.6.35-rt34-so+. Replace "6.6.35-rt34-so+" with the name of the RT kernel. |