Hello,
We are trying to implement the wake-up pin function on our Jetson AGX Orin following the solution mentioned in this thread, solved by @KevinFFF in post #10.
In that example, the GPIO pin used has the wake-up pin property = “yes” in the configuration. However, when we check the documentation and configuration of our hardware, the corresponding GPIO pin shows wake-up pin property = “no”.
Our questions are:
-
Does this mean that our pin cannot be used as a wake-up source?
-
Is there any method to enable wake-up functionality on pins that are marked as “no”?
-
If not, could you advise which pins on Jetson AGX Orin can reliably be used as wake-up sources?
Thanks a lot for your guidance.