Good day,
I have an interesting behavior related to CAN and different JetPacks.
My CAN devices are configured at rc.local and all can driver are loaded OK.
On my custom board (SoM burned with JetPack 4.4) I connect additional CAN device to can0. On Xavier I’m starting:
candump can0
Powering On the external CAN device.
On Xavier shell I can see 1 line printed and also no error displayed in dmesg.
Next, I’m taking the very same SoM on the same HW and same external CAN device, but this time I burn JetPack 4.5. (same rc.local)
The same test now gives me a very different results. First of all no message on candump, but an endless errors in dmesg complaining about mttcan errors.
If I’m connecting another Xavier board to my board and communicating through CAN bus between them - everything is working and looking good.
Meaning not all CAN devices have this problem on JetPack 4.5.
The problem is, that my client need to use the “problematic” CAN device).
Any hints or tips ?
Thanks in advance