[FE training-materials-updates] sysdev: Fix the MAC address shown

Maxime Ripard maxime.ripard at free-electrons.com
Sun Jun 15 22:38:30 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=98839885e87b3a5ac22f0050d1d07fcf29f9a083

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

commit 98839885e87b3a5ac22f0050d1d07fcf29f9a083
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Jun 5 16:53:04 2014 +0200

    sysdev: Fix the MAC address shown
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

98839885e87b3a5ac22f0050d1d07fcf29f9a083
 labs/sysdev-u-boot/sysdev-u-boot.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 8140da4..acadf3f 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -297,7 +297,7 @@ The first time you use your board, you also need to send the MAC address
 in U-boot:
 
 \begin{verbatim}
-setenv ethaddr 01:02:03:04:05:06
+setenv ethaddr 00:01:02:03:04:05
 \end{verbatim}
 
 In case the board was previously configured in a different way, we



More information about the training-materials-updates mailing list