hi everyone i am trying to embedded linux in DM6446. i am using open source code to build the kernel, using cross compiler. when i load the kernel using tftp and run it the kernel gets halted.can anyone help me.here is whaT I AM GETTING.
i have not loaded the file system for the kernel.
bootargs=mem=56M console=ttyS0,115200n8 root=/dev/hda1 rw noinitrd ip=dhcp
bootcmd=setenv setboot setenv bootargs \$(bootargs) video=dm64xxfb:output=\$(videostd);run setboot
baudrate=115200
bootfile="uImage"
ethaddr=00:1c:c0:0a:00:02
ipaddr=172.16.0.91
serverip=172.16.0.97
gatewayip=172.16.0.10
netmask=255.255.240.0
stdin=serial
stdout=serial
stderr=serial
serial#=FAILED
ver=U-Boot 2009.06 (Aug 10 2009 - 18:38:34)
Environment size: 418/131068 bytes
U-Boot > bootm
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.31-rc5-davinci1
Created: 2009-08-16 13:56:56 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1478408 Bytes = 1.4 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux.............................................................
................................... done, booting the kernel.