[U-Boot] Store ENTER ('\r') character in bootstopkey variable

Wolfgang Denk wd at denx.de
Thu Dec 1 21:29:51 CET 2011


Dear Giuseppe Modugno,

In message <4ED7D976.30800 at gmail.com> you wrote:
> I'd like to use the ENTER key to stop autoboot through the variables 
> "bootdelaykey" and "bootstopkey".  How could I do this?

Try simply doint what you intent to do:

=> setenv bootdelaykey '
'

That should do the trick.

Note that itis a bit tricky to check this with printenv.  You will see
this:

...
=> printenv bootdelaykey
bootdelaykey=

=>

or:

=> printenv
...
bootdelaykey=\

...



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
"You'll pay to know what you really think."        - J.R. "Bob" Dobbs


More information about the U-Boot mailing list