Hello,
I am bringing up a custom 3530 board from scratch and have Micron MT29F2G16 (128MB NAND) flash
at CS0. When exectuting the "nand_chip" call from the x-loader, it is returning zero for the manufactuer ID
and zero for the device type. I would like to use CCS to read flash (I believe at 0x20000000). When I
try from the ARM size I get ------ for the memory display, and on the DSP side I get all zeros. Is there
a GEL or something I need to run to get flash working? I know in NAND you read a page at a time, so
maybe it is something like that. BTW, the EVM board from Mistral does the same thing.
Can someone suggest a way of debugging my flash?