LS1043 POWER DOWN MODE

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

LS1043 POWER DOWN MODE

4,269 次查看
nikhilprakash
Contributor IV

Hi,

I am currently working on LS1043ARDB reference board.I am a bit confused about the power down mode.Could anyone suggest me on how the power down mode can be set in LS1043ARDB.Also will the nand flash interface(ifc)be up at that time???Please help me.

Thanks in advance

标签 (1)
0 项奖励
回复
10 回复数

3,958 次查看
ufedor
NXP Employee
NXP Employee

1) You wrote:

> I am a bit confused about the power down mode.

Which exactly place in the board's documentation is unclear?

2) Also will the nand flash be up at that time?

NAND Flash is powered from +1_8V which is always on.

0 项奖励
回复

3,958 次查看
nikhilprakash
Contributor IV

Hi ufedor,

First of all thanks for the quick response.I am confused  on how to set the  power down mode in LS1043ARDB board.Also does that have any effect on ifc interface???Please help....

Thanks in advance

0 项奖励
回复

3,958 次查看
ufedor
NXP Employee
NXP Employee

Where exactly in the RDB documentation the power down mode is mentioned?

0 项奖励
回复

3,958 次查看
nikhilprakash
Contributor IV

Hi ufedor,

I am going through the "Run Control and Power Management"  chapter.

Thanks in advance

0 项奖励
回复

3,958 次查看
ufedor
NXP Employee
NXP Employee

Of which exactly document?

What is its name, revision?

0 项奖励
回复

3,958 次查看
nikhilprakash
Contributor IV

Hi ufedor,

Reference manual REV D and REV C.

0 项奖励
回复

3,958 次查看
ufedor
NXP Employee
NXP Employee

Excuse me, the QorIQ LS1043A Reference Manual, Rev. D, Chapter 13 Run Control and Power Management (RCPM) does not mention "power down" mode. Which exacly RM section or statement is in question?

0 项奖励
回复

3,958 次查看
nikhilprakash
Contributor IV

Hi ufedor,

Could you please suggest me on how to set power down mode in LS1043ARDB.Also could you suggest me where to refer to for this section.Please help.

0 项奖励
回复

3,958 次查看
ufedor
NXP Employee
NXP Employee

Supported power management mode is CPU Hotplug.

You can offline cpu at runtime.

/* Offline cpu */

echo 0 > /sys/devices/system/cpu/cpu#/online

Note: cpu# is the cpu number you want to offline. cpu0 could not plug off as boot core.

/* Online cpu */

echo 1 > /sys/devices/system/cpu/cpu#/online

Note: For e6500 based cores, if all cores in one cluster are offline the cluster will automatically enter PCL10 state to save more power.

0 项奖励
回复

3,958 次查看
nikhilprakash
Contributor IV

Thanks ufedor.

0 项奖励
回复