machine configuration: Define the SERIAL_CONSOLES parameter.
The SERIAL_CONSOLES defaults to ttyS0 and therefore a getty on ttyS0 is opened by systemd. set USE_VT to 0 because we don't have virtual ttys. BugzID: 61141 Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
47cb62ee21
commit
41ac224de8
|
|
@ -14,6 +14,10 @@ KERNEL_IMAGETYPE = "fitImage"
|
|||
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nmhw21"
|
||||
|
||||
USE_VT = "0"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS2"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
toby-l2 \
|
||||
bluetooth \
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@ KERNEL_IMAGETYPE = "fitImage"
|
|||
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nmhw24"
|
||||
|
||||
USE_VT = "0"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS1"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
toby-l2 \
|
||||
bluetooth \
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@ KERNEL_IMAGETYPE = "fitImage"
|
|||
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw16-v2"
|
||||
|
||||
USE_VT = "0"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS1"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
bluetooth \
|
||||
tibluetooth \
|
||||
|
|
|
|||
|
|
@ -13,6 +13,10 @@ KERNEL_IMAGETYPE = "fitImage"
|
|||
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1"
|
||||
|
||||
USE_VT = "0"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS1"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
toby-l2 \
|
||||
bluetooth \
|
||||
|
|
|
|||
Loading…
Reference in New Issue