[FE training-materials-updates] sysdev-tinysystem: explicitly use eth0 to avoid auto detection

Alexandre Belloni alexandre.belloni at free-electrons.com
Thu Jul 24 16:40:04 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=1b102103b271b4c6f994f3e48cb401e510e4453a

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

commit 1b102103b271b4c6f994f3e48cb401e510e4453a
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Thu Jul 24 16:39:12 2014 +0200

    sysdev-tinysystem: explicitly use eth0 to avoid auto detection
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

1b102103b271b4c6f994f3e48cb401e510e4453a
 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 72ca49d..f16c1a3 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -84,7 +84,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
+setenv bootargs console=ttyS0,115200 root=/dev/nfs ip=192.168.0.100:::::eth0
    nfsroot=192.168.0.1:/home/<user>/felabs/sysdev/tinysystem/nfsroot rw
 \end{verbatim}
 



More information about the training-materials-updates mailing list