How change i.MX6DQ power mode Standby <-> Deep Sleep?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How change i.MX6DQ power mode Standby <-> Deep Sleep?

Jump to solution
2,187 Views
satoshishimoda
Senior Contributor I

Hi community,

Our customer have a question about i.MX6DQ.
Is there any idea to switch the i.MX6DQ power mode Standby <-> Deep sleep?
I believe the difference between standby and deep sleep is only OSC24M, so I think we can switch the power mode Standby <-> Deep sleep if we understand how to enable/disable OSC24M.


Best Regards,
Satoshi Shimoda

Labels (4)
0 Kudos
1 Solution
1,500 Views
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

deep sleep mode is implemented in linux, please check
Chapter 21 Low-level Power Management (PM) Driver
attached Linux Manual for description of Mem (suspend to RAM) mode
and AN4509 i.MX 6Dual/6Quad Power Consumption Measurement sect.5.2 Deep Sleep Mode
https://cache.freescale.com/files/32bit/doc/app_note/AN4509.pdf
Note, if custom modifications of linux sources are needed, may be recommended
to apply to mss services or elevate request through local fae channel (project info
may be needed).

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
3 Replies
1,501 Views
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

deep sleep mode is implemented in linux, please check
Chapter 21 Low-level Power Management (PM) Driver
attached Linux Manual for description of Mem (suspend to RAM) mode
and AN4509 i.MX 6Dual/6Quad Power Consumption Measurement sect.5.2 Deep Sleep Mode
https://cache.freescale.com/files/32bit/doc/app_note/AN4509.pdf
Note, if custom modifications of linux sources are needed, may be recommended
to apply to mss services or elevate request through local fae channel (project info
may be needed).

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
1,500 Views
satoshishimoda
Senior Contributor I

Dear Igor,

Thank you for your reply.

By the way, I understand STOP mode of driver corresponds with Standby mode of i.MX6, and DORMANT mode of driver corresponds with Deep Sleep mode of i.MX6.

So we can understand what is different between Standby and Deep Sleep , and how to switch the Standby <-> Deep Sleep by checking the source code for STOP and DORMANT mode.

Is this correct?

Best Regards,

Satoshi Shimoda

0 Kudos
1,500 Views
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

yes this is correct understanding

Best regards
igor