Hi Team,
We have tried to set the default output gpio value as 1 or 0 using “gpioset” command but that command is getting hang-up we need to terminate that proess using “Ctrl + C”.
gpiodetect
gpiochip0 [tegra234-gpio] (164 lines)
gpiochip1 [tegra234-gpio-aon] (32 lines)
gpiochip2 [9-0020] (8 lines)
gpiochip3 [10-0020] (8 lines)
How do we set the GPIO direction as output and set the value 1 and 0 using command-line utility on NVIDIA Jetson Orin Nano EVK ?
We are using below kernel version as per Jetpack.
![]()
cat /etc/nv_tegra_release
# R36 (release), REVISION: 4.4, GCID: 41062509, BOARD: generic, EABI: aarch64, DATE: Mon Jun 16 16:07:13 UTC 2025
How do we set the GPIO direction as output with High/Low value on terminal using command or utility ???
In Additional Verification for testing:-
We have also enabled the “CONFIG_GPIO_SYSFS” in linux kernel and using that we have exported below GPIO from 40-Pin Header and try to check pin status using Digital Multimeter and in that case we are not able get PIN High even-though we have set value 1 using in “/sys/class/gpio/PQ.05/value”
GPIO01_LS (29) --> 118 (GPIO3_PQ.05) --> gpio-453 (PQ.05)
echo 453 > /sys/class/gpio/export
ls -la /sys/class/gpio/PQ.05/
cat /sys/class/gpio/PQ.05/direction
cat /sys/class/gpio/PQ.05/value
Set-Direction O/P:-
---------------------
echo out > /sys/class/gpio/PQ.05/direction
cat /sys/class/gpio/PQ.05/direction
cat /sys/class/gpio/PQ.05/value
Set-Pin High:-
echo 1 > /sys/class/gpio/PQ.05/value
cat /sys/class/gpio/PQ.05/value
cat /sys/kernel/debug/gpio | grep "PQ.05"
Command o/p on terminal but physically Pin Status not getting changed on 40pin HDR on Nvidia Jetson Orin Nano EVK. (On Pin we are getting evertime value 0 (low)). (Checked on Connector Pin-29)









