I am using OMAP-L138 and writing images in nand using Lauterbach. But board is not booting up and giving me an error
Booting with TI UBL
Device OPP (300MHz, 1.2V)
U-Boot 2012.04.01-svn23 (Jun 19 2012 - 16:13:42)
I2C: ready
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 512 MiB
Bad block table found at page 262080, version 0x01
Bad block table found at page 262016, version 0x01
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
SF: Detected M25P64 with page size 64 KiB, total 8 MiB
Net: DaVinci-EMAC
Hit any key to stop autoboot: 0
Loading from nand0, offset 0x100000
NAND read from offset 100000 failed -74
** Read error
Wrong Image Format for bootm command
ERROR: can't get kernel image!
U-Boot >
When i tried to load the same image using tftp the board is booting up.
Thanks in advance.