Can doesn't work

when i do something as https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/hw_setup_jetson_can.html#
,but can on the xaiver doesn’t work. “ifconfig” shows a “can0”,but the can can’t send any messages.


AND candump can’t receive anything.

Hi,
I think you have not made can up on network.
ip link set can0 up
Please follow all the steps mentioned in the doc.
Also, if you have not connected anything on the bus and just want to send and receive on CAN0, use loopback settings.
ip link set can0 up type can bitrate 500000 loopback on

Thanks,
Shubhi

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.