]> git.sur5r.net Git - u-boot/commitdiff
qemu_mips: add README
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 2 May 2008 17:48:56 +0000 (19:48 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 3 May 2008 22:18:15 +0000 (00:18 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
doc/README.qemu_mips [new file with mode: 0644]

diff --git a/doc/README.qemu_mips b/doc/README.qemu_mips
new file mode 100644 (file)
index 0000000..476c5e6
--- /dev/null
@@ -0,0 +1,18 @@
+
+Notes for the Qemu MIPS port
+
+Example usage:
+
+# ln -s u-boot.bin mips_bios.bin
+start it:
+qemu-system-mips -L . /dev/null -nographic
+
+or
+
+if you use a qemu version after commit 4224
+
+create image:
+# dd of=flash bs=1k count=4k if=/dev/zero
+# dd of=flash bs=1k conv=notrunc if=u-boot.bin
+start it:
+# qemu-system-mips -pflash flash -monitor null -nographic