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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
2,296 次查看
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

标签 (4)
0 项奖励
1 解答
1,609 次查看
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 项奖励
3 回复数
1,610 次查看
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 项奖励
1,609 次查看
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 项奖励
1,609 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

yes this is correct understanding

Best regards
igor