[U-Boot-Users] [PATCH] qemu_mips: add README

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Fri May 2 19:48:56 CEST 2008


Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 doc/README.qemu_mips |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
 create mode 100644 doc/README.qemu_mips

diff --git a/doc/README.qemu_mips b/doc/README.qemu_mips
new file mode 100644
index 0000000..476c5e6
--- /dev/null
+++ b/doc/README.qemu_mips
@@ -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
-- 
1.5.4.5





More information about the U-Boot mailing list