Okay, I see what's happening. When the TS-7200 boots on its own, it is
executing this script:
== Executing boot script in 2.000 seconds - enter ^C to abort
RedBoot> fis load vmlinux -b 0x00218000
RedBoot> exec -c "console=ttyAM0,115200 ip=192.168.1.50 root=/dev/hda1"
Which has the ip address spec which for some reason causes the onboard
boot loader to generate the DHCP request. But I had changed the script
to this:
fis load vmlinux -b 0x00218000
exec -c "console=ttyAM0,115200 root=/dev/hda1"
And I _checked_ to see that it got it right by fconfig -l afterwards.
So, for some reason it is reverting to the previous script command.
Now I'm totally confused. Any clues?
--Jeff
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|