I, like many others, am having issues getting the Orin AGX on Jetpack 6 to work. I’ve gotten to the point where I have a device tree overlay and can see it as an option in the expansion header configuration screen of jetson-io.py. However, I cannot get it to mark the pin as used in any way.
Below is the relevant portion of the dts file. It should be setting the pin 18 on the 40 pin header to be gpio (I need it as input).
Please also share this information so that I can know your state.
It is not supported currently.
Jetson-IO tool can only help you to enable some functions on expansion header.
By default, the unused pins are configured as GPIO/Input.
You can simply check pinmux spreadsheet for them.
So, now knowing that the default state of the pin is what I was looking for I dug into the issue a bit more. I tried declaring the pin usage though another method. It seems the BCM style pin declaration is not what I thought it was. My understanding is that it was the pin number NOT the GPIO number on the Raspberry Pi header. Big difference. So pin 18 is GPIO 24 according to this pinout document
Thank you for your time.