This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error while loading images in nand using lauterbach.

Other Parts Discussed in Thread: OMAP-L138

Hi,

I am using omap-l138. To load the images in nand flash I am using lauterbach LA-7708. It is loading the images in nand but when I start the board I am getting this error:

Booting with TI UBL
Device OPP (300MHz, 1.2V)

U-Boot 2012.04.01-svn30 (Jun 27 2012 - 10:05:06)

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
In:    serial
Out:   serial
Err:   serial
SF: Detected M25P64 with page size 64 KiB, total 8 MiB
Default using MAC address from environment
Default using MAC address from environment
Net:   DaVinci-EMAC
Hit any key to stop autoboot:  0

Loading from nand0, offset 0x500000
NAND read from offset 500000 failed -74
** Read error
## Booting kernel from Legacy Image at c0700000 ...
   Image Name:   Linux-2.6.37+
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2314908 Bytes = 2.2 MiB
   Load Address: c0008000
   Entry Point:  c0008000
   Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
U-Boot >

Here I am trying to load kernal image in omap-l138 evm.

Env. variables given as :

bootargs=root=/dev/ram0 rw initrd=0xc2000000,32M console=ttyS2,115200b8 ramdisk_size=32768K
bootcmd=nand read 0xc2000000 0xA00000 0xC65D40; nboot 0xc0700000 0 0x100000; bootm 0xc0700000

The same images are booting up the board using tftpboot, ramboot and even when I am loading the images through tftp and booting using nand boot.

But my requirement is to load the images in nand flash using Lauterbach.

Please help. Thanks in advance...