Powering i.MX28 from the integrated linear regulators

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

Powering i.MX28 from the integrated linear regulators

992 次查看
JHY
Contributor IV

My i.MX28 custom board is powered from linear regulators, VDD5V source only system..

I edit spl_power_init.c in u-boot, but it does not work, just repeats booting fail and restarting .

HW_POWER registers are below now.

v5ctrl  (2403F592),

dcdc4p2 (A080001F),

vddd    (00F00710),

vdda    (000F070C),

vddio   (00070406)

Is there mistakes on setting registers or additional to do?

Best regarts.

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

860 次查看
igorpadykov
NXP Employee
NXP Employee

Hi JHY

it is not possible to say what setting are correct, since

for each board they will be different. You can try to add

printfs to code or run with jtag and check where brownout

(BO_OFFSET in HW_POWER_VDDIOCTRL and other registers) occurs

in code.  You may wish to check i.MX28 EVK codes

L2.6.35_10.12_5V_SUPPLY_PATCH : Linux patch for i.MX28 SDK 2010.12 to

add the most robust support possible for a VDD5V or DCDC_BATT only configuration..

L2.6.35_1.1.0_ER_SOURCE : i.MX28 Linux 2.6.35 Source Code Files and documentation.

one can also try IMX_OBDS : On-Board Diagnostic Suit for the i.MX28.

Best regards

igor

0 项奖励
回复