mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
qemu_mips: add README
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
4a89b766bf
commit
3648085c46
1 changed files with 18 additions and 0 deletions
18
doc/README.qemu_mips
Normal file
18
doc/README.qemu_mips
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue