Try something like

=> for i in a b c; do
> echo $i
> done
a
b
c
=>

Regards,
Jim

On 07/22/2013 04:44 AM, tiger...@viatech.com.cn wrote:
Hi, Albert:
Did you try the commands live in your U-Boot console?
Did you make sure hush shell is enabled in your U-boot?
I am sure I have enabled hush shell.

I think "for" iteration syntax is error:
"for(i=1;i<10;i++)"

But I don't know how to write it correctly!

Best wishes,
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


--
Jim Chargin
AJA Video Systems                       j...@aja.com
(530) 271-3334                          http://www.aja.com
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to