Hi Team
I have connected two Xavier devices over can, Using a can transceiver but when i set bit-rate more than 500000 the message is not properly transmitted.
How can we debug this issue?
Hi Team
I have connected two Xavier devices over can, Using a can transceiver but when i set bit-rate more than 500000 the message is not properly transmitted.
How can we debug this issue?
Hi Mr_JP,
Are you using the devkit or custom board for Xavier NX?
What’s your Jetpack version in use?
Could you share the full steps and command you used to setup CAN?
Is there any error messages when you hit the issue?
Please also provide the full dmesg for further check.
#loading drivers
sudo modprobe can
sudo modprobe can-raw
sudo modprobe mttcan
#configuring can
sudo ip link set can0 down
#uncommnet the below command when using can transiver
sudo ip link set can0 up type can bitrate 500000
#receving and sending message via can
sleep 1
cansend can0 123#abcdabcd
So, would it work as expected if you configure it as 500000?
If you want to use 510000 as bitrate, do you configure for both sender and receiver side?