Other Parts Discussed in Thread: OMAP-L138, OMAPL138
Hello,
I'm trying to operate the NAND flash of the UI board in the Logic PD OMAP-L138 development kit.
I've installed all the required software following the OMAPL138 Software Developpers Guide.
I've re-buid the U-Boot following procedure given in
http://processors.wiki.ti.com/index.php/GSG:_Building_Software_Components_for_OMAP-L1/AM1x#Rebuilding_U-Boot
and modifying the da850evm.h config file with
#undef CONFIG_USE_SPI_FLASH
#undef CONFIG_SYS_USE_NOR
#define CONFIG_USE_NAND
The original u-boot.bin didn't have the nand commands. Now, the new compiled one have the nand commands.
But it doesn't see the NAND flash.
At boot, U-Boot says :
No NAND Device found !!!
and nand info return nothing.
I had tried the Nand test program given in the CCS4 environment, loaded thanks to the USB cable.
And this test passed OK.
Is there something to do on the UI or EVM boards to enable the flash ?
Did I missed some procedure ?
Thanks.
Gilbert Brisset.