Hi all,
I am using an Xavier AGX. After upgrading to a rt kernel all my USB devices are not detected anymore. This behaviour can be replicated consistently. By updating I mean something like this:
sudo echo 'deb https://repo.download.nvidia.com/jetson/rt-kernel r32.6 main' \
>> /etc/apt/sources.list.d/nvidia-l4t-apt-source.list
sudo apt update
sudo apt install nvidia-l4t-rt-kernel nvidia-l4t-rt-kernel-headers
The solution that has worked so far is
- Disconnect all USB devices from carrier board
- Upgrade to rt kernel
- Sudo reboot
- Connect back all my devices
Any ideas on how I avoid doing step 2? It is not always possible to disconnect my USB devices since the AGX and the peripherals are inside a water resistant case.
Thanks in advance