I'm stuck at a point now where I can't seem to get the DM355 EVM to boot a Linux image and I've recently built. I can get it to boot other images.
Here's what I see at that uboot console:
TFTP from server 192.168.0.195; our IP address is 192.168.0.20
Filename 'uImage'.
Load address: 0x80008000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################
done
Bytes transferred = 1579060 (181834 hex)
DM355 EVM # bootm
## Booting image at 80008000 ...
Image Name: Linux-2.6.10_mvl401
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1578996 Bytes = 1.5 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
XIP Kernel Image ... OK
Starting kernel ...
After this, all that I see is DS22 (led) blinking. Obviously something is wrong.
I'm now back to building the clean kernel from the LSP using the following commands:
make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm355_evm_defconfig
make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage
Any ideas? I'm running a stock CentOS5 OS on VMWare.
JW