Hi everyone,
We are using Nand flash with Part Number - H27UAG8T2B
The above nand flash is connected to chip select 7 of GPMC.
Through U-boot I 'm trying to get manufacture and device Id's but i'm getting values '0'.
In U-boot source code,
chip->select(mtd, 7);
Above 7 is chip select 7.
chip->cmdfunc(mtd, NAND_CMD_READID, 0x0, -1);
manf_id = chip->read_byte(mtd);
devi_id = chip->read_byte(mtd);
got value '0' for both.
Can anyone tell me , what 's going wrong?
Thanks in advance,
santosh vastrad