diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index b22297bc1d..b17e826539 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -1907,7 +1907,7 @@ IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" - SERIAL_CONSOLE = "115200 ttyO0" + SERIAL_CONSOLES = "115200;ttyO0" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" PREFERRED_VERSION_linux-yocto ?= "4.12%" @@ -2047,7 +2047,7 @@ image. - SERIAL_CONSOLE: + SERIAL_CONSOLES: Defines a serial console (TTY) to enable using getty. In this case, the baud rate is "115200" and the