mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-09 02:04:41 +02:00
qemuriscv64.conf: Change the baudrate to 115200
4.16+ does not boot and console hangs Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ PREFERRED_VERSION_linux-riscv = "4.15%"
|
||||
GDBVERSION = "riscv"
|
||||
QEMUVERSION = "riscv"
|
||||
|
||||
SERIAL_CONSOLES = "38400;ttyS0 38400;hvc0"
|
||||
SERIAL_CONSOLES = "115200;ttyS0 115200;hvc0"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
|
||||
EXTRA_IMAGEDEPENDS += "riscv-pk"
|
||||
|
||||
Reference in New Issue
Block a user