1
0

qemu.sh 149 B

12345
  1. if [ ! -f "sd.bin" ]; then
  2. dd if=/dev/zero of=sd.bin bs=64M count=1
  3. fi
  4. qemu-system-arm -M vexpress-a9 -kernel rtthread.elf -serial stdio -sd sd.bin