[bootlin/training-materials updates] master: yocto: lab6: add back support for the BeagleBone (non-wireless) (8c3263f8)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Jul 14 11:48:33 CEST 2022


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

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

commit 8c3263f8d2db2ce9e95836dc00bc7695bac2382c
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Jul 14 10:10:11 2022 +0200

    yocto: lab6: add back support for the BeagleBone (non-wireless)
    
    Even though we use the BeagleBone Wireless for our trainings, the labs have
    photos of the classic version with Ethernet, and some online trainees own
    one that they can use. Thus add back support for it, which is merely a
    matter of building its device tree.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

8c3263f8d2db2ce9e95836dc00bc7695bac2382c
 labs/yocto-custom-machine/yocto-custom-machine.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/labs/yocto-custom-machine/yocto-custom-machine.tex b/labs/yocto-custom-machine/yocto-custom-machine.tex
index 03a065c0..fab00cc9 100644
--- a/labs/yocto-custom-machine/yocto-custom-machine.tex
+++ b/labs/yocto-custom-machine/yocto-custom-machine.tex
@@ -61,7 +61,8 @@ STM32MP_DT_FILES_DK = "stm32mp157a-dk1 stm32mp157d-dk1"
 \begin{itemize}
   \item To select \code{linux-ti-staging} as the preferred provider
     for the kernel.
-  \item To use \code{am335x-boneblack-wireless.dtb} device tree.
+  \item To build \code{am335x-boneblack.dtb} and the
+    \code{am335x-boneblack-wireless.dtb} device trees.
   \item To select \code{u-boot-ti-staging} as the preferred provider
     for the bootloader.
   \item To use \code{arm} as the U-Boot architecture.




More information about the training-materials-updates mailing list