未验证 提交 2e3d99e1 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1544 from TanekLiang/qemu-a9

[bsp][qemu-vexpress-a9] add qemu-nographic.bat for windows
@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 -nographic -sd sd.bin
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册