look this...
DaVinci EVM # printenv
bootargs=mem=120M console=ttyS0,115200n8 root=/dev/ram0 rw init=/bin/ash initrd=0x82000000,4M
bootcmd=dhcp;tftpboot 0x82000000 initrd.image;setenv addip setenv bootargs $(bootargs) ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname)::off eth=$(ethaddr) video=dm64xxfb:output=$(videostd);run addip;bootm 0x80700000
bootdelay=3
baudrate=115200
bootfile="uImage"
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:0e:99:02:5e:73
videostd=ntsc
Environment size: 450/16380 bytes
DaVinci EVM # setenv serverip 200.17.96.155
DaVinci EVM # setenv fileaddr 80700000
DaVinci EVM # dhcp
BOOTP broadcast 1
DHCP client bound to address 200.17.96.158
TFTP from server 200.17.96.8
0; our IP address is 200.17.96.158
Filename 'uImage'.
Load address: 0x80700000
Loading: *\0x08
T
T
T
T
T
T
T
T
T
T
T
T
T
T
T
T
T
T
T
T
Retry count exceeded; starting again
BOOTP broadcast 1
.......
Look, my TFTP server is not 200.17.96.80, it is 200.17.96.155.
how can i fix this?
i tried setenv serverip and didn't work.
thx for help=)