Hi all,
I have a Orin NX with custom carrier board running 35.2.1, I am trying to use GPIO04 (PCC.01) as input. I have changed the pinmux accordingly and I am able to use it as an input and read the pin state with cat /sys/class/gpio/PCC.01/value
and it prints the pin state correctly.
However when I list the pins (sudo cat /sys/kernel/debug/gpio
) it is reported as gpio-329 (PCC.01 |sysfs ) in hi
And thus when I want to interact with it with gpiomon for example, its reported as busy. I want to use the pin with an interrupt but its still somewhere used by the kernel. Ive read that GPIO 04 is by default the power control led?
But how do I go about removing this functionality?
Thanks