i.MX 8X Can no FD

i.MX 8X Can no FD

On the module configure the can0 interface

ip link set can0 type can bitrate 100000 ifconfig can0 up

Listen to messages

candump can0

Double click on the CAN-ID Transmit message you create on the PCAN-View app

ouput on the module

root@imx8qxpmek:~# candump can0 can0 000 [08] 46 55 43 4B 20 59 4F 55 can0 000 [08] 46 55 43 4B 20 59 4F 55 can0 000 [08] 46 55 43 4B 20 59 4F 55 can0 000 [08] 46 55 43 4B 20 59 4F 55 can0 000 [08] 46 55 43 4B 20 59 4F 55 can0 000 [08] 46 55 43 4B 20 59 4F 55

Stop the candump

Send to messages

cansend can0 5A1#49.4c.4f.56.45.59.4f.55

The message should be shown into the PCAN View tool

Related content