[platform][realview-pb] first stab at working Realview Explore board
This target seems to be the best one to target for generic arm support on current stock qemu builds.
This commit is contained in:
4
scripts/do-qemuarm
Executable file
4
scripts/do-qemuarm
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
make realview-pb-test -j4 &&
|
||||
qemu-system-arm -machine realview-pb-a8 -kernel build-realview-pb-test/lk -nographic $@
|
||||
Reference in New Issue
Block a user