docs/10_Control/how_to_troubleshoot_esdcan.md
Can’t communicate through ESD CAN card.
lsmod |grep can; you should see information regarding the kernel driver such as version number if CAN driver has been loaded.ls -l /dev/can0.dmesg |grep -i can) and syslog (run grep -i can /var/log/syslog), see if there are error messages related to CAN.esdcan_test_app (under monitor/hwmonitor/hw/tools/), which will print out detailed stats and status information.
esdcan_test_app --help.