Low Power State on I.MX6 processor

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

Low Power State on I.MX6 processor

787 次查看
coskunayyildiz
Contributor I

Hi,

I have the i.MX 6Dual/6Quad processor demo board and we'll be designing our own custom board.

Power is an important issue for us and hence I try to obtain as minimum power as possible.

For our system, there will be cases where only one core will be enough and as i.MX 6Dual/6Quad is a 4 core processor, I would like to be able to turn the powers of 3 cores off when necessary. Is this possible?

Second idea is to decrease the operating frequency of the processor cores when it is necessary.

I'll appreciate any helps regarding the issues above.

Coskun

标签 (1)
标记 (3)
0 项奖励
回复
2 回复数

635 次查看
SergioSolis
NXP Employee
NXP Employee

Hello Coskum,

You cannot turn on/off cores "on the fly". Also, if you turn off 2 cores (or 3) you will not experience a lower power state because you are just emulating a dual or solo processor.

What you can do is your second idea, you can decrease the operatinv frequency when necessary through the DVFS (dynamic voltage frequency scaling).


Best regards,
Sergio

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

635 次查看
AnsonHuang
NXP Employee
NXP Employee

Hi, Coskun

     From hardware design, you may NOT be able to power down the secondary COREs, but I think if you are running linux OS on it, you can hotplug those unnecessary COREs from userspace interface, then these COREs will be disabled from hardware, although its power is still connected, but the leakage will be very small, can be ignored compared to the whole system.

0 项奖励
回复