AACAN2 on the basboard is conneted internally to both FCU and Jetson module. The basics could be implemented from Nvidia user guide:Controller Area Network (CAN) Jetson Linux Developer Guide documentation
sudo modprobe mttcansudo ip link set can0 type can bitrate 500000 loopback onsudo ip link set can0 upcandump can0 &cansend can0 123#abcdabcd
The last command has to have the following output if can is running OK: can0 123 [4] AB CD AB CD can0 123 [4] AB CD AB CD