Other Parts Discussed in Thread: TMDSEVM572X
Tool/software: Linux
Hi TI,
I am using TI AM572x EVM board without the touchscreen attachment.
I would like to quickly suspend the CPU from the command line and wake it again (from the command line). I am accessing the command line from the serial interface. I am guessing that "standby" could be used like below.
$ echo standby > /sys/power/state
But, I am not sure how to wake it back? from the command line? Could you please throw some light on this?
I am using 4.4.32 kernel.
root@am57xx-evm:~/temperature# uname -a
Linux am57xx-evm 4.4.32-gadde2ca9f8 #1 SMP PREEMPT Wed Dec 14 19:14:12 EST 2016 armv7l GNU/Linux
Thank you for your time.