summaryrefslogtreecommitdiff
path: root/board/qemu/mips64-malta/readme.txt
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-09-04 04:09:56 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-09-04 22:04:05 +0200
commit6b1e52d83224031ec907f1e134e12fe3df0e87d2 (patch)
treeaa0d9d16bc37bf130c22640c920368a31da9a4c3 /board/qemu/mips64-malta/readme.txt
parent2bb39acb6adc90a9d9264e19d3ac3c5affcbb528 (diff)
qemu/mips64-malta: add new sample config
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/qemu/mips64-malta/readme.txt')
-rw-r--r--board/qemu/mips64-malta/readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/qemu/mips64-malta/readme.txt b/board/qemu/mips64-malta/readme.txt
new file mode 100644
index 000000000..5087b0198
--- /dev/null
+++ b/board/qemu/mips64-malta/readme.txt
@@ -0,0 +1,7 @@
+Run the emulation with:
+
+ qemu-system-mips64 -M malta -kernel output/images/vmlinux -serial stdio -hda output/images/rootfs.ext2 -append "root=/dev/hda"
+
+The login prompt will appear in the terminal that started Qemu. The
+graphical window is the framebuffer. No keyboard support has been
+enabled.