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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
863 Views
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

Labels (1)
0 Kudos
1 Solution
658 Views
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

View solution in original post

0 Kudos
1 Reply
659 Views
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 Kudos