This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-TDA4VM: How to interface m_can_platform kernel module with userspace application ?

Part Number: SK-TDA4VM

Hello,

My requirement is to stream bytes over the CAN interface (can0, can5 and can9) without the CAN protocol (Application layer).

I am assuming m_can_platform kernel driver can let me do that as socket CAN is unable to stream bytes.

Can anybody please let me know how can I interact with m_can_platform kernel driver once it is inserted as I am unable to find ioctl calls attached with it and also there are no open, write, read calls there.

Task will be as follows:

  • Insert m_can and m_can_platform driver
  • Run the userspace application that interacts with above kernel modules.
  • Stream bytes as and when required.

Cordially,
Alark Mishra