2017-12-05 20:17:55 +08:00
|
|
|
if [ ! -f "sd.bin" ]; then
|
2018-06-29 22:55:06 +08:00
|
|
|
dd if=/dev/zero of=sd.bin bs=1024 count=65536
|
2017-12-05 20:17:55 +08:00
|
|
|
fi
|
|
|
|
|
2018-11-22 14:40:43 +08:00
|
|
|
qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -nographic -sd sd.bin -net nic -net tap
|
2017-12-05 20:17:55 +08:00
|
|
|
|