NI Linux Real-Time Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

Working with the Linux Kernel on NI LabVIEW RT targets - Exercise 3

Exercise 1 - Building the kernel

Exercise 2 - Kbuild and enabling functionality

Exercise 3 - Out-of-tree modules and kernel debugging

 

 

 

In this video, we cover out-of-tree module building and kernel module debugging.

 

Video

 

Source for module: Attached

Comments
metux
Member
Member
on

OOT modules are generally a bad idea - unnecessarily complicated to maintain - especially when you wanna have a *reliable* build+deployment process (which you wanna have for industrial purposes)

 

Instead properly patch up the kernel tree and try to get your patches to mainline.

 

Linux Embedded / Kernel Hacker / BSP / Driver development / Systems engineering