Configure CAN interface
ip link set can0 up type can bitrate 100000
Test CAN
# on sender side
cansend can0 123#DEADBEEF
# on receiver side
candump can0
ip link set can0 up type can bitrate 100000
# on sender side
cansend can0 123#DEADBEEF
# on receiver side
candump can0