Hello,
We are using the AM3517 SOM within a system we are building. We are running Linux and developing on the eXperimenter kit evm.
Once built the system needs to wake up run code and then go back to sleep. Wake up will be triggered by one of three things:
1) an interval timer (e.g. once every hour)
2) request for data over RS232
3) request for data over Ethernet
Will I be able to perform these wake-up/sleep operations via Linux drivers, or will I have to dig around in registers? Can someone point me to a good starting point. I have seen pages discussing controls via the debugfs. ( http://processors.wiki.ti.com/index.php/UserGuidePowerMgmtAM35xx ) I don't seem to have all the files when I mount the debugfs. Does that mean I need to rebuild the kernel? I am using the kernel shipped on the am3517-evm
root@am3517-evm:~# uname -a
Linux am3517-evm 2.6.32-rc5 #1 Mon Dec 14 15:46:28 CST 2009 armv7l unknown
Thanks!
Keith