comfilepi:install_realtime_kernel:index
Installing a Real-time Kernel to the ComfilePi
Beginning with the Bookworm OS, it is now possible to easily install a real-time kernel to a ComfilePi panel PC. Simply follow the following procedure:
- Run
sudo apt updatefollowed bysudo apt full-upgradeto ensure you've updated your software packages to the latest releases. - Reboot to ensure everything is still operating as expected.
- Run
sudo apt install linux-image-rpi-v8-rtto install the real-time kernel package. - Add the lines
kernel=kernel8_rt.imgandarm_64bit=1to the /boot/firmware/config.txt file. - Reboot
- Upon rebooting run
uname -aand ensure it outputs “PREEMPT_RT”. If it does, the ComfilePi panel PC is running the real-time kernel.
To switch back to the ordinary kernel, simply comment out the kernel=kernel8_rt.img line in the /boot/firmware/config.txt file.
To better utilize the features of the real-time kernel in your solution, see improving real-time performance.
comfilepi/install_realtime_kernel/index.txt · Last modified: by 127.0.0.1
