Nvidia Jetson TX1

I am working on Nvidia Jetson TX1 board. I am using Ubuntu 18.04 inside board.
I installed PCAN USB driver for CAN communication, PCAN USB Driver is installed successfully.
Initialize and Transmit API is working properly but the receiver API waiting for data.
I am not able to receiver anything on receiver API, also API is not giving any error just in wait state for data.

I am using Analyzer to receiver data from Jetson TX1 board to PC(Computer). Transmit data is showing on analyzer but when I am sending data from analyzer to Jetson TX1 board receiver API is not receiving anything.

Please help me on this issue.

hello lokesh.alawa,

could you please refer to below forum discussion thread for the steps to enable CAN,
thanks

thanks for reply,

I have Jetson TX1 board, where I am connecting the PCAN on a USB Port. The same code is working on another Ubuntu machine(x86)
On Jetson TX1, Transmit API is working, however the receiving API is not working.

hello lokesh.alawa,

may I know what’s the baudrate and stop bit settings, it’s 115200/8n1 by default.
thanks

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

hello lokesh.alawa,

please also have a check with having getty on background,
for example,
$ sudo /sbin/getty -a ubuntu -L 115200 ttyTHS<port> &