Difference between revisions of "QEMU"
From IGEP - ISEE Wiki
Manel Caro (talk | contribs) (Created page with '= '''QEMU on IGEP Boards''' = == Build QEMU with IGEP support == Download QEMU sources from linaro git repository: $ [http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=su…') |
Manel Caro (talk | contribs) |
||
Line 1: | Line 1: | ||
= '''QEMU on IGEP Boards''' = | = '''QEMU on IGEP Boards''' = | ||
− | == Build QEMU with IGEP support == | + | == Build QEMU with IGEP support == |
− | Download QEMU sources from linaro git repository: | + | Download QEMU sources from linaro git repository: |
− | $ [http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=summary git clone git://git.linaro.org/qemu/qemu-linaro.git] | + | $ [http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=summary git clone git://git.linaro.org/qemu/qemu-linaro.git] |
− | Download IGEP support patch for QEMU from this [http://downloads.igep.es/qemu/0001-IGEP_QEMU_support.path link ]and after that apply the patch as: | + | Download IGEP support patch for QEMU from this [http://downloads.igep.es/qemu/0001-IGEP_QEMU_support.path link ]and after that apply the patch as: |
− | $ cd qemu-linaro | + | $ cd qemu-linaro |
− | $ patch -p1 < 0001-IGEP_QEMU_support.path | + | $ patch -p1 < 0001-IGEP_QEMU_support.path |
− | Configure the sources for build with this command: | + | Configure the sources for build with this command: |
− | $ ./configure --target-list=arm-softmmu --prefix=<span style="color: rgb(255, 0, 0); ">/opt/qemu-linaro</span> | + | $ ./configure --target-list=arm-softmmu --prefix=<span style="color: rgb(255, 0, 0);">/opt/qemu-linaro</span> |
− | Build the sources: | + | Build the sources: |
− | $ make | + | $ make |
− | Install QEMU: | + | Install QEMU: |
− | $ make install | + | $ make install |
+ | <br> | ||
− | + | == Board Emulation == | |
− | == |
Revision as of 11:46, 9 January 2012
QEMU on IGEP Boards
Build QEMU with IGEP support
Download QEMU sources from linaro git repository:
$ git clone git://git.linaro.org/qemu/qemu-linaro.git
Download IGEP support patch for QEMU from this link and after that apply the patch as:
$ cd qemu-linaro
$ patch -p1 < 0001-IGEP_QEMU_support.path
Configure the sources for build with this command:
$ ./configure --target-list=arm-softmmu --prefix=/opt/qemu-linaro
Build the sources:
$ make
Install QEMU:
$ make install