
30 Jul
2003
30 Jul
'03
4:51 p.m.
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@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?