summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-05-07 04:06:03 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-07 22:51:31 +0200
commite9412e3abb5332e1b55b50400ca7b5db60a7dffd (patch)
treeb1dcf76df5d753c7715ce2a05d57a298312b2377 /board
parent5324b41283e1a1c1bff98b013cf463c64151aec9 (diff)
qemu/arm-vexpress: add new sample config
By popular demand! Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board')
-rw-r--r--board/qemu/arm-vexpress/readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/qemu/arm-vexpress/readme.txt b/board/qemu/arm-vexpress/readme.txt
new file mode 100644
index 000000000..0d3631c72
--- /dev/null
+++ b/board/qemu/arm-vexpress/readme.txt
@@ -0,0 +1,6 @@
+Run the emulation with:
+
+ qemu-system-arm -M vexpress-a9 -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=sd -append "console=ttyAMA0,115200 root=/dev/mmcblk0" -serial stdio -net nic,model=lan9118 -net user
+
+The login prompt will appear in the terminal that started Qemu. The
+graphical window is the framebuffer.