imx6 enable SDmmc and Nand flash at same time.

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

imx6 enable SDmmc and Nand flash at same time.

589 Views
RobertA
Contributor I

Using the imx6Q, I want to have uboot, kernel, and filesystem on SD card but use NAND flash as a storage drive.  How do you enable nand flash so user can use without disabling SD card?  All the documents I have seen shows you disabling SDmmc cards so you can enable Nand Flash.  On the imx515 I was able to do this.  Is there a similar way i can enable the Nand flash in the Kernel? 


Currently my kernel see the nand flash.  when it is booting here is what i see.


ONFI flash detected

ONFI param page 0 valid

NAND device: Manufacturer ID: 0x2c, Chip ID: 0x64 (Micron MT29F64G08CBABAWP)

gpmi-nand imx6q-gpmi-nand.0: enable asynchronous EDO mode 5

Scanning device for bad blocks

Bad eraseblock 90 at 0x00000b400000

Bad eraseblock 91 at 0x00000b600000

Labels (1)
0 Kudos
1 Reply

381 Views
alejandrolozan1
NXP Employee
NXP Employee

Hi,

You can use both at the same time as long as they do not share pins.

You can refer to the BSP of the imx6q sabreauto.

Best Regards,

Alejandro

0 Kudos