Skip to content

Commit

Permalink
slides/yocto-bsp: replace SERIAL_CONSOLE by SERIAL_CONSOLES
Browse files Browse the repository at this point in the history
SERIAL_CONSOLE was deprecated in 2.6 and removed in 4.2.

Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Oct 6, 2023
1 parent 2e0af89 commit 3e2d382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/yocto-bsp/yocto-bsp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ \subsection{Hardware configuration files}
# 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}
Expand Down

0 comments on commit 3e2d382

Please sign in to comment.