After successfully trying out candump can0 on a cangen can0 command, I ran into an issue where candump can0 does not display any messages. However, the same thing works for can1, athough I see an increase in number of RX packets each time I send a message . Any help on enabling can0 again?
These are the messages I receive after running ifconfig for can0 and can1:
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
Hi ali4,
Can you share the commands you have used to enable can0 and can1?
also status of below commands:
$cat /proc/device-tree/mttcan@c310000/status
$cat /proc/device-tree/mttcan@c320000/status
I had the same issue. Fixed it here Actually, this is related to two possible reasons:
The sender and receiver nodes not configured at exact frequencies.
Jetson not receiving frames in the expected format and hence rejecting them. In the above mentioned answer, I mentioned how to ask Jetson to accept all frames irrespective of their format errors.
Exact same issue, I tried the script from the above link but it did not fix it. I am using a logic analyzer and can definitely pickup data on CAN1 but not seeing anything on CAN0.