NAND FLASH support for i.MX6 U-Boot

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

NAND FLASH support for i.MX6 U-Boot

3,279 Views
garythomas
Contributor I

I have a target which is similar to the i.MX6Q SabreAuto (in particular it uses the same NAND device setup)

I don't see any support for NAND operations in the U-Boot sources for this family of devices (no GPMI-NFC drivers).

Am I missing something here?  or has someone worked on this before?

For my final device, I need to be able to boot the board totally from NAND, i.e. U-Boot and everything else lives

only in NAND.

Any pointers or ideas?

Thanks

Labels (3)
0 Kudos
2 Replies

892 Views
LaurenPost
NXP Employee
NXP Employee

The 3.10.9-1.0.0 alpha release supports NAND boot.   Starting with this release there is gpmi-weim device tree support. 

0 Kudos

892 Views
fabio_estevam
NXP Employee
NXP Employee

Check board/freescale/titanium/titanium.c in U-boot 2013.10, which is a mx6 board that supports NAND.

Regards,

Fabio Estevam