<?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>Some Assembly Required &#187; Maemo</title>
	<atom:link href="http://znark.com/blog/category/maemo/feed/" rel="self" type="application/rss+xml" />
	<link>http://znark.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 20 Feb 2011 23:57:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Maemo SDK on Fedora 9</title>
		<link>http://znark.com/blog/2008/09/maemo-sdk-on-fedora-9/</link>
		<comments>http://znark.com/blog/2008/09/maemo-sdk-on-fedora-9/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 19:27:22 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maemo]]></category>

		<guid isPermaLink="false">http://znark.com/blog/?p=352</guid>
		<description><![CDATA[I got the Maemo SDK installed on Fedora 9. The instructions are pretty complete. First, Scratchbox needs the compat VDSO mode enabled. This is done by echo 0 &#62; /proc/sys/vm/vdso_enabled. Also, Qemu requires mmap_min_addr set to 4096. These can be set permanently by adding the following lines to /etc/sysctl.conf. # scratchbox support vm.vdso_enabled = 0 [...]]]></description>
			<content:encoded><![CDATA[<p>I got the <a href="http://maemo.org">Maemo</a> <a href="http://maemo.org/development/sdks/maemo-4-1-diablo-sdk/">SDK</a> 
installed on Fedora 9.  The instructions are pretty complete.</p>

<p>First, Scratchbox needs the compat VDSO mode enabled.  This is done by
<code>echo 0 &gt; /proc/sys/vm/vdso_enabled</code>.  Also, Qemu requires
<code>mmap_min_addr</code> set to 4096.  These can be set permanently by adding
the following lines to <code>/etc/sysctl.conf</code>.</p>

<pre><code># scratchbox support
vm.vdso_enabled = 0
vm.mmap_min_addr = 4096
</code></pre>

<p>On my desktop, which is x86_64, compat VDSO can only be set with the
<code>vdso32=0</code> kernel command-line option.  Also, the scratchbox installer
script checks for i386 architecture.  It needs to faked out like this:
 <code>setarch i386 ./maemo-scratchbox-install_4.1.sh</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://znark.com/blog/2008/09/maemo-sdk-on-fedora-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

