qemu.bat 158 B

123456
  1. @echo off
  2. if exist sd.bin goto run
  3. qemu-img create -f raw sd.bin 64M
  4. :run
  5. qemu-system-arm -M vexpress-a9 -kernel rtthread.elf -serial stdio -sd sd.bin