]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - doc/README.qemu_mips
Fix merge problems
[karo-tx-uboot.git] / doc / README.qemu_mips
1
2 Notes for the Qemu MIPS port
3
4 Example usage:
5
6 # ln -s u-boot.bin mips_bios.bin
7 start it:
8 qemu-system-mips -L . /dev/null -nographic
9
10 or
11
12 if you use a qemu version after commit 4224
13
14 create image:
15 # dd of=flash bs=1k count=4k if=/dev/zero
16 # dd of=flash bs=1k conv=notrunc if=u-boot.bin
17 start it:
18 # qemu-system-mips -M mips -pflash flash -monitor null -nographic