Hi,
I'm working on a custom board with imx6d and linux kernel version 3.10.17.
There are two NAND chips on this board, all two of them can be found in uboot.
But the problem is only one of them can be found in linux kernel.
Here is what I find in kernel document:
* Freescale General-Purpose Media Interface (GPMI)
The GPMI nand controller provides an interface to control the
NAND flash chips. We support only one NAND chip now.
Is that why only one NAND can work in linux kernel?
Is there any method to make them work?
Thanks