Can you please help me understand if this gpio is exposed on the Orin Nano Devkit, on which pin, or if it’s connected to anything. I can see it being configured as output, default high in:
Thanks, so that controls the power LED located near the USB. It can be toggled using sudo gpioset --mode=wait gpiochip1 13=0 and the line -13 - can be determined with sudo gpioinfo 1 in case it’s helpful for anyone else.