Tool/software:
Hello,
I am currently using the AM62A7 board for implementing deep sleep functionality. To put the system into deep sleep, I am using the following command:
echo mem > /sys/power/state
For waking up the system, I am using GPIO 40 on gpiochip1
, which is connected to a PIR sensor. However, I’ve observed that the board sometimes fails to wake up even after the PIR sensor detects motion and the GPIO is triggered.
Could you please suggest any possible solutions or required configurations to ensure reliable wake-up from deep sleep via GPIO?
Best regards,
Harsh Shende