I can currently put my system to sleep from SW using “sudo pm-suspend”.
But when I try to make the system wake up by triggering the following pins high (using 3.3V) in GPIO Expansion Header (J26), it doesn’t wake up.
GPIO Expansion Header Pin#
CAN 1 Error (CAN1_ERR) CAN1_ERR 19
CAN Wake (CAN_WAKE) CAN_WAKE 1
CAN 0 Error (CAN0_ERR) CAN0_ERR 9
Are there any kernel modifications to be done to wake up the TX2 through those three pin trigger?
Is it possible to share the detail system log that may help us debugging the issue further ?
Mean time we will also try to capture/reproduce the issue with our setup.
Is it possible to share the detail system log that may help us debugging the issue further ?
Mean time we will also try to capture/reproduce the issue with our setup.
There are many wake capable pins and the same need to be configured in kernel.
For example you can wake using RTC
We will check if CAN1 is programmed as a wakeble pin and get back.
When there is no activity the system should go to sleep mode. But when the signal (typically the sound) observes, the system should wake up and work with all normal processors.
I want this to be done automatically not manually.
bbsau, could you tell me the results of your check as to whether or not CAN1 is programmed as a wakeable pin? If not, are any of the pins pre-programmed to wake the jetson?