[U-Boot-Users] hush variables, syntax change?

Wolfgang Denk wd at denx.de
Thu Dec 13 19:52:42 CET 2007


In message <1197561215.8607.9.camel at gentoo-jocke.transmode.se> you wrote:
> in 1.1.4 I could write
>   tftp $loadaddr $bootfile
> but in 1.3.1 I need to write
>   tftp ${loadaddr} ${bootfile}

Not really, I think...

=> setenv loadaddr 400000
=> setenv bootfile tqm5200/uImage
=> tftp $loadaddr $bootfile
Using FEC ETHERNET device
TFTP from server 192.168.1.1; our IP address is 192.168.160.4
Filename 'tqm5200/uImage'.
Load address: 0x400000
Loading: #################################################################
         #######
done
Bytes transferred = 1042667 (fe8eb hex)
=> vers

U-Boot 1.3.1 (Dec 13 2007 - 19:48:34)


> Have I made a mistake in my board port?

Probably.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Overdrawn?  But I still have checks left!




More information about the U-Boot mailing list