Hi,
I've seen this error message being posted in some previous threads, but they seem to get resolved when they use the stock uImage from the dvsdk. In my case, even the stock uImage (found in the PSP directory under dvsdk..) is giving me this error.
I stuck the uImage file in my tftproot and followed the steps here: https://community.ti.com/forums/t/10466.aspx
The following is my printenv output:
bootdelay=3
baudrate=115200
bootfile=uImage
filesize=1ec844
fileaddr=80700000
gatewayip=10.1.172.1
netmask=255.255.254.0
ipaddr=10.1.172.191
serverip=10.1.172.190
dnsip=10.1.173.205
dnsip2=10.2.173.24
bootcmd=nboot 0x80700000 0 0x200000; bootm
bootargs=video=davincifb:vid0=0,2500K:vid1=0,2500K:osd0=720x576x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=$(videostd) console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/hda1 mem=118M
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:0e:99:02:5e:ce
videostd=ntsc
Environment size: 534/16380 bytes
My U-boot version is 1.2.0.
Any help would be greatly appreciated.
Thanks,
Aditya