Dates and Events: |
OSADL Articles:
2023-11-12 12:00
Open Source License Obligations Checklists even better nowImport the checklists to other tools, create context diffs and merged lists
2022-07-11 12:00
Call for participation in phase #4 of Open Source OPC UA open62541 support projectLetter of Intent fulfills wish list from recent survey
2022-01-13 12:00
Phase #3 of OSADL project on OPC UA PubSub over TSN successfully completedAnother 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 launchedLetter 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