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

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

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

ソリューションへジャンプ
1,767件の閲覧回数
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,562件の閲覧回数
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,563件の閲覧回数
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 件の賞賛
返信