Re: [U-Boot] Read line from console

2014-02-12 Thread Eric Nelson
Thanks Wolfgang, On 02/11/2014 12:19 PM, Wolfgang Denk wrote: Dear Eric, In message <52fa7158.8030...@boundarydevices.com> you wrote: Is there any facility for reading a line of text from the console, so we can prompt a user? Do you mean in C code, or as CLI command? CLI command. I fee

Re: [U-Boot] Read line from console

2014-02-11 Thread Wolfgang Denk
Dear Eric, In message <52fa7158.8030...@boundarydevices.com> you wrote: > > Is there any facility for reading a line of text from the console, > so we can prompt a user? Do you mean in C code, or as CLI command? > I feel certain there must be a way to read a string into a > variable, but can't

[U-Boot] Read line from console

2014-02-11 Thread Eric Nelson
Hi all, I have a n00b question. Is there any facility for reading a line of text from the console, so we can prompt a user? I feel certain there must be a way to read a string into a variable, but can't seem to find one... Please advise, Eric ___ U