[BL training-materials-updates] Kernel labs on BBB W: take MAC address that is accepted by U-Boot
Michael Opdenacker
michael.opdenacker at bootlin.com
Tue May 29 08:55:16 CEST 2018
Repository : git://git.free-electrons.com/training-materials.git
On branch : master
Link : http://git.free-electrons.com/training-materials/commit/?id=48472d963adffae87556d1934e490a5ab218ae94
>---------------------------------------------------------------
commit 48472d963adffae87556d1934e490a5ab218ae94
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date: Tue May 29 08:55:16 2018 +0200
Kernel labs on BBB W: take MAC address that is accepted by U-Boot
Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>
>---------------------------------------------------------------
48472d963adffae87556d1934e490a5ab218ae94
labs/kernel-board-setup/kernel-board-setup.tex | 6 +++---
.../kernel-compiling-and-nfs-booting.tex | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/labs/kernel-board-setup/kernel-board-setup.tex b/labs/kernel-board-setup/kernel-board-setup.tex
index 151f555..00b7dfb 100644
--- a/labs/kernel-board-setup/kernel-board-setup.tex
+++ b/labs/kernel-board-setup/kernel-board-setup.tex
@@ -186,8 +186,8 @@ Ethernet over USB device:
\begin{verbatim}
setenv ethact usb_ether
-setenv usbnet_devaddr 11:22:33:44:55:02
-setenv usbnet_hostaddr 11:22:33:44:55:01
+setenv usbnet_devaddr f8:dc:7a:00:00:02
+setenv usbnet_hostaddr f8:dc:7a:00:00:01
\end{verbatim}
Save these settings to the eMMC storage on the board\footnote{
@@ -216,7 +216,7 @@ to know the name of the network interface connected to your board.
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 \code{enx112233445501}.
+ therefore be \code{enxf8dc7a000001}.
\end{itemize}
Then, instead of configuring the host IP address from NetWork Manager's
diff --git a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
index 3781f30..0ca0f5e 100644
--- a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
+++ b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
@@ -150,7 +150,7 @@ setenv bootargs root=/dev/nfs rw ip=192.168.0.100 console=ttyS0,115200n8
For the BeagleBone Back Wireless board:
\begin{verbatim}
setenv bootargs root=/dev/nfs rw ip=192.168.0.100:::::usb0 console=ttyS0,115200n8
- g_ether.dev_addr=11:22:33:44:55:02 g_ether.host_addr=11:22:33:44:55:01
+ g_ether.dev_addr=f8:dc:7a:00:00:02 g_ether.host_addr=f8:dc:7a:00:00:01
nfsroot=192.168.0.1:/home/<user>/linux-kernel-labs/modules/nfsroot
\end{verbatim}
More information about the training-materials-updates
mailing list