Nand boot with u-boot 2013.04 on i.mx6 SOLO

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

Nand boot with u-boot 2013.04 on i.mx6 SOLO

953 Views
manjunathjoshi
Contributor V

Hello All,

I am trying to upgrade from u-boot 2009.08 to u-boot 2013.04 so that USB support is possible at u-boot. But now the situation is, USB is working but not NAND at u-boot.

Can anybody help???

U-Boot 2013.07-svn121 (Sep 29 2015 - 14:40:53)

CPU:   Freescale i.MX6SOLO rev1.1 at 792 MHz

Reset cause: POR

Board: ihm_visio7

DRAM:  512 MiB

NAND:   0 MiB

MMC:   FSL_SDHC: 0, FSL_SDHC: 1

MMC: no card present

MMC init failed

Using default environment

In:    serial

Out:   serial

Err:   serial

Net:   No ethernet found.

Hit any key to stop autoboot:  0

U-Boot >

U-Boot > nand info

U-Boot >

U-Boot >

Regards,

Manju

Labels (2)
0 Kudos
4 Replies

570 Views
igorpadykov
NXP Employee
NXP Employee

HI Manjunath

nand is supported for configuration of Sabre AI boards, like uboot.../configs/mx6qsabreauto.h

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREAUTO&fpsp=1&tab=Documentat...

also it is useful to check pinctrl driver for nand pins usage.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

570 Views
manjunathjoshi
Contributor V

Hello Igor,

In u-boot-2013.04 source i am searching for Nand keyword which is not present in  include/configs/mx6qsabreauto.h. or include/configs/mx6qsabre-common.h Is there any other name that it is configured with?

I searched for mtd as well. No where i am able to see Nand related configuration. Can you please let me know what is it that is enabling Nand as a boot device.

Regards,

Manju

0 Kudos

570 Views
igorpadykov
NXP Employee
NXP Employee

Hi Manju

attached mx6qsabreauto.h,mx6qsabre_common.h,mx6qsabreauto.c (../board/freescale/mx6qsabreauto)

have definition

CONFIG_SYS_USE_NAND

Best regards

igor

0 Kudos

570 Views
fabio_estevam
NXP Employee
NXP Employee

This commit adds NAND support for mx6sabreauto boards:

git.denx.de Git - u-boot.git/commitdiff

Please use a more recent U-boot version.

Regards,

Fabio Estevam

0 Kudos