[BL training-materials-updates] Further instruction sharing between BBB and BBB Wireless

Michael Opdenacker michael.opdenacker at bootlin.com
Sun Nov 25 08:52:28 CET 2018


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=b454c06b0691232d00d0c59dd566f40dec939f98

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

commit b454c06b0691232d00d0c59dd566f40dec939f98
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sun Nov 25 08:52:28 2018 +0100

    Further instruction sharing between BBB and BBB Wireless
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

b454c06b0691232d00d0c59dd566f40dec939f98
 labs/kernel-board-setup/kernel-board-setup.tex                   | 2 +-
 .../kernel-compiling-and-nfs-booting.tex                         | 9 +--------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/labs/kernel-board-setup/kernel-board-setup.tex b/labs/kernel-board-setup/kernel-board-setup.tex
index 0367c2a..cd5243a 100644
--- a/labs/kernel-board-setup/kernel-board-setup.tex
+++ b/labs/kernel-board-setup/kernel-board-setup.tex
@@ -138,7 +138,7 @@ env default -f -a
 saveenv
 \end{verbatim}
 
-\section{Setting up Ethernet communication}
+\section{Setting up networking}
 
 The next step is to configure U-boot and your workstation to let your
 board download files, such as the kernel image and Device Tree Binary
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 608e047..a699538 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
@@ -71,7 +71,7 @@ belongs to. Don't forget to set the \code{ARCH} and
 \code{CROSS_COMPILE} definitions for the \code{arm} platform and to
 use your cross-compiler.
 
-For the BeagleBone Black Wireless board, add the below options:
+Add the below options to support networking over USB device:
 \begin{itemize}
   \item \code{CONFIG_USB_GADGET=y}
   \item \code{CONFIG_USB_MUSB_HDRC} {\em Driver for the USB OTG
@@ -139,13 +139,6 @@ should be mounted over NFS, by setting some kernel parameters.
 Do this by setting U-boot's \code{bootargs} environment variable (all in
 just one line):
 
-For the BeagleBone Back board:
-\begin{verbatim}
-setenv bootargs root=/dev/nfs rw ip=192.168.0.100 console=ttyO0,115200n8
-  nfsroot=192.168.0.1:/home/<user>/linux-kernel-labs/modules/nfsroot,nfsvers=3
-\end{verbatim}
-
-For the BeagleBone Back Wireless board:
 \begin{verbatim}
 setenv bootargs root=/dev/nfs rw ip=192.168.0.100:::::usb0 console=ttyO0,115200n8
   g_ether.dev_addr=f8:dc:7a:00:00:02 g_ether.host_addr=f8:dc:7a:00:00:01




More information about the training-materials-updates mailing list