You need to add CONFIG_DEBUG_FS=yinto your kernel .config file. After that you can run mount -t debugfs debugfs /sys/kernel/debug To view the state of all the available GPIO pins type cat /sys/kernel/debug/tegra_gpio
CONFIG_DEBUG_FS=y
mount -t debugfs debugfs /sys/kernel/debug
cat /sys/kernel/debug/tegra_gpio
Last updated 5 years ago
Was this helpful?