This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using the AM335x's PRUSS in deep sleep mode.

Hello,

I am using ti's 3.14 linux kernel on the beaglebone black. In my application I am trying to put the am335x in deep sleep mode, while still keeping the pru in operation(doesn't matter to me if its at a lower frequency). After researching online I found out that the pru can only be kept in operation in deep sleep 1 and above, but the kernel im using only has standby mode and deep sleep 0 mode (with gpio0 wake up) implemented. Does there exist an OS with deep sleep 1 implemented or is there any simple hack I can do to keep the PER domain awake as that seems to be the only difference between deep sleep 1 and deep sleep 0.

Thanks.