[U-Boot-Users] Conditions in hush

Wolfgang Denk wd at denx.de
Thu Apr 3 11:10:13 CEST 2003


In message <LMELLOOANGIAKFIBMEHNEEAPCAAA.bwoldert at giga-stream.de> you wrote:
> 
> I use u-boot-0.2.0 with hush shell. I'm trying to write a script that check
> which kernel should be used.
> 
> If $runtest ist defined (or equal a specific value)
> then use kernel1
> else use kernel2
> 
> I have problem to define the condition. Can anybody help me?

[untested]

	if printenv $runtest
	then
	bootm $kernel1
	else
	bootm $kernel2
	fi

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Intel told us the Pentium would have "RISK" features...




More information about the U-Boot mailing list