[bootlin/training-materials updates] master: slides/yocto-bsp: replace SERIAL_CONSOLE by SERIAL_CONSOLES (3e2d382b)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Oct 6 10:37:05 CEST 2023


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

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

commit 3e2d382bba9da6cbd01dc1f7f44dd6de022c8352
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Oct 6 10:37:05 2023 +0200

    slides/yocto-bsp: replace SERIAL_CONSOLE by SERIAL_CONSOLES
    
    SERIAL_CONSOLE was deprecated in 2.6 and removed in 4.2.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

3e2d382bba9da6cbd01dc1f7f44dd6de022c8352
 slides/yocto-bsp/yocto-bsp.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/yocto-bsp/yocto-bsp.tex b/slides/yocto-bsp/yocto-bsp.tex
index d144578f..cc984cbc 100644
--- a/slides/yocto-bsp/yocto-bsp.tex
+++ b/slides/yocto-bsp/yocto-bsp.tex
@@ -111,7 +111,7 @@ KERNEL_DEVICETREE = "imx28-cfa10036.dtb"
 # we need the kernel to be installed in the final image
 IMAGE_INSTALL:append = " kernel-image kernel-devicetree"
 SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
-SERIAL_CONSOLE = "115200 ttyAMA0"
+SERIAL_CONSOLES = "115200;ttyAMA0"
 MACHINE_FEATURES = "usbgadget usbhost vfat"
     \end{minted}
   \end{block}




More information about the training-materials-updates mailing list