Re: [U-Boot] user input

2009-10-26 Thread David Collier
> Use the "askenv" command? I'm so sorry - how did I miss that? thanks David Collier www.dexdyne.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] user input

2009-10-26 Thread Wolfgang Denk
Dear "David Collier", In message you wrote: > I have a script environment variable called set_mac_IP which requires me > to do "setenv sn 1234" ( or whatever ) before I run it. > > The script is always run from the console. > > Is there a simple way to do > > ask sn; . > > and ask for a

[U-Boot] user input

2009-10-26 Thread David Collier
I have a script environment variable called set_mac_IP which requires me to do "setenv sn 1234" ( or whatever ) before I run it. The script is always run from the console. Is there a simple way to do ask sn; . and ask for a number to be input on the console? I was wondering if hush could m