Recent content by shivi

  1. S

    How to Use Modules in a Linux kernel

    I found a Linux Kernel repository with CANXL implementation which I cloned and compiled successfully on my existing Ubuntu 22.04 LTS virtual machine. I want to use the code files to send the CANXL frames but I do not know how. The repo link : https://github.com/torvalds/linux What is the...
  2. S

    Writing Own CAN Protocol Modules

    I would like to extend CAN module to CAN XL and also use linux CANSocket to send CANXL frames and interpret them on Wireshark. But I am new to Linux so I am not sure how to do this. 1. What are the steps to integrate CANXL module in the existing CAN module. 2. Can I use the existing CANSocket...
Top