I am using the most recent DM365 RDK with problems trying to do TFTP download of U-Boot image.
At "DVR" prompt, it shows the following after typing printenv:
ip=192.168.1.200:192.168.1.60:192.168.1.1:255.255.255.0::eth0:off
bootfile=u-boot-1.3.4-dm368_dvr.bin
my host , where the TFTP server runs, has the ip of 192.168.2.100 and my gateway is 192.168.2.1 (which is also the DHCP server).
After running TFTP server on my host (Ubuntu 10.10), I then do the following on the DVR:
setenv ip 192.168.2.100:192.168.2.100:192.168.2.1:255.255.255.0::eth0:0n
setenv ipaddr 192.168.2.101
tftpboot 0x82000000 u-boot-1.3.4-dm368_dvr.bin
Nothing seems to be happening - the PING does not work
Am I missing something? Your help would be appreciated.
One thing I have in question, I am not sure why the board came with eth0 set to off in the beginning. Setting it to 'on' does not help anyway.
CC Lin