- I want to use GPIO65 in my personal functionality and Hardware pin 127 in Jetson Nano, when I export :
echo 65 > /sys/class/gpio/export
Error occurs :
bash: echo: write error: Device or resource busy
- When showing above error, I check debug log of GPIO that way:
sudo cat /sys/kernel/debug/gpio
Output:
gpio-62 ( )
gpio-63 ( )
gpio-64 ( |i2c-mux-gpio ) out hi
gpio-65 ( |? ) out hi
gpio-66 ( )
gpio-67 ( )
gpio-68 ( )
This GPIO65 pin is bidirectional tristate.
gpio65.txt (541 Bytes)