[BSP] Add sd.bin in command
This commit is contained in:
parent
7678659b2f
commit
9a9a0e9082
|
@ -1 +1,6 @@
|
|||
qemu-system-arm -M vexpress-a9 -kernel rtthread.elf -serial vc -serial vc -S -s
|
||||
@echo off
|
||||
if exist sd.bin goto run
|
||||
qemu-img create -f raw sd.bin 64M
|
||||
|
||||
:run
|
||||
qemu-system-arm -M vexpress-a9 -kernel rtthread.elf -serial vc -serial vc -sd sd.bin -S -s
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
qemu-system-arm -M vexpress-a9 -kernel rtthread.elf -serial vc -serial vc
|
||||
@echo off
|
||||
if exist sd.bin goto run
|
||||
qemu-img create -f raw sd.bin 64M
|
||||
|
||||
:run
|
||||
qemu-system-arm -M vexpress-a9 -kernel rtthread.elf -serial vc -serial vc -sd sd.bin
|
||||
|
|
Loading…
Reference in New Issue