Hi,
I'm currently using a OMAPL137 EVM from Spectrum, working with a 8-bit nand flash(29F4G08ABADA) from Micron. The OMAPL137 is working in MontaVista Linux. The project I'm working for will using the nand flash to store large amount of data(GBs) that collected by sensors and read them out through Ethernet cable at later time. My assignment at this point is to verify the above environment is feasible, implementing a test program to read/write/erase the nand flash in linux environment. I know nand flash is not populated on OMAPL137 EVM. So I designed a nand flash test board that connecting to the EMIFA port of the EVM. The circuit is according to OMAPL137HT datasheet.
I'm new to this, so I guess this is a dumb question: where can I find the nand flash driver or some program that helps? I downloaded "MT29F_Nand_Driver-Releasev1.0-Mar2013" from Micron, and "DaVinci-PSP-SDK-03.20.00.12" from TI. But don't really know what to do next or which exactly part can do my job. Can anyone teach me how to use OMAPL137 EVM to work with a nand flash(not as a boot flash)?
Thank you!
Ming