I have ported linux onto IMX6Sabre Dual lite AI board. I wanted to test the CAN peripheral .As given in the linux reference manual I made the CAN0 link up using
"ip link set can0 up type can bitrate 500000"
Then i tried which ip , ifconfig .Everything worked fine
Then tried to send a CAN message using cansend can0 500#1E.10.10 .
But nothing is received on the other side (I have an arduino with a CAN shield operating at 500Kbps whose CAN L and CAN H are connected to the imx6 base board CAN1 connector).
Any suggestions on how to make this work ?