浏览代码

[bsp] Fix a typo in qemu.sh (#5612)

guo 3 年之前
父节点
当前提交
2c165449ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/qemu-vexpress-a9/qemu.sh

+ 1 - 1
bsp/qemu-vexpress-a9/qemu.sh

@@ -2,4 +2,4 @@ if [ ! -f "sd.bin" ]; then
 dd if=/dev/zero of=sd.bin bs=1024 count=65536
 fi
 
-qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -serial stdio -sd sd.bin -show-curse
+qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -serial stdio -sd sd.bin -show-cursor