summaryrefslogtreecommitdiff
path: root/board/qemu/mipsel-malta/readme.txt
diff options
context:
space:
mode:
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.