Hi,
Today, I'm trying to update the latest release firmware (April 2010) for DM368IPNC, I use tftp method to do the update, it seems ok.
But after I update, during power up, I see following error message when run upnp-scanip:
Upnp port is 0
UPnP Initialized OK ip=192.168.1.114, port=49152
desc_doc_url = http://192.168.1.114/tvdevicedesc.xml
UpnpRegisterRootDevice failure.
error code = -204
device advertisement failure.
It seems that the error is because it has a problem connecting to a remote host. but I did not know why it happen.
The uBoot enviroment para was set as following:
bootdelay=4
baudrate=115200
bootfile="uImage"
ethaddr=00:0C:0C:A0:04:05
filesize=CEA000
fileaddr=82000000
serverip=192.168.1.137
bootcmd=nand read 0x82000000 0x700000 0xD00000; nboot 0x80700000 0 0x500000; boo
tm
bootargs=mem=50M console=ttyS1,115200n8 root=/dev/ram0 rw initrd=0x82000000,14M
ip=dhcp eth=00:0C:0C:A0:04:05
ipaddr=192.168.1.114
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.4 (Jan 15 2010 - 17:00:58) DM368-IPNC-0.7
So, could you please help to look at this, thank you:)