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.

Booting problem for TMS320DM365 evm(TI board)

stops at....

   Booting kernel from Legacy Image at 80700000 ...
   Image Name:   Linux-2.6.32-rc2-davinci1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2138584 Bytes =  2 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux........................................................................................................................................... done, boot.

I am using tftp boot via NAND flash mode..

I have set these environment variables:--

setenv bootcmd 'dhcp;bootm'

setenv bootargs ’console=ttyS1,115200n8 ip=dhcp root=/dev/mmcblk0p2 rw rootfstype=yaffs2 mem=76M  video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=4'
 
 setenv serverip 192.168.1.11
 setenv bootfile uImage
 boot

can you please solve my problem...

Thanks in advance.....