Hi,
I am working on Micron Nand Device(29F4G08ABADA), When I try to boot, the following message appears in u-boot.
U-Boot 2013.01.01 (Aug 04 2014 - 14:35:27) I2C: ready DRAM: 512 MiB WARNING: Caches not enabled NAND: 512 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
U-boot is detecting NAND device but in kernel I am getting the following message at booting time
[ 1.430725] omap2-nand driver initializing
[ 1.435424] No NAND device found
[ 1.439056] No NAND device found
Under Menuconfig in NAND Device Support I have selected the following options as shown below.
[*] Verify NAND page writes
[*] Support software BCH ECC
[*] Enable chip ids for obsolete ancient NAND devices < > GPIO NAND Flash driver
<*> NAND Flash device on OMAP2, OMAP3 and OMAP4
< > DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)
< > Support for NAND Flash Simulator
<*> Support for generic platform NAND driver
< > MTD driver for Olympus MAUSB-10 and Fujifilm DPC-R1
I could see that "No NAND device found" is getting printed twice.
Please help me how to enable Nand device in Kernel as I am new to this.
With Kind Regards, Ajith