Dear NXP ,
BSP version:5.10.9
HW: imx8mplus
How to make the CPU into suspend and resume ? Is there a linux command I can use?
Examples:
suspend : echo 1 > sys/.......
resume: echo 0 > sys/........
Dear BiyongSUN ,
We are discussing suspend/resume for imx8mplus platform (Arm Cortex-A53 processor) .
Dear BiyongSUN,
How to check current state ? Is it suspend or resume ?
Example :
cat /sys/......
Or there is a Linux app can check ?
Or there is a Linux app can check ?
Linux is suspend, how a linux app to check the linux suspend status?
If it is suspend, you debug console cannot input.
and you can measure hardware PMIC_STBY_REQ pin to know.
Which i.MX processor you are talking about CPU?
If it is X86/X64, it is not forum for X86/X64.
echo +30 > /sys/class/rtc/rtc0/wakealarm
echo mem > /sys/power/state
wait 30 seconds, the system will wakeup/resume by rtc interrupt. It is pure linux knowledge.