You are here: Home / Projects / 
2024-03-28 - 22:42

Dates and Events:

OSADL Articles:

2023-11-12 12:00

Open Source License Obligations Checklists even better now

Import the checklists to other tools, create context diffs and merged lists


2023-03-01 12:00

Embedded Linux distributions

Results of the online "wish list"


2022-01-13 12:00

Phase #3 of OSADL project on OPC UA PubSub over TSN successfully completed

Another important milestone on the way to interoperable Open Source real-time Ethernet has been reached


2021-02-09 12:00

Open Source OPC UA PubSub over TSN project phase #3 launched

Letter of Intent with call for participation is now available



  • Download kernel, unpack it, download patch, patch the kernel
cd /usr/src/kernels
wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.33.tar.bz2
tar -jxf linux-3.12.33.tar.bz2
mv linux-3.12.33 linux-3.12.33-rt47
cd linux-3.12.33-rt47
wget https://www.kernel.org/pub/linux/kernel/projects/rt/3.12/patch-3.12.33-rt47.bz2
bzip2 -d patch-3.12.33-rt47.bz2
patch -p1 <patch-3.12.33-rt47
  • Configure the kernel, enable CONFIG_PREEMPT_RT

  • Compile, link and install the kernel
make
make modules_install install
  • Reboot and select the new kernel

More detailed instruction

HOWTO

How to enable real-time capabilities of the mainline kernel including hints how to check the real-time capabilities of the newly compiled kernel is further explained here.

Back to "Latest Stable"