Hi all:
I wanted to access the nand flash, which is at chip select 7 of the gpmc intreface!
AM3703 custom board!
omap3_beagle.h => I 've given the chip select 7 address as : 0x3800 0000 (128 * 7 * 1024 * 1024)!
in mem.h => configured all the gpmc registers for micron nand flash!
in mem.c => enabling the gpmc registers at chip select 7!
GPMC_BASE => 0x6E00 0000 * CONFIG_WIDTH * CHIP SELECT;
CONFIG_WIDTH = 0x30
CHIP SELECT = 7
After doing all these things, i 'm compiling the u-boot , i should get the device id and manufacture id of the nand flash at chip select 7!
But i'm unable to do this?
what else i need to do?
Regards,
santosh vastrad