summaryrefslogtreecommitdiffstats
path: root/doc/README.qemu_mips
blob: 476c5e6899205bf004d6069450c6c15f94c9e8cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
OpenPOWER on IntegriCloud