提交 9a9a0e90 编写于 作者: B BernardXiong

[BSP] Add sd.bin in command

上级 7678659b
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
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册