[bootlin/training-materials updates] master: sysdev-tinysystem: remove console from the bootargs (62cc5297)

Alexandre Belloni alexandre.belloni at bootlin.com
Tue Apr 16 10:56:12 CEST 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/62cc5297b2c060b936a981a5efffe70e396ca18b

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

commit 62cc5297b2c060b936a981a5efffe70e396ca18b
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Tue Apr 16 10:56:12 2019 +0200

    sysdev-tinysystem: remove console from the bootargs
    
    It is not necessary to specify the console in bootargs as the stdout-path
    property is set correctly in the board device tree.
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

62cc5297b2c060b936a981a5efffe70e396ca18b
 labs/sysdev-tinysystem/sysdev-tinysystem.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index 32babb28..4a9e787a 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -83,7 +83,7 @@ NFS, by setting some kernel parameters.
 Use the following U-Boot command to do so, {\bf in just 1 line}
 
 \begin{verbatim}
-setenv bootargs console=ttyS0,115200 root=/dev/nfs ip=192.168.0.100:::::eth0
+setenv bootargs root=/dev/nfs ip=192.168.0.100:::::eth0
    nfsroot=192.168.0.1:/home/<user>/embedded-linux-labs/tinysystem/nfsroot,nfsvers=3 rw
 \end{verbatim}
 




More information about the training-materials-updates mailing list