forked from prplfoundation/qemu
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Serge Vakulenko edited this page Jan 8, 2015
·
28 revisions
$ sudo apt-get install libpixman-1-dev libfdt-dev
$ git clone https://github.com/prplfoundation/qemu.git
$ cd qemu
$ ./configure --prefix=/usr/local/qemu-mips --target-list=mipsel-softmmu
$ make
$ make install
$ qemu-system-mipsel -machine help
Supported machines are:
magnum MIPS Magnum
malta MIPS Malta Core LV (default)
mips mips r4k platform
mipssim MIPS MIPSsim platform
none empty machine
pica61 Acer Pica 61
$ qemu-system-mipsel -cpu help
MIPS '4Kc'
MIPS '4Km'
MIPS '4KEcR1'
MIPS '4KEmR1'
MIPS '4KEc'
MIPS '4KEm'
MIPS '24Kc'
MIPS '24Kf'
MIPS '34Kf'
MIPS '74Kf'
MIPS 'mips32r5-generic'