summaryrefslogtreecommitdiff
path: root/qemu/run_qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/run_qemu.sh')
-rwxr-xr-xqemu/run_qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/run_qemu.sh b/qemu/run_qemu.sh
index f529604..1f03223 100755
--- a/qemu/run_qemu.sh
+++ b/qemu/run_qemu.sh
@@ -51,6 +51,7 @@ case "$arch" in
else
extra_args+=' -machine virt,secure=on '
extra_args+=' -d unimp -semihosting-config enable,target=native'
+ extra_args+=' -dtb ledge-qemuarm64.dtb '
extra_args+=" -drive id=disk1,file=$efi_keys,if=none,format=raw"
extra_args+=' -device virtio-blk-device,drive=disk1 '
fi
@@ -69,7 +70,6 @@ case "$arch" in
extra_args+=' -dtb ledge-qemuarm.dtb '
extra_args+=" -drive id=disk1,file=$efi_keys,if=none,format=raw"
extra_args+=' -device virtio-blk-device,drive=disk1 '
- extra_args+=' -serial mon:stdio '
fi
;;
*)