1@echo off 2if exist sd.bin goto run 3qemu-img create -f raw sd.bin 64M 4 5:run 6qemu-system-arm --version 7qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -serial stdio -sd sd.bin 8