qemu.bat 170 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 -smp cpus=2 -kernel rtthread.bin -serial stdio -sd sd.bin