blob: 476c5e6899205bf004d6069450c6c15f94c9e8cc [file] [log] [blame]
Jean-Christophe PLAGNIOL-VILLARD36480852008-05-02 19:48:56 +02001
2Notes for the Qemu MIPS port
3
4Example usage:
5
6# ln -s u-boot.bin mips_bios.bin
7start it:
8qemu-system-mips -L . /dev/null -nographic
9
10or
11
12if you use a qemu version after commit 4224
13
14create image:
15# dd of=flash bs=1k count=4k if=/dev/zero
16# dd of=flash bs=1k conv=notrunc if=u-boot.bin
17start it:
18# qemu-system-mips -pflash flash -monitor null -nographic