mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-10 02:36:31 +02:00
qemuriscv64.conf: Add ttyS0 instead of ttyHTIF0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ PREFERRED_VERSION_qemu-native = "riscv"
|
||||
PREFERRED_VERSION_nativesdk-qemu = "riscv"
|
||||
GDBVERSION = "riscv"
|
||||
|
||||
SERIAL_CONSOLE = "38400 ttyHTIF0"
|
||||
SERIAL_CONSOLE = "38400 ttyS0"
|
||||
USE_VT ?= "0"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
|
||||
|
||||
Reference in New Issue
Block a user