Bringing i.MX6 out of Suspend

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Bringing i.MX6 out of Suspend

ソリューションへジャンプ
2,619件の閲覧回数
PaulDeMetrotion
Senior Contributor I

I have put my i.MX6 system into suspend mode. Now how do I bring it out of suspend mode? the keyboard and mouse aren't working and I do not have a power switch. Is there some configuration required to use a USB device to bring the CPU out of suspend? I am developing with a custom device based on the i.MX6Q.

ラベル(2)
0 件の賞賛
返信
1 解決策
1,274件の閲覧回数
AnsonHuang
NXP Employee
NXP Employee

If you have a debug UART connected, you can try enable UART wakeup by "echo enabled > /sys/devices/platform/imx-uart.0/tty/ttymxc0/power/wakeup" first, then enter suspend, you can input any key from your debug UART's windows, system will be wakeup by UART.

Or, you can try using RTC alarm to wake up system, "echo +3 > /sys/class/rtc/rtc0/wakealarm", it means system will auto 

resume 3 seconds after suspend.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,275件の閲覧回数
AnsonHuang
NXP Employee
NXP Employee

If you have a debug UART connected, you can try enable UART wakeup by "echo enabled > /sys/devices/platform/imx-uart.0/tty/ttymxc0/power/wakeup" first, then enter suspend, you can input any key from your debug UART's windows, system will be wakeup by UART.

Or, you can try using RTC alarm to wake up system, "echo +3 > /sys/class/rtc/rtc0/wakealarm", it means system will auto 

resume 3 seconds after suspend.

0 件の賞賛
返信