[FE training-materials-updates] sysdev: debugging: update tty for the xplained

Maxime Ripard maxime.ripard at free-electrons.com
Sun Jun 15 22:38:41 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : sysdev-xplained
Link       : http://git.free-electrons.com/training-materials/commit/?id=d5e77b862cffe868ec0dd11b5155b7b09a35ed9c

>---------------------------------------------------------------

commit d5e77b862cffe868ec0dd11b5155b7b09a35ed9c
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Jun 5 17:22:53 2014 +0200

    sysdev: debugging: update tty for the xplained
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

d5e77b862cffe868ec0dd11b5155b7b09a35ed9c
 .../sysdev-application-debugging.tex               |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-application-debugging/sysdev-application-debugging.tex b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
index 6cc5dcc..946dbf4 100644
--- a/labs/sysdev-application-debugging/sysdev-application-debugging.tex
+++ b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
@@ -48,9 +48,9 @@ Replace
 \end{verbatim}
 which implied the use of the system console device by
 \begin{verbatim}
-ttyO2::askfirst:/bin/sh
+ttyS0::askfirst:/bin/sh
 \end{verbatim}
-to tell the \code{init} program to start the shell on \code{/dev/ttyO2}
+to tell the \code{init} program to start the shell on \code{/dev/ttyS0}
 
 Now reboot. You should no longer see the \code{Job control turned off}
 warning, and should be able to use \code{[Ctrl] [C]}.



More information about the training-materials-updates mailing list