From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 2 May 2008 17:48:56 +0000 (+0200) Subject: qemu_mips: add README X-Git-Tag: v1.3.3-rc3~1^2~4 X-Git-Url: https://git.sur5r.net/?p=u-boot;a=commitdiff_plain;h=3648085c464c8c22ef76fab006ca4344d3796124 qemu_mips: add README Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/doc/README.qemu_mips b/doc/README.qemu_mips new file mode 100644 index 0000000000..476c5e6899 --- /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