mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-29 09:20:26 +08:00
4 lines
166 B
Bash
4 lines
166 B
Bash
|
#!/bin/bash
|
||
|
./qemu-system-arm-on-ubuntu -M mini2440 -kernel ../bsp/mini2440/rtthread-mini2440.axf -show-cursor -sd SDCARD -serial vc:80Cx24C -serial file:virtualkbd
|
||
|
|