This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to put Juno into Sleep-state

I'm using Linaro Release 15.12 LSK (without OP-TEE) + OpenEmbedded Minimal Filesystem on Juno-r1 Board.

I'm trying to put the Juno board into the Sleep-state referring to ARM Versatile Express Juno r1 Development Platform Technical Reference Manual.

But it seems to reboot and fall into the error state, even if I push the Soft Reset button briefly.

Does anyone know how to put the Juno board into the Sleep-state ?

Thank you for your help.

------------
Moderator edit: As of release 16.05 you can follow the instructions here:
https://community.arm.com/dev-platforms/w/docs/239/system-suspend-to-ram
------------

Parents
  • Hi taken,

    Thanks for taking time to explain the details.

    I understand you are using Linaro 16.05 release now, but I want to make know which

    kernel are you trying ? Is it Linaro release or the mainline.

    One possible reason could be the some driver is taking long to complete it's suspend

    and rtc expires before entering suspend.

    I tried with defconfig on v4.7-rc4 and I don't see any issue.

    I need more information on the kernel configuration to check this.

    Regards,

    Sudeep

Reply
  • Hi taken,

    Thanks for taking time to explain the details.

    I understand you are using Linaro 16.05 release now, but I want to make know which

    kernel are you trying ? Is it Linaro release or the mainline.

    One possible reason could be the some driver is taking long to complete it's suspend

    and rtc expires before entering suspend.

    I tried with defconfig on v4.7-rc4 and I don't see any issue.

    I need more information on the kernel configuration to check this.

    Regards,

    Sudeep

Children