mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 05:19:23 +08:00
6 lines
167 B
Batchfile
Executable File
6 lines
167 B
Batchfile
Executable File
@echo off
|
|
if exist sd.bin goto run
|
|
qemu-img create -f raw sd.bin 64M
|
|
|
|
:run
|
|
qemu-system-aarch64 -M raspi3 -kernel kernel8.img -serial null -serial stdio -sd sd.bin |