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
Solved! Go to Solution.
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
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