CAN FD example for iMX8 Max Plus Verdin

@henrique.tx Thanks for the solution.
I found following references are very useful too
How to Use CAN on Torizon OS | Toradex Developer Center

Reading Vehicle OBD-II data through CAN within a containerized application in Embedded Linux - CNX Software (cnx-software.com)

Below command I used to solve CANFD issue as you said
using can-util from container please use
below commands

  1. ip link set can0 up type can bitrate 500000 dbitrate 2000000 fd on
  2. cansend can0 123##0112233445566778899AABBCCDDEEFF00

I shall be happy to help anyone regarding CAN issues. Please feel free to comment or reach me.

1 Like