
25 Mar
2009
25 Mar
'09
9:33 p.m.
On Wed, Mar 25, 2009 at 2:11 PM, Wolfgang Denk wd@denx.de wrote:
Dear E Robertson,
In message 3972542e0903250820w31586c26ke97d793083c5e8a2@mail.gmail.com you wrote:
In the current git source, I have the serverip config set but tftp complains about serverip not being set. I didn't see any changes to the source here. Am I missing something?
You have some serious misconfigurations in your default environment. I recommend only to add things there when you really know what you are doing.
printenv
baudrate=115200 ipaddr=192.168.0.200 serverip=192.168.0.100 gatewayip=192.168.0.1 netmask=255.255.255.0 hostname="Vincy"
There should not be any apostrophes in the value.
That seemed to be the problem. Don't know where that came from.
Thanks.