Hello
I'm using MT29F8G08ABABA NAND device. IC characteristics are,
– Page size x8: 4,320 bytes (4,096 + 224 bytes)
– Block size: 128 pages (512K + 28K bytes)
– Plane size: 2 planes x 1,024 blocks per plane
– Device size: 8Gb: 2,048 blocks
My u-boot boot log is
NAND: HW ECC Hamming Code selected
nand_get_flash_type: unknown NAND device: Manufacturer ID: 0x2c, Chip ID: 0x38
No NAND device found!!!
0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
What are the changes i've to do in nand_ids.c , nand_base.c etc,,. make this chip work fine.
Thanks in advance.