[bootlin/training-materials updates] master: Yocto: fix NFS configuration (10cf5705)

Alexandre Belloni alexandre.belloni at bootlin.com
Wed Sep 2 18:43:51 CEST 2020


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

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

commit 10cf57051b056b885061295fdf1fa4a8912f0bb1
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Wed Sep 2 18:43:24 2020 +0200

    Yocto: fix NFS configuration
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

10cf57051b056b885061295fdf1fa4a8912f0bb1
 labs/yocto-advanced-configuration/yocto-advanced-configuration.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex b/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex
index 8af76fc3..8b011b4c 100644
--- a/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex
+++ b/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex
@@ -19,8 +19,8 @@ Linux kernel at boot time:
 \begin{verbatim}
 setenv bootargs 'console=ttyS0,115200 root=/dev/nfs rw
   nfsroot=192.168.0.1:/nfs,nfsvers=3,tcp
-  ip=192.168.0.100:::::usb0 g_ether.dev_addr=11:22:33:44:55:02
-  g_ether.host_addr=11:22:33:44:55:01'
+  ip=192.168.0.100:::::usb0 g_ether.dev_addr=f8:dc:7a:00:00:02
+  g_ether.host_addr=f8:dc:7a:00:00:01'
 saveenv
 \end{verbatim}
 
@@ -37,7 +37,7 @@ won't be able to see the network interface corresponding to the
 Ethernet over USB device connection yet, because it's only active when
 the board turns it on, from U-Boot or from Linux. When this happens,
 the network interface name will be \code{enx<macaddr>}. Given the
-value we gave to \code{usbnet_hostaddr}, it will therefore be
+value we gave to \code{g_ether.host_addr}, it will therefore be
 \code{enxf8dc7a000001}.
 
 Then, instead of configuring the host IP address from Network




More information about the training-materials-updates mailing list