[BSP] Add sd.bin in command

This commit is contained in:
BernardXiong 2018-01-02 15:16:12 +08:00
parent 7678659b2f
commit 9a9a0e9082
2 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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