[split] Real Time Kernels discussion
#41
(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.
https://www.raspberrypi.com/documentatio...g_txt.html
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.
Snakeoil Operating System - Music, your way!
Reply

#42
(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
[-] The following 1 user Likes Snoopy8's post:
  • agent_kith
Reply

#43
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/documentatio...ernel.html

Rather than overwrite the existing kernel, used the following:
PHP Code:
sudo mkdir /boot/firmware/so
sudo mkdir 
/boot/firmware/so/overlays-so
*
the following files from a make
*
sudo cp arch/arm64/boot/dts/broadcom/*.dtb /boot/firmware/so/
sudo cp arch/arm64/boot/dts/overlays/*.dtb* /boot/firmware/so/overlays-so/
sudo cp arch/arm64/boot/dts/overlays/README /boot/firmware/so/overlays-so/
sudo cp arch/arm64/boot/Image.gz /boot/firmware/kernel-so.img
sudo nano /boot/firmware/config.txt  * to add the following
os_prefix=so/
overlay_prefix=overlays-so/
kernel=/kernel-so.img 

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.
[-] The following 1 user Likes Snoopy8's post:
  • uglymusic
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Install Snakeoil OS on a USB stick cpcat 4 1,536 21-Jan-2023, 02:11 PM
Last Post: cpcat
  Interesting discussion developing over at DIY-Audio re cpu-isolation/jitter/noise etc Bromf 1 860 27-Sep-2022, 02:05 AM
Last Post: mkysimes
  More upsampling antics......This time with SqueezeLite mkysimes 6 3,508 05-May-2020, 07:35 PM
Last Post: mkysimes



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
Normal/Inverted Phase Playback
Last Post: hkphantomgtr
Yesterday 05:05 PM
» Replies: 8
» Views: 3575
Snakeoil 1.4.3 (High End U3)
Last Post: Snoopy8
23-Apr-2025 04:13 PM
» Replies: 31
» Views: 1215
Work In Progress: 1.4.4
Last Post: agent_kith
23-Apr-2025 11:35 AM
» Replies: 13
» Views: 268
Wiki update - need your help!
Last Post: Snoopy8
22-Apr-2025 02:23 PM
» Replies: 7
» Views: 177
No audio devices on RPi5 with latests bu...
Last Post: miksi
21-Apr-2025 12:52 AM
» Replies: 16
» Views: 421
new install issues
Last Post: Snoopy8
19-Apr-2025 01:08 PM
» Replies: 7
» Views: 188
Connecting Spotify to SnakeOil
Last Post: Snoopy8
16-Apr-2025 01:55 PM
» Replies: 10
» Views: 262
Misc. sharing for building Raspberry Pi ...
Last Post: hkphantomgtr
13-Apr-2025 12:47 PM
» Replies: 2
» Views: 112
[split] Snakeoil 1.4.3 (High End U3)
Last Post: agent_kith
09-Apr-2025 03:45 PM
» Replies: 1
» Views: 76
SQ difference - Raspberry Pi vs x86_64?
Last Post: agent_kith
09-Apr-2025 03:41 PM
» Replies: 15
» Views: 1065

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2025. Theme © Melroy van den Berg.