From 6955a6cbd8ff2caaffcecff490f65854041ac97a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 20 Mar 2018 14:42:14 -0700 Subject: [PATCH] qemuriscv64.conf: Change the baudrate to 115200 4.16+ does not boot and console hangs Signed-off-by: Khem Raj --- conf/machine/qemuriscv64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/qemuriscv64.conf b/conf/machine/qemuriscv64.conf index d99ac9e..3251664 100644 --- a/conf/machine/qemuriscv64.conf +++ b/conf/machine/qemuriscv64.conf @@ -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"