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.

am335x resume from suspend.

So how do the system really resume from suspend when running linux? 

We need to run the function called. am33xx_resume_from_deep_sleep() in sleep33xx.S while it's located in the internal SRAM.

But how do that happen. The manual say that after deepsleep the A8 core is running from the reset vector in ROM. But that's it. there is no more information on how the resume is supposed to be done.