Hi @SivaRamaKrishnaNV,
Thanks for replying.
I also see the file in the docker container. However, it’s not present in the NVIDIA DRIVE AGX Orin after flashing. Is this an issue in my target installation only or that’s the default installation?
Anyway, performing the following commands on the target device installed it and it’s now working:
sudo mkdir -p /lib/modules/5.15.98-rt-tegra/kernel/drivers/usb/class
sudo cp -v cdc-acm.ko /lib/modules/5.15.98-rt-tegra/kernel/drivers/usb/class
sudo depmod -a