Hey!
We have a code that set up few threads to be with “realtime prioerity”. This code works well on Xavier AGX, tested with Jetpack 4.5 and 4.51.
The same code fails on “ORIN AGX” 5.0.1 devkit it also fails on “ORIN AGX” 5.0.2 devkit
The code runs inside a container. Therefore we thought in the beginning that this related to
container privileges. But, then we tested the same code outside the container and got the same problem…
It is possible the permitted doesn’t alter real time priority for a process.
In this case, the configuration has to be set from /etc/security/limits.conf file.
#
domain: should be set to user name
type: both hard and soft
item: rtprio
value: -1