Hey,
I am trying to install preemt on my nvidia jetson orin agx developer kit. I am following these guidlines:
- PREEMPT_RT Kernel for Jetson — isaac_ros_docs documentation
- Software Packages and the Update Mechanism — NVIDIA Jetson Linux Developer Guide 1 documentation
Unfortunaly i cant install the nvidia-l4t-rt-kernel.
After running the command i get this output:
malu@malu:~$ sudo apt install nvidia-l4t-rt-kernel nvidia-l4t-rt-kernel-headers nvidia-l4t-rt-kernel-oot-modules nvidia-l4t-display-rt-kernel
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
E: Unable to locate package nvidia-l4t-rt-kernel
E: Unable to locate package nvidia-l4t-rt-kernel-headers
E: Unable to locate package nvidia-l4t-rt-kernel-oot-modules
E: Unable to locate package nvidia-l4t-display-rt-kernel
Thanks for your help!