I have a doubt regarding the wake up and shutdown of i.MX6.
In my scenario, some input signals are ORed and given to the PMIC PWRON input. So while i.MX6 is in shutdown state if any of the input signals gets active, the system boots and that is the expected behavior.
I am using the shutdown command of Linux (shutdown -h -P now). So my problem is, I give a shutdown command, then system do all the shutdown activities(takes around 10 sec) during that time if any of the inputs to PMIC PWRON input goes active, the i.MX6 goes to shutdown(but LEDs used for system power remains ON) and it will not comes out of shutdown without a power cycling(PMIC is still in ON condition even after Linux shutdowns).
i.e., While issueing shutdown command or after issuing shutdown command if input to PMIC PWRON is active, the system shutdownsand cannot capture an event to wake up. Is there any way to overcome this.
Thanks
Sebi
SM
This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.
Thanks,
Yixing
S.M.
Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.
Thanks,
Yixing
As you want to wake up the system, I think you want to suspend the system, not shutdown it, right?
This link may useful for you.