Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

QEMU

43 bytes removed, 16:32, 10 January 2012
Build QEMU with IGEP support
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]
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:
$ patch -p1 &lt; 0001-IGEP_QEMU_support.path</pre>
Configure the sources for build with this command:
<pre>$ ./configure --target-list=arm-softmmu --prefix=&lt;span style="color: rgb(255, 0, 0);"&gt;/opt/qemu-linaro&lt;/span&gt;</pre>
Build the sources:
<pre>$ make </pre>
Install QEMU:
<pre>$ make install</pre>
Optionally you can download from [http://downloads.igep.es/QEMU/qemu-linaro.tar.gz here] the QEMU binaries, we suggest install it under /opt directory with the right user execution permissions.<br>
== Board Emulation ==