-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I have a question regarding installing the kernel but I'm not sure if here is the right place to ask.
So I made a custom raspberry image with the rpi-image-gen project. The image is based on Ubuntu 24.04 and I also have ROS2 installed on it. After I saw your project with the RT Kernel I wanted to add it to my image but no luck so far.
I copied the files to my image and tried to run sudo dpkg -i linux-image-*.deb but the command fails complaining about an ERROR for unsupported initramfs version 6.8.4-rt11-raspi as well as unsuported kernel version 6.8.4-rt11-raspi.
I know that this latest kernel is still pre-release but since the image from the ros-realtime-rpi4-image repo is working without any issues I think I'm missing something in my image.
Your help would be much appreciated.
If this is outside of the scope of this project then I'm sorry for asking this here.