* [U-Boot] DHCP/BOOP command behavior
@ 2008-12-19 0:09 Brian S. Park
2008-12-19 4:57 ` Pawel Pastuszak
0 siblings, 1 reply; 2+ messages in thread
From: Brian S. Park @ 2008-12-19 0:09 UTC (permalink / raw)
To: u-boot
Hi all,
I'm migrating from u-boot 1.0.0 to 1.3.4 and noticed that the behavior
of bootp/dhcp command has changed.
In 1.0.0, bootp/dhcp would just get IP setting. But in 1.3.4, they try
to download the boot image using tftp after acquiring the ip from the
dhcp server. How can I make it behave the old way?
Thanks.
Brian
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] DHCP/BOOP command behavior
2008-12-19 0:09 [U-Boot] DHCP/BOOP command behavior Brian S. Park
@ 2008-12-19 4:57 ` Pawel Pastuszak
0 siblings, 0 replies; 2+ messages in thread
From: Pawel Pastuszak @ 2008-12-19 4:57 UTC (permalink / raw)
To: u-boot
Make sure to set your autostart environment variable to no
example:
setenv autostart no
saveenv
On Thu, Dec 18, 2008 at 7:09 PM, Brian S. Park <brian.park@corelis.com>wrote:
> Hi all,
> I'm migrating from u-boot 1.0.0 to 1.3.4 and noticed that the behavior
> of bootp/dhcp command has changed.
> In 1.0.0, bootp/dhcp would just get IP setting. But in 1.3.4, they try
> to download the boot image using tftp after acquiring the ip from the
> dhcp server. How can I make it behave the old way?
>
> Thanks.
>
> Brian
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-19 4:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19 0:09 [U-Boot] DHCP/BOOP command behavior Brian S. Park
2008-12-19 4:57 ` Pawel Pastuszak
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.