summaryrefslogtreecommitdiff
path: root/board/qemu/mips-malta/readme.txt
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-01-05 13:30:21 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-06 10:32:46 +0100
commitd7cb5c080c945f87738854f9e8b425183f7dfdd8 (patch)
tree0d0dcc3c99b2aa814305c72db781e157a410248c /board/qemu/mips-malta/readme.txt
parente84d41681ad6e75bd515bf54d74838e2f4518036 (diff)
qemu/mips-malta: add new sample config
Add a new qemu_mips_malta sample configuration for big endian MIPS testing. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/qemu/mips-malta/readme.txt')
-rw-r--r--board/qemu/mips-malta/readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/qemu/mips-malta/readme.txt b/board/qemu/mips-malta/readme.txt
new file mode 100644
index 000000000..0e21a3c9b
--- /dev/null
+++ b/board/qemu/mips-malta/readme.txt
@@ -0,0 +1,7 @@
+Run the emulation with:
+
+ qemu-system-mips -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.