<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>airwav.es &#187; openembedded</title>
	<atom:link href="http://airwav.es/tag/openembedded/feed/" rel="self" type="application/rss+xml" />
	<link>http://airwav.es</link>
	<description>sound, design</description>
	<lastBuildDate>Mon, 17 May 2010 14:06:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>my first openembedded image</title>
		<link>http://airwav.es/2008/10/17/my-first-openembedded-image/</link>
		<comments>http://airwav.es/2008/10/17/my-first-openembedded-image/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 04:43:16 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beagleboard]]></category>
		<category><![CDATA[openembedded]]></category>

		<guid isPermaLink="false">http://airwav.es/?p=227</guid>
		<description><![CDATA[
After installing openembedded from these directions, I&#8217;ve successfully compiled the helloworld-image target and have it running on my beagleboard! After running bitbake helloworld-image and bitbake virtual/kernel and finding something else to do for a few hours while everything compiled, I had a usable rootfs and kernel image. I already had my SD card partitioned, so [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://airwav.es/wp-content/uploads/2008/10/beagle-helloworld.png" rel="lightbox[227]"><img class="alignright size-medium wp-image-232" title="beagle-helloworld" src="http://airwav.es/wp-content/uploads/2008/10/beagle-helloworld-300x187.png" alt="" width="300" height="187" /></a></p>
<p>After installing openembedded from <a href="http://http://wiki.openembedded.net/index.php/Getting_Started">these directions</a>, I&#8217;ve successfully compiled the helloworld-image target and have it running on my beagleboard! After running <code>bitbake helloworld-image</code> and <code>bitbake virtual/kernel</code> and finding something else to do for a few hours while everything compiled, I had a usable rootfs and kernel image. I already had my SD card partitioned, so I just erased the old Ångstrom image and copied the new stuff over.</p>
<p>To install the image to the SD card (Where BUILDDIR is the directory form which you ran bitbake, MMC_BOOT is the boot partition on your MMC card, and MMC_ROOT is the root partition:</p>
<ol>
<li>Go to <code>BUILDDIR/tmp/deploy/glibc/images/beagleboard</code></li>
<li><code>cp MLO-beagleboard /media/MMC_BOOT/MLO</code></li>
<li><code>cp u-boot-beagleboard.bin /media/MMC_BOOT/u-boot.bin</code></li>
<li><code>cp uImage-beagleboard.bin /media/MMC_BOOT/uImage</code></li>
<li><code>cd /media/MMC_ROOT</code></li>
<li><code>sudo tar -xvf BUILDDIR/tmp/deploy/glibc/images/beagleboard/helloworld-image-beagleboard.tar</code></li>
</ol>
<p>Boot time is about 8 seconds from when it starts to unpack the kernel to executing userspace code.</p>
]]></content:encoded>
			<wfw:commentRss>http://airwav.es/2008/10/17/my-first-openembedded-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
