summaryrefslogtreecommitdiff
path: root/doc/README.serial_multi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.serial_multi')
-rw-r--r--doc/README.serial_multi26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/README.serial_multi b/doc/README.serial_multi
index 0446fe95937..b82678e1ea3 100644
--- a/doc/README.serial_multi
+++ b/doc/README.serial_multi
@@ -16,15 +16,15 @@ in the works).
*) The console can be switched to SCC by any of the following commands:
- setenv stdout serial_scc
- setenv stdin serial_scc
- setenv stderr serial_scc
+ env set stdout serial_scc
+ env set stdin serial_scc
+ env set stderr serial_scc
*) The console can be switched to SMC by any of the following commands:
- setenv stdout serial_smc
- setenv stdin serial_smc
- setenv stderr serial_smc
+ env set stdout serial_smc
+ env set stdin serial_smc
+ env set stderr serial_smc
*) If a file descriptor is set to "serial" then the current serial device
will be used which, in turn, can be switched by above commands.
@@ -32,7 +32,7 @@ will be used which, in turn, can be switched by above commands.
*) The baudrate is the same for all serial devices. But it can be switched
just after switching the console:
- setenv sout serial_scc; setenv baudrate 38400
+ env set sout serial_scc; env set baudrate 38400
After that press 'enter' at the SCC console. Note that baudrates <38400
are not allowed on LWMON with watchdog enabled (see CFG_SYS_BAUDRATE_TABLE in
@@ -44,11 +44,11 @@ PPC4XX Specific
*) The default console is UART0
*) The console can be switched to UART1 by any of the following commands:
- setenv stdout serial1
- setenv stderr serial1
- setenv stdin serial1
+ env set stdout serial1
+ env set stderr serial1
+ env set stdin serial1
*) The console can be switched to UART0 by any of the following commands:
- setenv stdout serial0
- setenv stderr serial0
- setenv stdin serial0
+ env set stdout serial0
+ env set stderr serial0
+ env set stdin serial0