I am trying to send GPIO commands to pins using the Jetson.GPIO library (GitHub - NVIDIA/jetson-gpio: A Python library that enables the use of Jetson's GPIOs). I followed the instructions exactly, but for some reason only pin 13 performs normally when executing the python command. I ran the test_all_pins.py in the repo while having the pins connected to an LED and only pin 13 blinked. Most of the other pins were low no matter the command, and pin 32 had a steady low voltage. We cannot figure out why the pins are not responding to the GPIO commands properly and would very much appreciate help!
We are using the devkit. I have not configured the pinmux–I didn’t know that was necessary. I tried looking at the guidance online, but it hasn’t been very helpful so far. What do you recommend I do to configure the pinmux so that the pins we need to use will be configured as output pins?