HI,
I have enabled CAN interface on imx6q EVB. Able to see CAN interfaces "can0" and "can1". I have also configured gpio pins. But when I connect CANoe to the board and send messages using "cansend" there is not data recieved at CANoe. PLease help. Are there any jumper settings on the board ?
List of commands I'm executing.
echo 101 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio101/direction
echo 0 > /sys/class/gpio/gpio101/value
ip link set can0 up
ip link set can0 type can bitrate 500000
cansend can0 500#1E.10.10
Commands are successful. Configured same baud rates at both the ends. But not able to recieve/transfer data.
Request help on yhis.
Regards
Shalini