Skip to content

Commit

Permalink
aarch64:修复qemu.bat (RT-Thread#7276)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloByeAll authored Apr 17, 2023
1 parent ca1b1e5 commit 2d36be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/qemu-virt64-aarch64/qemu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if exist sd.bin goto run
qemu-img create -f raw sd.bin 64M

:run
qemu-system-aarch64 -M virt,gic-version=2 -cpu cortex-a53 -smp 4 -kernel rtthread.elf -nographic ^
qemu-system-aarch64 -M virt,gic-version=2 -cpu cortex-a53 -smp 4 -kernel rtthread.bin -nographic ^
-drive if=none,file=sd.bin,format=raw,id=blk0 -device virtio-blk-device,drive=blk0,bus=virtio-mmio-bus.0 ^
-netdev user,id=net0 -device virtio-net-device,netdev=net0,bus=virtio-mmio-bus.1 ^
-device virtio-serial-device -chardev socket,host=127.0.0.1,port=4321,server=on,wait=off,telnet=on,id=console0 -device virtserialport,chardev=console0

0 comments on commit 2d36be8

Please sign in to comment.