[U-Boot-Users] bootcmd

Wolfgang Denk wd at denx.de
Thu May 31 18:15:30 CEST 2007


In message <131AF8573CF31945B5B11E4201D3F1E142BC7A at mail3.Avidyne.com> you wrote:
> OK, I tried something slightly different but it doesn't boot.
> 
> fsload $addr uImage || chpart nand0,1 || fsload $addr uImage && bootm
> $addr

Try:

=> sete load_alt 'chpart nand0,1 && fsload $addr uImage'
=> sete load_img 'fsload $addr uImage || run load_alt'
=> run load_img && bootm

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
A little suffering is good for the soul.
	-- Kirk, "The Corbomite Maneuver", stardate 1514.0




More information about the U-Boot mailing list