
If there is data output, it may be a hardware problem,it is recommended to contact after-sales maintenance treatment
CAN
Please check cansend.c and candump.c from
https://github.com/linux-can/can-utils
Test command:
sudo modprobe can
sudo modprobe can_raw
sudo modprobe mttcan
sudo ip link set can0 type can bitrate 500000 berr-reporting on loopback
off
sudo ip link set up can0
sudo cansend can0 123#abcdabcd
sudo candump can0
sudo ip -details -statistics link show can0
sudo ifconfig can0 down
CAN fd
sudo modprobe can
sudo modprobe can_raw
sudo modprobe mttcan
sudo ip link set can0 type can bitrate 500000 dbitrate 2000000 berr-
reporting on fd on
sudo ip link set up can0
sudo cansend can0 213##011
Expansion Setting
SSD Setting
#check ssd information:
sudo fdisk -lu