4 lines
113 B
Bash
4 lines
113 B
Bash
|
#!/bin/sh -e
|
||
|
scons -j12
|
||
|
qemu-system-arm -M realview-pb-a8 -kernel rtthread-realview.elf -serial vc -serial stdio
|