summaryrefslogtreecommitdiffstats
path: root/board/qemu/mipsel-malta/readme.txt
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:53:25 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-17 16:54:51 +0100
commite8d0f4121605dcd3c621addb6ef7e77cc6865647 (patch)
treeede7c822f37a7d70025e63797ebb8d91638c8e68 /board/qemu/mipsel-malta/readme.txt
parent0db36d8d874eafae8fe79732fb7ad252a6a2012f (diff)
downloadbuildroot-novena-e8d0f4121605dcd3c621addb6ef7e77cc6865647.tar.gz
buildroot-novena-e8d0f4121605dcd3c621addb6ef7e77cc6865647.zip
board: Add a Qemu mipsel Malta board
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/qemu/mipsel-malta/readme.txt')
-rw-r--r--board/qemu/mipsel-malta/readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/qemu/mipsel-malta/readme.txt b/board/qemu/mipsel-malta/readme.txt
new file mode 100644
index 000000000..b49497645
--- /dev/null
+++ b/board/qemu/mipsel-malta/readme.txt
@@ -0,0 +1,7 @@
+Run the emulation with:
+
+ qemu-system-mipsel -M malta -kernel vmlinux -serial stdio -hda 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.