<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ludovic+saint-bauzel</id>
		<title>Gumstix User Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ludovic+saint-bauzel"/>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php/Special:Contributions/Ludovic_saint-bauzel"/>
		<updated>2026-05-19T21:50:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Overo_emulation_in_qemu&amp;diff=5707</id>
		<title>Overo emulation in qemu</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Overo_emulation_in_qemu&amp;diff=5707"/>
				<updated>2011-11-19T10:13:10Z</updated>
		
		<summary type="html">&lt;p&gt;Ludovic saint-bauzel: /* From Sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
[[Category:How to - qemu]]&lt;br /&gt;
&lt;br /&gt;
Ash Charles has been working with Riku from the Qemu-linaro team to get support for the Overo hardware working in Qemu!&lt;br /&gt;
&lt;br /&gt;
==Pre-Compiled Images==&lt;br /&gt;
&lt;br /&gt;
Here are Ash's steps for working with pre-compiled images:&lt;br /&gt;
&lt;br /&gt;
* binary executable for qemu available here (for x86_64):&lt;br /&gt;
::http://dl.dropbox.com/u/211887/qemu-system-arm&lt;br /&gt;
::MD5:c375b7d0338e3e8cd7009e69f3aaae74&lt;br /&gt;
&lt;br /&gt;
* overo angstrom image with a kernel, MLO, u-boot packed:&lt;br /&gt;
::http://dl.dropbox.com/u/211887/overo.img.gz&lt;br /&gt;
::MD5:3545dbd2e7ffac3d352a7bc9e92373bf&lt;br /&gt;
&lt;br /&gt;
* download, gunzip the overo.img.gz and run with:&lt;br /&gt;
::&amp;lt;code&amp;gt;# ./qemu-system-arm -M overo -m 256 -sd ./overo.img -clock unix -serial stdio&amp;lt;/code&amp;gt;&lt;br /&gt;
::(mouse &amp;amp; keyboard don't work currently but the console session is usable)&lt;br /&gt;
&lt;br /&gt;
==From Sources==&lt;br /&gt;
&lt;br /&gt;
* build your overo image using bitbake/OE as usual:&lt;br /&gt;
::&amp;lt;code&amp;gt;$ cd $OVEROTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ bitbake omap3-console-image&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* build the MLO program:&lt;br /&gt;
::&amp;lt;code&amp;gt;$ bitbake x-load&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* get the sources for and build qemu with overo support:&lt;br /&gt;
::&amp;lt;code&amp;gt;$ cd $OVEROTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ git clone git://git.linaro.org/qemu/qemu-linaro.git&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ cd qemu&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ ./configure --prefix=$OVEROTOP/local --target-list=arm-softmmu&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ make install&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ export PATH=$OVEROTOP/local/bin:$PATH&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* use [[Overo_qemu_script|Ash's supplied script]] to generate a qemu image:&lt;br /&gt;
::&amp;lt;code&amp;gt;$ export OEDONE=$OETMP/deploy/glibc/images/overo&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ assemble-image.sh $OVEROTOP/overo.img $OEDONE/MLO-overo $OEDONE/u-boot-overo.bin $OEDONE/uImage-overo.bin $OEDONE/omap3-console-image-overo.tar.bz2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* then run the image under qemu:&lt;br /&gt;
::&amp;lt;code&amp;gt;$ qemu-system-arm -M overo -m 256 -sd $OVEROTOP/overo.img -clock unix -serial stdio -net user -device usb-kbd -device usb-mouse&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ludovic saint-bauzel</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Overo_emulation_in_qemu&amp;diff=5706</id>
		<title>Overo emulation in qemu</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Overo_emulation_in_qemu&amp;diff=5706"/>
				<updated>2011-11-19T10:10:30Z</updated>
		
		<summary type="html">&lt;p&gt;Ludovic saint-bauzel: /* From Sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
[[Category:How to - qemu]]&lt;br /&gt;
&lt;br /&gt;
Ash Charles has been working with Riku from the Qemu-linaro team to get support for the Overo hardware working in Qemu!&lt;br /&gt;
&lt;br /&gt;
==Pre-Compiled Images==&lt;br /&gt;
&lt;br /&gt;
Here are Ash's steps for working with pre-compiled images:&lt;br /&gt;
&lt;br /&gt;
* binary executable for qemu available here (for x86_64):&lt;br /&gt;
::http://dl.dropbox.com/u/211887/qemu-system-arm&lt;br /&gt;
::MD5:c375b7d0338e3e8cd7009e69f3aaae74&lt;br /&gt;
&lt;br /&gt;
* overo angstrom image with a kernel, MLO, u-boot packed:&lt;br /&gt;
::http://dl.dropbox.com/u/211887/overo.img.gz&lt;br /&gt;
::MD5:3545dbd2e7ffac3d352a7bc9e92373bf&lt;br /&gt;
&lt;br /&gt;
* download, gunzip the overo.img.gz and run with:&lt;br /&gt;
::&amp;lt;code&amp;gt;# ./qemu-system-arm -M overo -m 256 -sd ./overo.img -clock unix -serial stdio&amp;lt;/code&amp;gt;&lt;br /&gt;
::(mouse &amp;amp; keyboard don't work currently but the console session is usable)&lt;br /&gt;
&lt;br /&gt;
==From Sources==&lt;br /&gt;
&lt;br /&gt;
* build your overo image using bitbake/OE as usual:&lt;br /&gt;
::&amp;lt;code&amp;gt;$ cd $OVEROTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ bitbake omap3-console-image&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* build the MLO program:&lt;br /&gt;
::&amp;lt;code&amp;gt;$ bitbake x-load&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* get the sources for and build qemu with overo support:&lt;br /&gt;
::&amp;lt;code&amp;gt;$ cd $OVEROTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ git clone git://git.linaro.org/qemu/qemu-linaro.git&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ cd qemu&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ ./configure --prefix=$OVEROTOP/local --target-list=arm-softmmu&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ make install&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;$ export PATH=$OVEROTOP/local/bin:$PATH&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* use [[Overo_qemu_script|Ash's supplied script]] to generate a qemu image:&lt;br /&gt;
::&amp;lt;code&amp;gt;# export OEDONE=$OETMP/deploy/glibc/images/overo&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;# assemble-image.sh $OVEROTOP/overo.img $OEDONE/MLO-overo $OEDONE/u-boot-overo.bin $OEDONE/uImage-overo.bin $OEDONE/omap3-console-image-overo.tar.bz2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* then run the image under qemu:&lt;br /&gt;
::&amp;lt;code&amp;gt;# qemu-system-arm -M overo -m 256 -sd $OVEROTOP/overo.img -clock unix -serial stdio -net user -device usb-kbd -device usb-mouse&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ludovic saint-bauzel</name></author>	</entry>

	</feed>