[U-Boot-Users] PATCH : Allow dhcp to get IP address from and keep other env data .

Woodruff, Richard r-woodruff2 at ti.com
Wed Jul 30 16:51:40 CEST 2003


Hi Wolfgang,

Yes, this does work.  I hadn't considered this sequence. In some sense it's
as much a workaround as a valid solution. The  flexibility of having a shell
like interpreter goes a long way.  I will likely stick with my code to keeps
the steps down.

Best Regards,

Richard W.  

> -----Original Message-----
> From: Wolfgang Denk [mailto:wd at denx.de] 
> > 
> > 	=> setenv my_bootfile "/tftpboot/foo"
> > 	=> setenv my_tftpserver XXX.XXX.XXX.XXX
> > 	=> saveenv
> > 
> > 	=> setenv autoload no
> > 	=> dhcp
> > 	=> setenv serverip $(my_tftpserver)
> > 	=> tftp 200000 $(my_bootfile)
> 
> Doesn't this work for you?




More information about the U-Boot mailing list