From: wdenk Date: Tue, 22 Oct 2002 00:26:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6dfc21c1b9b69d496db963f9f2f76c4f0a66dbbb;p=users%2Frw%2Fppcboot.git *** empty log message *** --- diff --git a/board/trab/README.kbd b/board/trab/README.kbd index 6f09e38..c6035ce 100644 --- a/board/trab/README.kbd +++ b/board/trab/README.kbd @@ -17,19 +17,19 @@ keys on TRAB: 1, 2, 3, 4. 2) The "preboot" variable is set according to current environment settings and keys pressed. This is an example: - TRAB # setenv magic_keys 78 - TRAB # setenv key_magic7 12 - TRAB # setenv key_cmd7 echo ## Taste '7' aktiv ##\;echo - TRAB # setenv key_magic8 13 - TRAB # setenv key_cmd8 echo ## Taste '8' aktiv ##\;echo + TRAB # setenv magic_keys XY + TRAB # setenv key_magicX 12 + TRAB # setenv key_cmdX echo ## Keys 1 + 2 pressed ##\;echo + TRAB # setenv key_magicY 13 + TRAB # setenv key_cmdY echo ## Keys 1 + 3 pressed ##\;echo - Here "magic_keys=78" means that the "key_magic7" and "key_magic8" + Here "magic_keys=XY" means that the "key_magicX" and "key_magicY" variables will be checked for a match. Each variable "key_magic*" defines a set of keys. In the our example, if keys 1 and 3 are - pressed during reset, then "key_magic8" matches, so the "preboot" - variable will be set to the contents of "key_cmd8": + pressed during reset, then "key_magicY" matches, so the "preboot" + variable will be set to the contents of "key_cmdY": - preboot=echo ## Taste '8' aktiv ##;echo + preboot=echo ## Keys 1 + 3 pressed ##;echo 3) The TRAB board has optional modem support. When a certain key combination is pressed on the keyboard at power-on, the firmware