I downloaded the pinmux spreadsheet and configured it as shown in the reference image.
After clicking [Generate DT File], I obtained the following files: gpio.dtsi, padvoltage.dtsi, and pinmux.dtsi.
I followed the quick-start guide.
I created the installation USB with the Jetson ISO image file on a USB stick.
With that USB stick, I installed the Jetson BSP on the AGX Thor developer kit.
Hi,
The answer is for custom board. You would need to follow design design guide to connect D59, F58, H61, B61 to CAN interfaces, and then can use pinmux spreadsheet to enable CAN function.
You cannot use CAN2 and CAN3 on AGX Thor developer kit due to hardware constraint.
Why do CAN2 and CAN3 appear in the output of ip link show?
When I run the following commands:
ip link set can2 up type can bitrate 500000 dbitrate 1000000 berr-reporting on fd on
ip link set can3 up type can bitrate 500000 dbitrate 1000000 berr-reporting on fd on
Hi,
You successfully enable the function in software. So if you design a custom board with physical CAN2 and CAN3 interfaces, it is supposed to work fine.
@DaneLLL
If I design a custom board with physical CAN2 and CAN3 interfaces,
I can use them directly without adjusting the pinmux in the spreadsheet, right?
Is it absolutely impossible to change the pinouts of CAN2 and CAN3 on the AGX Thor developer kit board?