Hi, I am using Jetpack6. In Jetpack5, I just connect the device and it is newly recognized as can1 and I could immediately communicate with CAN by typing sudo ip link set can1 type bitrate 500000 and up commands. I want to use multiple CAN buses so USB-CAN must be used in addition to built-in CAN.
However, since Jetpack6, only the Built-in CAN can be used because the USB-CAN is not recognized.
I would like to know if there are any changes in the kernel drivers or something with the update from Jetpack5 to Jetpack6, and if you know how to get USB-CAN to work or what to look for.
In JP5 do an lsmod and check if the required modules are present on JP6. NVidia has a habit of removing important modules from the distro, e.g. mdadm-raid or wwan-qmi, so you could be a victim of that. In that case you need the kernel sources and recompile the missing modules for yourself - and you need to repeat that for each new kernel revision.