I am attempting to boot a kernel built using the instructions on "http://processors.wiki.ti.com/index.php/Using_the_community_kernel_on_DM6446_with_the_DVSDK" on a custom dm6446 board. The kernel boots ok on the dvsk however will not boot on our custom board. I enabled low level debugging per "http://processors.wiki.ti.com/index.php/FAQ_for_DaVinci_Linux" however I don't see any additional output at boot time. Below is the output from my u-boot session. Any help debugging this issue would be appreciated.
-Brent
LCIS # printenv
bootdelay=1
baudrate=115200
nfshost=10.0.0.1
rootpath=/home/broeder/targetfs
serverip=10.0.0.1
ipaddr=10.0.0.100
bootfile=uImage-LCIS
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:0e:99:02:5a:c1
bootargs=mem=30M console=ttyS0,115200n8 root=/dev/nfs rw nfsroot=10.0.0.1:/home/broeder/targetfs ip=dhcp
Environment size: 306/8188 bytes
LCIS # tftpboot
TFTP from server 10.0.0.1; our IP address is 10.0.0.100
Filename 'uImage-LCIS'.
Load address: 0x80700000
Loading: #################################################################
################################################################# ################################################################# ################################################################# #####################################
done
Bytes transferred = 1520612 (1733e4 hex)
LCIS # bootm
Uncompressing Linux................................................................................................... done, booting the kernel.