From b55f0cecab780db08f5e1c825433b3cf9640af18 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Thu, 4 Jul 2024 22:37:48 +0800 Subject: [PATCH] Restore bios none --- nuttx.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/nuttx.exp b/nuttx.exp index c494a7b..6106803 100755 --- a/nuttx.exp +++ b/nuttx.exp @@ -12,6 +12,7 @@ spawn qemu-system-riscv64 \ -semihosting \ -M virt,aclint=on \ -cpu rv64 \ + -bios none \ -kernel nuttx \ -nographic