Hi guys, I’m trying to set up a real-time system using Leap Micro.
I have a containerized workload I’m running via Kubernetes that requires real-time support. I have this running on Ubuntu but we’re porting our severs over to Leap Micro and I’m trying to find documentation for getting this set up.
bor@bor-Latitude-E5450:~/src/SUSE/kernel-source$ grep -r PREEMPT_RT config/x86_64/
config/x86_64/default:# CONFIG_PREEMPT_RT is not set
bor@bor-Latitude-E5450:~/src/SUSE/kernel-source$
FAICT there is still the separated branch which defines PREEMPT_RT and the separate package built with this setting.
@kedvall You can check my post here about OpenSUSE Leap Micro 6.1 network boot installation. In the my_network_boot/get_files.sh file in that post you will find the link to the download CDN and you will get files with RT in the name like openSUSE-Leap-Micro.x86_64-6.1-Base-RT-SelfInstall-Build5.7.install.tar that sounds like a real time installation image - at least that’s what I thought when I saw the name.