[bootlin/training-materials updates] master: labs/kernel-board-setup: use ethprime, not ethact (e513c6d3)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri May 7 09:15:46 CEST 2021


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

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

commit e513c6d3812f02965b6554030be7b417e7f8929a
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Fri May 7 09:15:46 2021 +0200

    labs/kernel-board-setup: use ethprime, not ethact
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

e513c6d3812f02965b6554030be7b417e7f8929a
 labs/kernel-board-setup/kernel-board-setup.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-board-setup/kernel-board-setup.tex b/labs/kernel-board-setup/kernel-board-setup.tex
index ea407dc7..bd65ee01 100644
--- a/labs/kernel-board-setup/kernel-board-setup.tex
+++ b/labs/kernel-board-setup/kernel-board-setup.tex
@@ -167,13 +167,13 @@ segment from the one of the main company network.
 
 We also need to configure Ethernet over USB device:
 \begin{itemize}
-  \item \code{ethact}: controls which interface is currently active.
+  \item \code{ethprime}: controls which interface gets used first
   \item \code{usbnet_devaddr}: MAC address on the device side
   \item \code{usbnet_hostaddr}: MAC address on the host side  
 \end{itemize}
 
 \begin{verbatim}
-setenv ethact usb_ether
+setenv ethprime usb_ether
 setenv usbnet_devaddr f8:dc:7a:00:00:02
 setenv usbnet_hostaddr f8:dc:7a:00:00:01
 \end{verbatim}




More information about the training-materials-updates mailing list