mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-03 23:34:40 +02:00
qemuriscv.inc: use ttyS0 as serial console
Fix /etc/inittab issue seen when running "runqemu nographic serial": INIT: Id "AMA0" respawning too fast: disabled for 5 minutes Signed-off-by: Chin Huat Ang <chinhuat@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ KERNEL_IMAGETYPE = "Image"
|
||||
|
||||
GDBVERSION = "riscv"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;hvc0"
|
||||
|
||||
IMAGE_FSTYPES_append = " ext4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user