On my Jetson Orin Nano devkit I have a number of pins which are stuck on odd configurations. For example, on pin 15 (aka GPIO12, aka PN.01 aka 85) is permanently stuck on ~2V. I have attempted to restart the device, reconfigure jetson-io.py, and have also tried the following commands with no results:
sudo gpiofind PN.01
sudo gpioset --mode=wait 0 85=0
sudo gpioset --mode=wait 0 85=1
The pin stays consistently at ~2V.
Similarly, none of the python sample test codes work which make use of GPIO.HIGH, GPIO.LOW, and GPIO.PWM
What could cause this? I have identical other jetson orin nano devkit which does not experience this issue. Any other steps for debugging other than re-flashing jetpack?