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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

759 Views
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!

Labels (1)
0 Kudos
2 Replies

520 Views
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 Kudos

520 Views
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 Kudos