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
|
|
|
|
|
2020-12-31 09:48:36 +08:00
|
|
|
qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -nographic -sd sd.bin
|
2017-12-05 20:17:55 +08:00
|
|
|
|