Does anybody have similar problem?
My processor-linux-sdk version is 03.00.00.04.
I tried "echo mem > /sys/power/state" on AM335x-EVM board to put it into DeepSleep0, then hit a key via UART to wake it up. The output seems fine.
[ 348.087911] PM: Syncing filesystems ... done.
[ 348.252647] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 348.264997] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 348.274254] Suspending console(s) (use no_console_suspend to debug)
[ 348.395548] PM: suspend of devices complete after 113.262 msecs
[ 348.400349] PM: late suspend of devices complete after 4.743 msecs
[ 348.404963] PM: noirq suspend of devices complete after 4.564 msecs
[ 348.404977] PM: Successfully put all powerdomains to target state
[ 348.424843] PM: noirq resume of devices complete after 19.677 msecs
[ 348.429022] PM: early resume of devices complete after 3.872 msecs
[ 348.431247] net eth0: initializing cpsw version 1.12 (0)
[ 348.431271] net eth0: initialized cpsw ale version 1.4
[ 348.506665] net eth0: phy found : id is : 0x4dd074
[ 348.506813] libphy: PHY 4a101000.mdio:01 not found
[ 348.506835] net eth0: phy "4a101000.mdio:01" not found on slave 1, err -19
[ 348.626140] PM: resume of devices complete after 197.059 msecs
[ 348.698296] Restarting tasks ... done.
Backlight is on. And I can access matrix-gui-browser on my host machine and run all the commands there. The only problem is that there is no display on LCD screen.
What might have led to this situation? Any suggestions are appreciated!