How to enable DDR2 and NAND-boot by QSB u-boot?

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

How to enable DDR2 and NAND-boot by QSB u-boot?

1,403 次查看
HuiShao
Contributor I

Our customized design is based on QSB but with 256MB Micron MT47H64 DDR2 memory and supposed to boot from 256MB MT29F2G NAND.

 

Is anybody here who can help on how to re-configure or customize LOCO version of u-boot for the SDRAM/NAND? I went through some documents, seems like DCD is one of the thing needs updating.

 

Thanks in advance!

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

1,164 次查看
HuiShao
Contributor I

Many thanks!

Yuri Muhin said:

Please use Chapter 11 (Porting U-Boot from an i.MX53 Reference Board to an
i.MX53 Custom Board) of i.MX53 System Development Users Guide.

http://cache.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf 

As for NAND - the next files are involved (and may be are needed to be changed) :

uboot\drivers\mtd\nand\nand_ids.c
uboot\drivers\mtd\nand\nand_base.c
uboot\drivers\mtd\nand\nand_device_info.c

 

0 项奖励
回复

1,164 次查看
Yuri
NXP Employee
NXP Employee

Please use Chapter 11 (Porting U-Boot from an i.MX53 Reference Board to an
i.MX53 Custom Board) of i.MX53 System Development Users Guide.

http://cache.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf 

As for NAND - the next files are involved (and may be are needed to be changed) :

uboot\drivers\mtd\nand\nand_ids.c
uboot\drivers\mtd\nand\nand_base.c
uboot\drivers\mtd\nand\nand_device_info.c

0 项奖励
回复