From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI Linux Real-Time Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

TIPC Protocol Support

Has anyone ever looked at TIPC protocol support on NI Linux Real-Time targets?  The open-source project states that any build after 2.6.16 should have the kernel support and will only need the user code/utilities.  Did this support remain in the NI Linux Real-Time kernel or was it removed?  Has anyone ever tried running TIPC protocol?

http://tipc.sourceforge.net/tipc_linux.shtml

0 Kudos
Message 1 of 3
(3,211 Views)

You can check what kernel features are present in our kernels by looking in /proc/config.gz:

admin@scot-9068:~# zcat /proc/config.gz | grep TIPC  

# CONFIG_TIPC is not set

0 Kudos
Message 2 of 3
(2,906 Views)

@ScotSalmon wrote:

You can check what kernel features are present in our kernels by looking in /proc/config.gz:

 

admin@scot-9068:~# zcat /proc/config.gz | grep TIPC  

# CONFIG_TIPC is not set


That's one of the many use cases where it would be good to have a reliable, fully-reproducable deployment of an build environment for the cRIOs, so everybody could easily add/upgrade individual packages and rebuild images.

 

https://forums.ni.com/t5/Additional-NI-Software-Idea/cRIO-image-development-kit/idc-p/3819979

Linux Embedded / Kernel Hacker / BSP / Driver development / Systems engineering
0 Kudos
Message 3 of 3
(2,232 Views)