summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/mips/qemu-malta.rst
blob: be89ae3d55cc4623fd55fe284347a629906220cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QEMU Malta
==========

QEMU run string::

  qemu-system-mips -nodefaults -M malta -m 256 \
      -nographic -serial stdio -monitor null \
      -bios barebox-flash-image

Also you can use GXemul::

  gxemul -Q -x -e maltabe -M 256 0xbfc00000:barebox-flash-image

Links
-----

  * http://www.linux-mips.org/wiki/Mips_Malta
  * http://www.qemu.org/
  * http://gxemul.sourceforge.net/