qemu.bat 197 字节
Newer Older
B
BernardXiong 已提交
1 2 3 4 5
@echo off
if exist sd.bin goto run
qemu-img create -f raw sd.bin 64M

:run
6
qemu-system-arm --version
7
qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -serial stdio -sd sd.bin