I have modified the topic of this post, to add question regarding to "nand write" for OMAP L138
A wiki page mentioned nand write for DM355, DM644x, DM6467
DM355 has almost the same NAND as OMAP L138 (MT29F4G08AAA <:>MT29F4G08AAC)
http://processors.wiki.ti.com/index.php/Writing_Kernel_Image_to_NAND_Flash
for above mention EVMs, wiki mentioned of using DEVM# nand write directly in u-boot
Why there is not similar usage for OMAP-L138, any specific reason?
I was searching around, only TI support method for writing to NAND I found is using CCS,
I found this thread quite helpful: http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/p/29355/102075.aspx
It suggests the u-boot NAND subsystem should totally do the job,
I will test the u-boot nand subsystem on the NAND chip, and post result here.
Sorry for keep modifying the original post and being paranoid (I had 2 full NAND failure after executing u-boot NAND write in my way), trying to minimize the length of the post.
>>> old post
There is no "nand test" in DaVinci-PSP-SDK-03.20.0013 u-boot src
Is there specific reason fro this?
Are any any u-boot nand subsystem documentation available?
Thanks,