[FE training-materials-updates] Tinysystem lab: remove "\" in long U-boot command

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Nov 20 16:36:46 CET 2013


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

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=ad77d5c7f6d6dccc694156987111e8a009b8fd1a

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

commit ad77d5c7f6d6dccc694156987111e8a009b8fd1a
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Nov 20 16:33:36 2013 +0100

    Tinysystem lab: remove "\" in long U-boot command
    
    - Saying "in a single line" is enough
    - "\" doesn't work in U-boot's shell. It creates
      a newline instead of continuing the current line.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

ad77d5c7f6d6dccc694156987111e8a009b8fd1a
 labs/sysdev-tinysystem/sysdev-tinysystem.tex |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index ccb0340..b0a9de6 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -81,12 +81,12 @@ First, boot the board to the U-Boot prompt. Before booting the kernel,
 we need to tell it that the root filesystem should be mounted over
 NFS, by setting some kernel parameters.
 
-Use the following U-Boot command to do so, in just 1 line
+Use the following U-Boot command to do so, {\bf in just 1 line}
 (Caution: in \code{ttyO2} below, it's the capital letter \code{O}, like in
 {\bf O}MAP and not the number zero):
 
 \begin{verbatim}
-setenv bootargs console=ttyO2,115200 root=/dev/nfs ip=192.168.0.100 \
+setenv bootargs console=ttyO2,115200 root=/dev/nfs ip=192.168.0.100
    nfsroot=192.168.0.1:/home/<user>/felabs/sysdev/tinysystem/nfsroot
 \end{verbatim}
 



More information about the training-materials-updates mailing list