Skip to content

Aravindseenu/CAN-communication-on-Nvidia-AGX-xavier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAN-communication-on-Nvidia-AGX-xavier

Follow the steps to enable CAN communication on Nvidia Jetson AGX Xavier

Download the files and place in home folder

To enable CAN communication

./can_enable.sh

CAN_Enable

To disable CAN communication

./can_disable.sh

CAN_Enable

To enable CAN communication with loopback

./can_enable_loopback.sh

CAN_Enable

To verify the CAN in the terminal

ifconfig

CAN_Enable

To check the can communication on loopback

In first terminal     candump can0
open second terminal  cansend can0 123#112233 (your can msg)

CAN_Enable

To check the can communication with transcivers

In first terminal     candump can0
open second terminal  cansend can1 123#112233 (your can msg)

CAN_Enable

To generate random can messages use cangen command

In first terminal     candump can0
open second terminal  cansend -v can1 

CAN_Enable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages