i.MX23 :How to run application on resume from standby mode?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX23 :How to run application on resume from standby mode?

跳至解决方案
1,764 次查看
sujathap_m_
Contributor I

Hello,


I am using i.MX233 EVK from FSL ,and the Linux 2.6.31.

I want my application should run on resume from standby mode.

pm-utils are the one which support resume of our application,if we place the script in etc/pm/sleep.d.

Is there any patches to support for pm-utils?

Or any other methods are there to made my application to be run once it wake up from standby mode? and also let me know

where should I place my script to be run my application on resume.

Regards,

Sujatha

标签 (1)
0 项奖励
回复
1 解答
1,559 次查看
GraceH
Senior Contributor II

Hello Sujatha,

pm-utils is not supported in FSL Linux 2.6.31 release.

You can try to use call_usermodehelper to run the application in the kernel after resume.



Grace

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,560 次查看
GraceH
Senior Contributor II

Hello Sujatha,

pm-utils is not supported in FSL Linux 2.6.31 release.

You can try to use call_usermodehelper to run the application in the kernel after resume.



Grace

0 项奖励
回复