<?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>SlyBlog</title>
	<atom:link href="http://blog.slyon.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.slyon.de</link>
	<description>Free and Open Source Software and Hardware.</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:13:31 +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>GTA04 Installation Guide for SHR</title>
		<link>http://blog.slyon.de/2012/02/02/gta04-installation-guide-for-shr/</link>
		<comments>http://blog.slyon.de/2012/02/02/gta04-installation-guide-for-shr/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 14:05:50 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Openmoko]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=1035</guid>
		<description><![CDATA[GTA04 Installation Guide for SHR This is a step-by-step guide, which should get you from zero to a working SHR on your GTA04 in just a few minutes. Getting the files shr-core image: shr-image-om-gta04.tar.gz shr-image-om-gta04.tar.gz (latest staging image, for testers &#8230; <a href="http://blog.slyon.de/2012/02/02/gta04-installation-guide-for-shr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- AdSense Now! V2.00 -->
<!-- Post[count: 3] -->
<div class="adsense adsense-leadin" style="text-align:center;margin: 12px;"><div style="float:left;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2485779003456814";
/* chyrp banner */
google_ad_slot = "5641003355";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br/></div><div style="clear:both;"> </div></div><h1>GTA04 Installation Guide for SHR</h1>
<p><img src="http://blog.slyon.de/wp-content/uploads/2012/02/shr-logo.png" alt="" title="shr-logo" width="100" height="100" class="alignright size-full wp-image-1059" />
<p>This is a step-by-step guide, which should get you from zero to a working SHR on your GTA04 in just a few minutes.</p>
<h2>Getting the files</h2>
<ul>
<li>shr-core image:
<ul>
<li><a href="http://build.shr-project.org/shr-core/images/om-gta04/shr-image-om-gta04.tar.gz">shr-image-om-gta04.tar.gz</a></li>
<li><a href="http://build.shr-project.org/shr-core-staging/latest/images/om-gta04/shr-image-om-gta04.tar.gz">shr-image-om-gta04.tar.gz</a> (latest staging image, for <a href="http://trac.shr-project.org/trac/wiki/StagingTests">testers</a> only)</li>
</ul>
</li>
<li>1st stage bootloader:
<ul>
<li><a href="http://download.goldelico.com/gta04/20120131-GTA04-HW-Tester/MLO">MLO</a></li>
</ul>
</li>
<li>2nd stage bootloader:
<ul>
<li><a href="http://download.goldelico.com/gta04/20120131-GTA04-HW-Tester/u-boot.bin">u-boot.bin</a></li>
</ul>
</li>
<li>SHR u-boot bootscript:
<ul>
<li><a href="http://trac.shr-project.org/trac/raw-attachment/wiki/Devices/GTA04/InstallGuide/boot.scr">boot.scr</a> (this bootscript will enable kernel updates via opkg, contrary to the <a href="http://projects.goldelico.com/p/gta04-rootfs/">GTA04 hw-tester bootscript</a>)</li>
</ul>
</li>
</ul>
<h2>Preparing the microSD card</h2>
<p>Your microSD card needs to have 2 partitions. One for the bootloader and one for the rootfs and the kernel:</p>
<ul>
<li>1st partition: FAT32, &#8220;boot&#8221;</li>
<li>2nd partition: ext3, &#8220;rootfs&#8221;</li>
</ul>
<p>Furthermore, it needs to be formatted with: <strong>255 heads, 63 sectors/track</strong>.<br />To get this right, you can easily use this script: <a href="http://trac.shr-project.org/trac/attachment/wiki/Devices/GTA04/InstallGuide/omap3-mkcard.sh">omap3-mkcard.sh</a></p>
<pre>sudo ./omap3-mkcard.sh /dev/mmcblk0</pre>
<h2>Installing the bootloader</h2>
<p>To install the bootloader, you have to copy the 1st stage bootloader (MLO), 2nd stage bootloader (u-boot.bin) and the bootscript (boot.scr) to the &#8220;boot&#8221;-partition.</p>
<p>It is <strong>important</strong> to copy the 1st stage bootloader (MLO) to the microSD card as the <strong>very first file</strong>.</p>
<pre>cp MLO /media/boot/MLO
cp u-boot.bin /media/boot/u-boot.bin
cp boot.scr /media/boot/boot.scr
</pre>
<h2>Installing SHR</h2>
<p>To install the SHR image, you have to untar the image you downloaded to the &#8220;rootfs&#8221;-partition.</p>
<pre>tar xzvpf shr-image.tar.gz --numeric-owner -C /media/rootfs</pre>
<h2>First boot</h2>
<p>After you cleanly unmounted the 2 partitions and put the microSD card back into the GTA04 you can boot SHR.</p>
<p>A first start wizard will pop up, which let&#8217;s you choose between some options.<br />
Be aware to choose a <strong>scale factor of 2.0</strong> when asked. Other than this you could just keep the defaults.</p>
<h2>Installing Firmware</h2>
<p>If you want to use the WiFi/Bluetooth chip, you have to use a non-free firmware from Marvell.<br />To get it you have to install linux-firmware-sd8686.</p>
<pre>opkg install linux-firmware-sd8686</pre>
<h2>Congratulations</h2>
<p>You successfully installed SHR on your GTA04.<br />
For further information or if you have any issues, please consult the <a href="http://trac.shr-project.org/trac/wiki/Devices/GTA04/InstallGuide">SHR wiki</a>.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2012/02/02/gta04-installation-guide-for-shr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building a Case for the Goldelico GTA04</title>
		<link>http://blog.slyon.de/2012/01/02/building-a-case-for-the-goldelico-gta04/</link>
		<comments>http://blog.slyon.de/2012/01/02/building-a-case-for-the-goldelico-gta04/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 18:38:10 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Openmoko]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=989</guid>
		<description><![CDATA[I just came home from my christmas holidays and found a nice, little parcel from Shapeways in my mail box. It contained my first experiment with the Blender 3D software and the Shapeways 3D printing service. The Story A few &#8230; <a href="http://blog.slyon.de/2012/01/02/building-a-case-for-the-goldelico-gta04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://blog.slyon.de/wp-content/uploads/2012/01/a.jpg"><img src="http://blog.slyon.de/wp-content/uploads/2012/01/a-150x150.jpg" alt="" title="a" width="150" height="150" class="alignleft size-thumbnail wp-image-1001" /></a>I just came home from my christmas holidays and found a nice, little parcel from Shapeways in my mail box. It contained my first experiment with the Blender 3D software and the Shapeways 3D printing service.</p>
<h2>The Story</h2>
<p>A few weeks earlier I started to work on the original Openmoko Neo 1973 (GTA01) CAD files, as found at <a href="http://download.goldelico.com/gta04/CAD/">goldelico.com</a>, with the intention of creating a 3D printable model, which I could print and use as a case for my new <a href="http://www.gta04.org">Goldelico GTA04</a> smartphone. To get started I got a Blender 3D crash course by a friend of mine.</p>
<h2>First Attempt</h2>
<p>As I never did any 3D work before I started with the easiest part – the battery cover:<br />
<center><a href="http://blog.slyon.de/wp-content/uploads/2012/01/2.jpg"><img src="http://blog.slyon.de/wp-content/uploads/2012/01/2-150x150.jpg" alt="" title="2" width="150" height="150" class="alignnone size-thumbnail wp-image-994" /></a> &nbsp; <a href="http://blog.slyon.de/wp-content/uploads/2012/01/3.jpg"><img src="http://blog.slyon.de/wp-content/uploads/2012/01/3-150x150.jpg" alt="" title="3" width="150" height="150" class="alignnone size-thumbnail wp-image-995" /></a> &nbsp; <a href="http://blog.slyon.de/wp-content/uploads/2012/01/4.jpg"><img src="http://blog.slyon.de/wp-content/uploads/2012/01/4-150x150.jpg" alt="" title="4" width="150" height="150" class="alignnone size-thumbnail wp-image-996" /></a></center><br />
This first prototype was printed using the &#8220;White Strong &#038; Flexible&#8221; material offered by Shapeways. As you can see on the pictures, this material is a little rough, but still feels nice in the hands. Furthermore I removed the hole at the bottom, as it was pretty hard to design.</p>
<p>The printed part fits nicely on my existing Openmoko Neo Freerunner (GTA02) case, which contains my GTA04 board at the moment:<br />
<center><a href="http://blog.slyon.de/wp-content/uploads/2012/01/5.jpg"><img src="http://blog.slyon.de/wp-content/uploads/2012/01/5-150x150.jpg" alt="" title="5" width="150" height="150" class="alignnone size-thumbnail wp-image-997" /></a> &nbsp; <a href="http://blog.slyon.de/wp-content/uploads/2012/01/6.jpg"><img src="http://blog.slyon.de/wp-content/uploads/2012/01/6-150x150.jpg" alt="" title="6" width="150" height="150" class="alignnone size-thumbnail wp-image-998" /></a> &nbsp; <a href="http://blog.slyon.de/wp-content/uploads/2012/01/7.jpg"><img src="http://blog.slyon.de/wp-content/uploads/2012/01/7-150x150.jpg" alt="" title="7" width="150" height="150" class="alignnone size-thumbnail wp-image-999" /></a> &nbsp; <a href="http://blog.slyon.de/wp-content/uploads/2012/01/8.jpg"><img src="http://blog.slyon.de/wp-content/uploads/2012/01/8-150x150.jpg" alt="" title="8" width="150" height="150" class="alignnone size-thumbnail wp-image-1000" /></a></center></p>
<h2>Future Plans</h2>
<p>Now, that my first attempt was pretty successful, I plan to further work on this topic, to acquire a full case for my GTA04, so I can use the old case for my beloved Openmoko Neo Freerunner (GTA02) again.<br />
As a next step I&#8217;ll modify the Neo 1973&#8242;s middle and front parts to be printable with a 3D printer and I&#8217;ll probably try to print them using a less rough material, to compare the results.</p>
<h2>How you can help</h2>
<p>If you like this effort, I&#8217;d be happy if you&#8217;d go to <a href="http://www.shapeways.com/shops/slyon">my Shapeways site (&#8220;SlyParts&#8221;)</a> and order the first part of your GTA04 case, which will raise 1€ for myself, which I&#8217;ll use to order further prototypes.</p>
<p>If you don&#8217;t have a Goldelico GTA04, yet, you should take a look at the <a href="http://www.handheld-linux.com/wiki.php?page=GTA04%20Group%20Tour">GTA04 Group Buy Tour</a>, where we collect a batch of 350 orders which will be produced at once, so the price can get squeezed down.</p>
<p>If you ordered a part at my Shapeways site, please leave a comment here about which material you used and how it feels.</p>
<p><center><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/" xmlns="http://www.w3.org/1999/xhtml"><img alt="Creative Commons Lizenzvertrag" style="border-width: 0pt;" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png"/></a></center></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2012/01/02/building-a-case-for-the-goldelico-gta04/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Updated: Openmoko Community Survey 2011</title>
		<link>http://blog.slyon.de/2011/12/27/openmoko-community-survey-2011/</link>
		<comments>http://blog.slyon.de/2011/12/27/openmoko-community-survey-2011/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 14:48:12 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[Distributions]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Openmoko]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=945</guid>
		<description><![CDATA[Update 9.1.2012: results are updated. As the year 2011 nears it&#8217;s end, we – the Openmoko Community – did a poll [0] about which is the most popular hardware and which is the most popular software in our community. The &#8230; <a href="http://blog.slyon.de/2011/12/27/openmoko-community-survey-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><img src="http://blog.slyon.de/wp-content/uploads/2011/12/openmoko_logo-300x176.png" width="200" class="alignleft size-medium wp-image-975" /><strong>Update 9.1.2012:</strong> results are updated.</p>
<p>As the year 2011 nears it&#8217;s end, we – the Openmoko Community – did a poll [0] about which is the most popular hardware and which is the most popular software in our community. The poll was open for one week now and we got votes from 73 people.</p>
<p>I decided to close the poll now and release the results to the public. To create a ranking I gave 1 point to a &#8220;YES&#8221; vote and 0.5 points to a &#8220;(YES)&#8221; vote. The maximum (100%) is 73 points.</p>
<h2>Rankings</h2>
<p><strong>Software Side:</strong></p>
<pre>1. SHR                  112.5 points    (61%)
2. QtMoko                99.5 points    (54%)
3. Debian                75.5 points    (41%)
4. Other Distro          40.0 points    (22%)</pre>
<p><img src="http://blog.slyon.de/wp-content/uploads/2011/12/sw.png" alt="" title="Software Results" width="604" height="331" class="aligncenter size-full wp-image-949" /><br />
<strong>Hardware Side:</strong></p>
<pre>1. Om GTA02             158.5 points    (86%)
2. Goldelico GTA04       71.0 points    (38%)
3. Nokia N900            34.0 points    (18%)
4. Other Device          26.0 points    (14%)
5. Palm Pre (+variants)  14.5 points    ( 8%)
6. Om GTA01               9.5 points    ( 5%)
7. Google Nexus S         7.0 points    ( 4%)</pre>
<p><img src="http://blog.slyon.de/wp-content/uploads/2011/12/hw.png" alt="" title="Hardware Results" width="607" height="330" class="aligncenter size-full wp-image-948" /></p>
<h2>Conclusion</h2>
<p>On the software side SHR is still the most popular distro, directly followed by QtMoko. Quiet a few people commented, that they intend to code their own software/GUI mostly to educated themselves.</p>
<p>On the hardware side the Om GTA02 is the clear winner (which was expected). Surprisingly the Goldelico GTA04 is the 2nd most interesting device in this community, even though very few people have one, yet. Still, most of the developers already own one and you should get yours soon [1], as it seems to become a common target of this community. The Palm Pre, Om GTA01 and Google Nexus S got very few points and thus are probably not worth to support&#8230;</p>
<h2>Happy New Year</h2>
<p>Now, i&#8217;d like to wish all you Open Hard- and Software-Enthusiasts out there a good start into the year 2012. I hope the GTA04 project will flourish in 2012 and will help our community to grow and <strong>free the phone</strong> again!</p>
<h2>Links</h2>
<p>[0] <a href="http://www.doodle.com/sh6insnivnvqyz7h">http://www.doodle.com/sh6insnivnvqyz7h</a><br />
[1] <a href="http://www.handheld-linux.com/wiki.php?page=GTA04%20Group%20Tour">http://www.handheld-linux.com/wiki.php?page=GTA04 Group Tour</a></p>
<p><center><a xmlns="http://www.w3.org/1999/xhtml" href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="license"><img src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="border-width: 0pt;" alt="Creative Commons Lizenzvertrag"/></a></center></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2011/12/27/openmoko-community-survey-2011/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>webOS is going to be OpenSource Software</title>
		<link>http://blog.slyon.de/2011/12/09/webos-is-going-to-be-opensource-software/</link>
		<comments>http://blog.slyon.de/2011/12/09/webos-is-going-to-be-opensource-software/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 20:13:29 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Openmoko]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=918</guid>
		<description><![CDATA[HP the company which bought Palm some time ago just announced, that they are going to release webOS as open source software! The Linux kernel side of webOS was open souce since the beginning, with a few exceptions like the &#8230; <a href="http://blog.slyon.de/2011/12/09/webos-is-going-to-be-opensource-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><img src="http://blog.slyon.de/wp-content/uploads/2011/12/webos2-150x150.png" alt="" title="webos" width="150" height="150" class="alignleft size-thumbnail wp-image-923" />HP the company which bought Palm some time ago just <a href="http://www.hp.com/hpinfo/newsroom/press/2011/111209xa.html?mtxs=rss-corp-news">announced</a>, that they are going to release webOS as open source software! The Linux kernel side of webOS was <a href="http://opensource.palm.com/">open souce since the beginning</a>, with a few exceptions like the PowerVR 3D driver and the touchscreen driver.<br />
We&#8217;ll see how far HP will go and what parts they&#8217;ll really open up (their announcement didn&#8217;t mention the modem protocol for example).</p>
<p>webOS is probably the best and most intuitive software running on smartphones today. And was said to be &#8220;the iPhone killer&#8221;. Unfortunately the first device it was sold on (Palm Pre) wasn&#8217;t exactly the best hardware as it had serveral flaws like a bad keyboard slider. Thus webOS wasn&#8217;t adopted by masses of developers and suffered from a lack of applications, which in turn made it uninteresting to end users.</p>
<p><img src="http://blog.slyon.de/wp-content/uploads/2011/12/HP-Palm-webOS-2.0.jpg" alt="" title="HP-Palm-webOS-2.0" width="500" height="220" class="aligncenter size-full wp-image-941" /></p>
<p>I got a Palm Pre in the early days and I also got a HP|Palm Pre2 <a href="http://blog.slyon.de/2011/05/08/hppalm-pre2-developer-device/" title="HP/Palm Pre2 Developer Device">developer device</a> some months ago, which I still enjoy to use. All in all I enjoyed developing for those devices, too, but it was pretty depressing to reverse engineer parts of the <a href="http://blog.slyon.de/2011/09/27/hppalm-pre-%e2%80%93-msmcomm/" title="HP|Palm Pre – msmcomm">modem protocol</a>, to be able to have it communicate with the <a href="http://www.freesmartphone.org">FreeSmartphone.org</a> (FSO) middleware and run a really free and open source operating system like <a href="http://www.shr-project.org">SHR</a>.</p>
<p>So with this news from HP what we could probably get in 2012 is:
<ul>
<li>an open smartphone like the <a href="http://www.gta04.org">Openmoko/Goldelico Phoenux (GTA04)</a>, which is <a href="http://www.handheld-linux.com/wiki.php?page=GTA04%20Group%20Tour">available for preorder</a> in big batches <a href="http://blog.slyon.de/2011/11/15/openmokogoldelico-gta04-is-available-for-the-masses/" title="Openmoko/Goldelico GTA04 is available for the masses!">since some weeks</a> (I got mine already and am happily developing for it)</li>
<li>this nice, open hardware running <a href="http://www.freesmartphone.org">FSO</a> as it&#8217;s middleware</li>
<li>using <a href="http://www.shr-project.org">SHR</a> as it&#8217;s distribution, with the possibility of using some of the webOS applications for a good user experience</li>
</ul>
<p>Let&#8217;s hope the best for the mobile FOSS community in 2012!</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2011/12/09/webos-is-going-to-be-opensource-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openmoko/Goldelico GTA04 is available for the masses!</title>
		<link>http://blog.slyon.de/2011/11/15/openmokogoldelico-gta04-is-available-for-the-masses/</link>
		<comments>http://blog.slyon.de/2011/11/15/openmokogoldelico-gta04-is-available-for-the-masses/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 08:59:13 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=907</guid>
		<description><![CDATA[Goldelico GTA04 – free your phone! The Goldelico GTA04 >OpenPhoenux< finally made it! Order your GTA04 replacement board for your Openmoko Freerunner (GTA02) and/or 1973 (GTA01) now! (www.handheld-linux.com) Technical Specifications 800 MHz ARM Cortex-A8 processor PowerVR SGX integrated graphics 2.84” &#8230; <a href="http://blog.slyon.de/2011/11/15/openmokogoldelico-gta04-is-available-for-the-masses/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h2>Goldelico GTA04 – free your phone!</h2>
<p>The Goldelico GTA04 >OpenPhoenux< finally made it!<br />
Order your GTA04 replacement board for your Openmoko Freerunner (GTA02) and/or 1973 (GTA01) <strong>now</strong>! (<a href="http://www.handheld-linux.com/wiki.php?page=GTA04">www.handheld-linux.com</a>)</p>
<h2>Technical Specifications</h2>
<p><a href="http://blog.slyon.de/wp-content/uploads/2011/07/DSC009721.jpg"><img class="alignright size-medium wp-image-661" title="DSC00972" src="http://blog.slyon.de/wp-content/uploads/2011/07/DSC009721-204x300.jpg" alt="" width="204" height="300" /></a></p>
<ul>
<li>800 MHz ARM Cortex-A8 processor</li>
<li>PowerVR SGX integrated graphics</li>
<li>2.84” (43mm x 58mm) VGA touchscreen</li>
<li>HSDPA 3G modem</li>
<li>512MB RAM</li>
<li>512MB internal memory + SDHC card slot</li>
<li>WLAN, Bluetooth, GPS, FM Transceiver</li>
<li>Accelerometer, Compass, Gyroscope, Barometric Altimeter</li>
<li>USB 2.0 port, 2.5mm headset port, GPS antenna port, video out</li>
</ul>
<p><strong>Info:</strong> The GTA04 project only provides a mainboard, which can be used to upgrade a Neo 1973/Freerunner, while still using their case, touchscreen, antennas, speakers and buttons/leds.</p>
<h2>The release announcement</h2>
<p><code>Dear all,<br />
I take for granted that you all are eagerly waiting for an annoucement<br />
that another batch of GTA04 boards becomes available. We did wait<br />
with an announcement until we can really answer all questions.</p>
<p>Now, we think we can.</p>
<p>Components have all been ordered for another (small) batch so that we<br />
can get them from production in December. If everything goes well, we<br />
can even ship out some boards before Christmas.</p>
<p>The boards are named GTA04A4 (meaning the PCB revision). They<br />
are fully featured from hardware side:</p>
<p>* DM3730@800 MHz<br />
* UMTS module with 3.75G (up to 14.4 MBit/s)<br />
* Sensors (Barometer, Compass, Gyroscope, Accelerometer)<br />
* GPS<br />
* connector for optional camera module<br />
* well documented building blocks so that you can write your own<br />
   boot loaders and kernels. Nobody stops your creativity and<br />
   nobody is pretending to protect you from yourself!</p>
<p>So you get something that is unique. A motherboard upgrade for<br />
a handheld device. With open documentation to develop free and<br />
open software. And, a community dedicated to continue the pioneering<br />
work of the first Openmoko team. Last but not least, a team that listens<br />
to your wishes for future upgrades and trying to fulfill them.</p>
<p>How much will it cost?</p>
<p>We know that most of you do expect that it is not too expensive, something<br />
in the range of the GTA02. Unfortunately, we can't fulfill this specific wish.<br />
There are two main reasons (besides we are not financial magicians):</p>
<p>1. the device has some very expensive components (CPU + Memory +<br />
    UMTS module)</p>
<p>2. we have really small production batches and therefore, have to pay<br />
     much more for the components than e.g. Apple or HTC (factor 2-3<br />
     compared to reports from iSuppli).</p>
<p>And, we can't subsidize devices because this is not a feasible long-term<br />
strategy from an economical point of view.</p>
<p>But since raising the size of the batches ("bulk purchasing") has a<br />
big effect ("economies of scale"), we have developed a strategy that should<br />
make everyone happy:</p>
<p>A) there will be units available from (limited) stock shortly before Christmas,<br />
    at a high price. We try to produce more of these units to fulfill orders<br />
    within days. This offer is also good for getting samples for projects.</p>
<p>B) you can participate in a group-buy at a lower price. This requires<br />
    that we reach a certain number of units before we can start production.</p>
<p>So the price and availablility are:</p>
<p>a) 666,66 EUR; available for shipment from stock; planned to start<br />
    on 19th December</p>
<p>b) 499.99 EUR; requires 300 ordered units before 10th February 2012<br />
   (week after FOSDEM); production start expected for April 2012. There<br />
   is also a rebate for the first 100 early bookings.</p>
<p>There are rebates for quantites: 5% for orders of 5 units, 10% for 10 units,<br />
12% for 50 units. So if you build buying groups (like for the Freerunners),<br />
you can save some more money.</p>
<p>Both offers are ready for preorder/subscription through this link:</p>
<p>http://www.handheld-linux.com/wiki.php?page=GTA04</p>
<p>There is a third type of offer - a customized GTA04 board. This means you<br />
can order a board variant where not all components are installed. And the<br />
display connector can be replaced by a Board2Board connector. This allows<br />
to plug the GTA04 like a module on a master board and develop different<br />
handhelds and tablets based on the GTA04 design.</p>
<p>An example of such a device can be seen here:</p>
<p>http://www.handheld-linux.com/wiki.php?page=GTA04%20Custom</p>
<p>Finally, I have compiled some FAQ we have received in the past. If your<br />
question is not amongst them, please ask.</p>
<p>So let's prove that the Openmoko community can not only design and<br />
build samples of a GTA04 but also go into perpetual mass production.</p>
<p>Nikolaus Schaller</p>
<p>FAQ:</p>
<p>Q: Do I need a GTA01 or GTA02?<br />
A: Yes. The GTA04 is a motherboard that fits into a GTA01 or GTA02<br />
case. It does not have all electromechanic compontents. Missing are:<br />
GSM antenna, internal GPS receiver, Earpiece speaker, Handsfree<br />
speakers, Vibracall motor, Battery holder, Battery, USB power supply,<br />
and very important: it does not include a display module. So you have<br />
to take all missing parts from an existing GTA01 or GTA02.</p>
<p>The only exception is the LCD module where we can provide spare<br />
parts.</p>
<p>But you can operate the board without these components - but then<br />
it is not a handheld portable computer with phone functionality.</p>
<p>Or you can try to build your own case. Some inspiring proposals<br />
and samples have been shown recently (e.g. wooden case).</p>
<p>Q: Does the device support the US frequencies?<br />
A: Yes, it is Quadband GSM/GPRS/EDGE/WCDMA (3.75G), but not<br />
CDMA2000 1x nor EV-DO</p>
<p>Q: Does it have FCC and CE approvals?<br />
A: At the moment partially. The UMTS module and the WLAN chipsets<br />
are fully precertified. And the GTA04 system has successfully passed<br />
the CE emmission tests, that it does not produce harmful interferences.<br />
We are just missing the CE ESD and safety tests.</p>
<p>Q: Why do I have to wait so long if I participate in the group buy?<br />
A: The reason is that our project has no external funding and needs<br />
to collect enough money before we can order chips and components.<br />
This introduces two types of delay: the preorder-window and then<br />
the delivery time of components. E.g. PCBs are built to our specific<br />
request and that needs between 20 and 30 working days. And<br />
producing and testing several 100 units needs quite a while </p>
<p>Q: Will there be variants?<br />
A: We have decided to run only a single variant with all components<br />
installed. It turned out to be cheaper in total than to have a low-end<br />
variant (e.g. without sensors) and a high-end variant.</p>
<p>We have one variant that we can provide on demand: the module<br />
version. You can use it as the basis for connecting larger displays<br />
and experiment with alternate cases. Details how to mount mechanically<br />
and the pin layout can be found in the System Manual</p>
<p>Q: Does it work with a GTA01 case?<br />
A: Yes. You will even get stereo speakers since the speaker box of the<br />
GTA02 has two. One was sacrificed in the GTA02 to provide WLAN.</p>
<p>Q: Do you have complete phones?<br />
A: We have a handful of complete phones built from returned GTA02<br />
units. They are also available in the shop:</p>
<p>http://www.handheld-linux.com/wiki.php?page=GTA04%20Complete</p>
<p>Q: Do I get the money back if the group buy does not reach the minimum<br />
quantity within the preorder window?<br />
A: Yes. 100% (less money transfer cost).</p>
<p>Q: What is the status of the software?<br />
A: We (Goldelico) do offer a hardware validation kernel and a<br />
Debian/LXDE rootfs, but this does not comprise a phone software.<br />
Projekts like SHR, QtMoko and others are in the middle of porting<br />
their distros to the GTA04 platform. So the software is not completely<br />
ripe but on good progress.</p>
<p>But we already can do phone calls by a simple shell script and<br />
apt-get install through UMTS.</p>
<p>Q: Is there driver support for every bit and piece of the hardware?<br />
A: We do not yet have drivers for Camera, IrDA, Audio IN, Torch/Flash,<br />
FM radio. If you can support the development, please help!</p>
<p>Please also note that these hardware parts have not been tested in<br />
detail. So they may not work at all.</p>
<p>Q: Where are the schematics?<br />
A: The System Manual includes the schematics:</p>
<p>http://projects.goldelico.com/p/gta04-main/downloads/37/</p>
<p>They will be updated soon to reflect the changes from the GTA04A3 (Early<br />
Adopter) to the GTA04A4 board.</p>
<p>Q: Do you have spare components like case, antenna etc.?<br />
A: We can't buy or produce these parts and have no steady supply.<br />
We will try to get some replacements, but can't promise.</p>
<p>Q: Is it possible to downgrade from the GTA04 to GTA02?<br />
A: If you swap the display again, yes. You can also get a second<br />
display module so that you can simply swap the GTA02 and GTA04<br />
boards+display units within minutes:</p>
<p>http://www.handheld-linux.com/wiki.php?page=LCD%20Module</p>
<p>Q: Do I need a debug board?<br />
A: No. The TI OMAP is "unbrickable" and you just may need a<br />
RS232 cable to boot and reconfigure NAND flash parameters.</p>
<p>Q: I want to use it in a project and need 50, 100, 500, 1000 units.<br />
A: For samples or small quantities, please order them from our<br />
shop. For larger batches, please contact us and we will find out<br />
how fast we can produce and at which volume rebate. Depending<br />
on quantities, we can develop and produce variants.</p>
<p>Q: What can I do to increase the likelihood that the group buy<br />
reaches the minimum quantity?<br />
A: Convince your fellow GTA01/02 owners to think about buying<br />
a GTA04 board. Talk, Mail, Blog about the GTA04 to make it<br />
known that the Openmoko project did lift off again.</p>
<p>Q: I don't feel comfortable to replace the motherboard myself.<br />
A: The most critical part is to remove the LCD module from the<br />
GTA01/GTA02 board. Either find someone to do it for you. Or<br />
get a spare part. Or send the device to us and we will do it for<br />
you at a small fee.</p>
<p>Please follow the instructions like for a buzz rework:</p>
<p>http://www.handheld-linux.com/wiki.php?page=GTA04%20Installation%20Service</p>
<p>Q: I am a reseller. How can I get devices?<br />
A: You are welcome to support the Openmoko movement. But<br />
we can't give any big dealer margins because the components<br />
and production are already very expensive. Please contact us<br />
for details.</p>
<p>Q: My country is not listed in your shop.<br />
A: Running export into all countries on this world needs a<br />
lot of paperwork and knowledge to follow all the customs<br />
regulations. And worse, we have some US-Technology<br />
inside the GTA04 that is classified by EAR. So we need<br />
a re-export permission. This is all beyond our capabilites.<br />
Therefore we have to regret that we can't serve all countries<br />
on this world. But you may find friends who live in a country<br />
we can directly serve and you manage the export yourself.</code></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2011/11/15/openmokogoldelico-gta04-is-available-for-the-masses/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I&#8217;m attending OHSW 2011</title>
		<link>http://blog.slyon.de/2011/11/12/im-attending-ohsw-2011/</link>
		<comments>http://blog.slyon.de/2011/11/12/im-attending-ohsw-2011/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 16:47:47 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=892</guid>
		<description><![CDATA[I&#8217;m attending the Open Hardware- and Software Workshop 2011, which will take place at 2nd &#8211; 4th December in Munich. At this nice, little conference/workshop FOSS enthusiasts get together to discuss and debate on topics like free software and open &#8230; <a href="http://blog.slyon.de/2011/11/12/im-attending-ohsw-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I&#8217;m attending the Open Hardware- and Software Workshop 2011, which will take place at <strong>2nd &#8211; 4th December</strong> in Munich.</p>
<p>At this nice, little conference/workshop FOSS enthusiasts get together to discuss and debate on topics like free software and open hardware.</p>
<p>This year some of the interesting topics will be:
<ul>
<li>Experiences with the Openmoko/Goldelico GTA04 project.</li>
<li>Presentation of a selfmade and low cost multitouch couch table.</li>
<li>Vala programming course.</li>
<li>and much more&#8230;</li>
</ul>
<p>You can find further information and the agenda at:<br />
<a href="http://www.ohsw.org">http://www.ohsw.org</a></p>
<p><img src="http://blog.slyon.de/wp-content/uploads/2011/11/ohsw.png" alt="" title="ohsw" width="450" height="450" class="alignnone size-full wp-image-893" /></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2011/11/12/im-attending-ohsw-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP&#124;Palm Pre – msmcomm</title>
		<link>http://blog.slyon.de/2011/09/27/hppalm-pre-%e2%80%93-msmcomm/</link>
		<comments>http://blog.slyon.de/2011/09/27/hppalm-pre-%e2%80%93-msmcomm/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 22:06:05 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Openmoko]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=860</guid>
		<description><![CDATA[Table of Contents Msmcomm FSO Status Links As you may already know[1], I got a free HP&#124;Palm Pre2 developer device some time ago. The first project I started with this really nice piece of hardware is Bootr[2] – a multiboot &#8230; <a href="http://blog.slyon.de/2011/09/27/hppalm-pre-%e2%80%93-msmcomm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h2>Table of Contents</h2>
<p><img src="http://blog.slyon.de/wp-content/uploads/2011/09/msmcomm.jpg" alt="" title="msmcomm" width="164" height="164" class="alignleft size-full wp-image-861" />
<ul>
<li><a href="#mmsmcomm">Msmcomm</a></li>
<li><a href="#mfso">FSO</a></li>
<li><a href="#mstatus">Status</a></li>
<li><a href="#mlinks">Links</a></li>
</ul>
<p>As you may already know<sup>[1]</sup>, I got a free HP|Palm Pre2 developer device some time ago.</p>
<p>The first project I started with this really nice piece of hardware is Bootr<sup>[2]</sup> – a multiboot solution for all HP|Palm Pre devices, which let&#8217;s you select an OS (SHR, WebOS, Android, &#8230;) at startup.<br />
<a name="mmsmcomm"></a><br />
<h2>Msmcomm</h2>
<p>I pledged that I&#8217;ll work on the SMS part of msmcomm<sup>[3]</sup> next, which is a free and open source utility to communicate with the Palm&#8217;s Qualcomm/MSM modem.</p>
<p>Now I&#8217;m happy to announce that I&#8217;ve finished quite some work on msmcomm&#8217;s SMS part and I&#8217;ve upstreamed all bytes of it. This starts at the (almost) lowest level of reverse engineering the structures used in the protocol to communicate with the modem and building useful data structures out of it. Then gathering suitable data to stuff into those structures and send them to – and receive them from – the modem.<br />
<a name="mfso"></a><br />
<h2>FSO</h2>
<p>To make my work usable to distributions like SHR<sup>[4]</sup>, QtMoko<sup>[5]</sup> and Aurora<sup>[6]</sup>, I integrated my work with a higher level layer – the FreeSmartphone.org middleware<sup>[7]</sup>. You can now use the usual FSO DBus commands as stated in FSO&#8217;s docs<sup>[8]</sup> to send SMS&#8217; and listen for new, incoming SMS&#8217;.</p>
<p>As FSO is an abstraction layer between the low msmcomm/modem level and the higher userspace/distribution level, all my work can now be used by the abovementioned distributions automagically without any change needed – isn&#8217;t this awesome?!<br />
<a name="mstatus"></a><br />
<h2>Status</h2>
<h3>What&#8217;s working</h3>
<ul>
<li>sending/receiving SMS</li>
<li>works for SMS containing special chars like &#8220;äöüß&#8221;</li>
<li>works for multi part SMS (e.g. SMS > 160 chars)</li>
<li>acknowledging (single) incoming SMS</li>
<li>works using the FSO and the Msmcomm DBus APIs</li>
</ul>
<h3>What&#8217;s left</h3>
<ul>
<li>acknowledging multi part SMS</li>
<li>SMS status report</li>
<li>squeezing out bugs</li>
</ul>
<p>Note: This only represents the SMS part of msmcomm. There is whole lot more working in the context of calls, 3g internet, sim, phonebook, &#8230;<br />
<a name="mlinks"></a><br />
<h2>Links</h2>
<p>[1] <a href="http://blog.slyon.de/2011/05/08/hppalm-pre2-developer-device/">HP|Palm developer device</a> – blog.slyon.de<br />
[2] <a href="https://github.com/slyon/bootr">Bootr</a> – github.com<br />
[3] <a href="http://git.freesmartphone.org/?p=msmcomm.git;a=summary">Msmcomm</a> – git.freesmartphone.org<br />
[4] <a href="http://www.shr-project.org">SHR project</a> – shr-project.org<br />
[5] <a href="http://www.qtmoko.org">QtMoko project</a> – qtmoko.org<br />
[6] <a href="http://wiki.freesmartphone.org/index.php?title=Aurora">Aurora project</a> – wiki.freesmartphone.org<br />
[7] <a href="http://www.freesmartphone.org">FreeSmartphone.org</a> – freesmartphone.org<br />
[8] <a href="http://docs.freesmartphone.org">FSO API documentation</a> – docs.freesmartphone.org</p>
<p><center><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width: 0pt;" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png"></a></center></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2011/09/27/hppalm-pre-%e2%80%93-msmcomm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Goldelico/Openmoko GTA04 at last production stage</title>
		<link>http://blog.slyon.de/2011/09/27/goldelico-openmoko-gta04-at-last-production-stage/</link>
		<comments>http://blog.slyon.de/2011/09/27/goldelico-openmoko-gta04-at-last-production-stage/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 14:54:37 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Openmoko]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=833</guid>
		<description><![CDATA[Table of Contents Goldelico GTA04 Testing Future Support Links The replacement SoC for the Openmoko Neo Freerunner and Neo 1973 – called Goldelico GTA04 alias &#8220;Phoenux&#8221; – just arrived at it&#8217;s final production stage after another slight delay. Goldelico GTA04 &#8230; <a href="http://blog.slyon.de/2011/09/27/goldelico-openmoko-gta04-at-last-production-stage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h2>Table of Contents</h2>
<p><img src="http://blog.slyon.de/wp-content/uploads/2011/07/gta04-case-300x254.jpg" style="float:right" /></p>
<ul>
<li><a href="#goldelico-gta04">Goldelico GTA04</a></li>
<li><a href="#testing">Testing</a></li>
<li><a href="#future">Future</a></li>
<li><a href="#support">Support</a></li>
<li><a href="#links">Links</a></li>
</ul>
<p>The replacement SoC for the Openmoko Neo Freerunner and Neo 1973 – called Goldelico GTA04 alias &#8220;Phoenux&#8221; – just arrived at it&#8217;s final production stage after another slight delay.<br />
<a name="goldelico-gta04"></a><br />
<h2>Goldelico GTA04</h2>
<p>The Goldelico GTA04<sup>[1]</sup> is a state of the art hardware upgrade for your Openmoko Neo Freerunners and Neo 1973s. It has an ARM Cortex A8 800MHz processor, 512MB of RAM, a HSDPA 3G modem, an OpenGL ES 3D graphics chip, Wi-Fi, Bluetooth, and much more&#8230;<br />
For a detailed overview of it&#8217;s technical specification and the story behind it, see my other post<sup>[2]</sup>.<br />
<a name="testing"></a><br />
<h2>Testing</h2>
<p>The first three &#8220;GTA04 Early-Adopter Boards&#8221; arrived at the labs of Golden Delicious Computers in Munich<sup>[3]</sup> and successfully went through the semi-automated hardware validation test. The remaining GTA04 EA boards are expected to arrive later this week.</p>
<p><iframe width="640" height="480" src="http://www.youtube.com/embed/gCjM48BqfYo" frameborder="0" allowfullscreen></iframe><br />
<a name="future"></a><br />
<h2>Future</h2>
<p>After those remaining boards passed the test, they are ready to ship to their new owners, who are already very excited about their new free smartphones and ready to develop free software for it.</p>
<p>It is expected that the FreeSmartphone.org<sup>[4]</sup> middleware will quickly support the GTA04, which makes it possible to run phone distributions like SHR<sup>[5]</sup>, QtMoko<sup>[6]</sup> and Aurora<sup>[7]</sup> on it. And of course Debian GNU/Linux will run on the Goldelico GTA04 as well, as it is the default OS on the EA boards<sup>[8]</sup>.<br />
<a name="support"></a><br />
<h2>Support</h2>
<p>If you want to know how you can support this project, which now needs to shoulder the production of the next batch of GTA04 boards, which will then be available to the public, you have serveral opportunities:</p>
<ul>
<li>Make a donation to the project <sup>[9]</sup>, so Golden Delicious Computers can stock the chips needed for new GTA04 boards.</li>
<li>Buy a cool Letux 400 <sup>[10]</sup> MIPS Minibook, so Golden Delicious Computers can clear their warehouse, to stock GTA04 parts.</li>
<li>Preorder a GTA04 replacement board <sup>[9]</sup> for your Neo 1973/Freerunner, after it became available again.</li>
<li>Spread the word about this <sup>[1]</sup> awsome project.</li>
</ul>
<p><a name="links"></a><br />
<h2>Links</h2>
<p>[1] <a href="http://www.gta04.org">GTA04 project</a> – gta04.org<br />
[2] <a href="http://blog.slyon.de/2011/07/26/openmoko-gta04-is-getting-reality/" title="Openmoko GTA04 »Phoenux« is getting reality">specs and story of the GTA04</a> – blog.slyon.de<br />
[3] <a href="http://goldelico.com/">Golden Delicious Computers</a> – goldelico.com<br />
[4] <a href="http://www.freesmartphone.org">FreeSmartphone.org project</a> – freesmartphone.org<br />
[5] <a href="http://shr-project.org">SHR project</a> – shr-project.org<br />
[6] <a href="http://www.qtmoko.org">QtMoko project</a> – qtmoko.org<br />
[7] <a href="http://wiki.freesmartphone.org/index.php?title=Aurora">Aurora project</a> – wiki.freesmartphone.org<br />
[8] <a href="http://projects.goldelico.com/p/gta04-rootfs/">GTA04 Debian rootfs</a> – projects.goldelico.com<br />
[9] <a href="http://www.handheld-linux.com/wiki.php?page=GTA04">Preorder a GTA04/donate</a> – handheld-linux.com<br />
[10] <a href="http://www.handheld-linux.com/wiki.php?page=Letux 400">Buy a Letux 400 Minibook</a> – handheld-linux.com</p>
<p><center><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width: 0pt;" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png"></a></center></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2011/09/27/goldelico-openmoko-gta04-at-last-production-stage/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Update: Openmoko GTA04 »Phoenux« is getting reality</title>
		<link>http://blog.slyon.de/2011/07/26/openmoko-gta04-is-getting-reality/</link>
		<comments>http://blog.slyon.de/2011/07/26/openmoko-gta04-is-getting-reality/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 16:22:27 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Openmoko]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=603</guid>
		<description><![CDATA[Table of Contents The Story Technical Specifications Prototypes &#38; Early-Adopter Boards Future How you can help Thanks Links The GTA04 is rising like a phoenix from the ashes&#8230; The Story All started off with the idea of a fully open &#8230; <a href="http://blog.slyon.de/2011/07/26/openmoko-gta04-is-getting-reality/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h2>Table of Contents</h2>
<p><img class="alignleft size-thumbnail wp-image-613" title="DSC00784" src="http://blog.slyon.de/wp-content/uploads/2011/07/DSC00784-150x150.jpg" alt="" width="150" height="150" /></p>
<div style="margin-left: 170px;">
<ul>
<li><a href="#story">The Story</a></li>
<li><a href="#specs">Technical Specifications</a></li>
<li><a href="#ea">Prototypes &amp; Early-Adopter Boards</a></li>
<li><a href="#future">Future</a></li>
<li><a href="#help">How you can help</a></li>
<li><a href="#thanks">Thanks</a></li>
<li><a href="#links">Links</a></li>
</ul>
</div>
<p>The GTA04 is rising like a phoenix from the ashes&#8230;</p>
<p><a name="story"></a><br />
<h2>The Story</h2>
<p><img src="http://blog.slyon.de/wp-content/uploads/2011/07/goldelico-om.jpg" alt="" title="goldelico-om" width="300" height="130" class="alignright size-full wp-image-727" />All started off with the idea of a fully open source smartphone. After Openmoko Inc. <a href="#1">[1]</a> began to deliver the Openmoko Neo 1973 (GTA01) and Neo Freerunner (GTA02) in 2007 a dream became true for many of us.</p>
<p>Sadly, Openmoko Inc. canceled their efforts for an open smartphone in 2009. But due to their openness (semantics, hardware specifications) it was possible for enthusiasts from the Openmoko community, with great support from Golden Delicious Computers <a href="#2">[2]</a> (one of the german Openmoko distributors), to develop a new and modern open smartphone – the GTA04 <a href="#3">[3]</a>.</p>
<p><a name="specs"></a><br />
<h2>Technical Specifications</h2>
<p><a href="http://blog.slyon.de/wp-content/uploads/2011/07/DSC009721.jpg"><img class="alignright size-medium wp-image-661" title="DSC00972" src="http://blog.slyon.de/wp-content/uploads/2011/07/DSC009721-204x300.jpg" alt="" width="204" height="300" /></a></p>
<ul>
<li>800 MHz ARM Cortex-A8 processor</li>
<li>PowerVR SGX integrated graphics</li>
<li>2.84” (43mm x 58mm) VGA touchscreen</li>
<li>HSDPA 3G modem</li>
<li>512MB RAM</li>
<li>512MB internal memory + SDHC card slot</li>
<li>WLAN, Bluetooth, GPS, FM Transceiver</li>
<li>Accelerometer, Compass, Gyroscope, Barometric Altimeter</li>
<li>USB 2.0 port, 2.5mm headset port, GPS antenna port, video out</li>
</ul>
<p><strong>Info:</strong> The GTA04 project only provides a mainboard, which can be used to upgrade a Neo 1973/Freerunner, while still using their case, touchscreen, antennas, speakers and buttons/leds.</p>
<p><a name="ea"></a><br />
<h2>Prototypes &amp; Early-Adopter Boards</h2>
<p><a href="http://blog.slyon.de/wp-content/uploads/2011/07/om_beagle_hybrid.jpg"><img class="alignleft size-medium wp-image-672" title="om_beagle_hybrid" src="http://blog.slyon.de/wp-content/uploads/2011/07/om_beagle_hybrid-300x225.jpg" alt="" width="300" height="225" /></a>Golden Delicious Computers and the enthusiasts from the Openmoko community started off with the idea of stuffing a BeagleBoard <a href="#4">[4]</a> into a Neo Freerunner case and connecting an USB UMTS dongle to it – this was the first prototype GTA04A1, announced in late 2010 and presented at OHSW 2010 <a href="#5">[5]</a> and FOSDEM 2011 <a href="#6">[6]</a>.<br />
<br/><br />
Next, they started to integrate all this onto a single PCB of the same size as the Neo 1973/Freerunner boards, so it could fit into their cases, use their batterys, antennas, speakers, buttons and touchscreens. This board was then called GTA04A2 – the second prototype.<br />
After a lot of trouble &#8211; mainly with the power controler &#8211; and an almost complete redesign of the PCB, the team finalized the 3rd revision – GTA04A3, which will most probably become the revision the early adopters will get.</p>
<p><a href="http://blog.slyon.de/wp-content/uploads/2011/07/DSC00977.jpeg"><img class="alignright size-medium wp-image-626" title="DSC00977" src="http://blog.slyon.de/wp-content/uploads/2011/07/DSC00977-300x225.jpg" alt="" width="300" height="225" /></a>With this revision the team started to solder the different chips one after another, tested them and fixed smaller problems on the go. As these GTA04 EA boards now fulfill all the demanded conditions (working CPU, Display, Touch, Memory, MMC/SD, RS232 and UMTS-USB (data)), the community was asked if they want their EA boards as soon as possible or wait another few weeks and have some more tests done with the prototypes, to squeeze out even more glitches. Most of the early adopters (me included) voted for waiting a few more weeks.<br />
With this decision made, the first Goldelico GTA04 EA boards will probably be ready for delivery in about a month!</p>
<p><strong><u>Update:</u></strong> The GTA04 EA boards are delivered and are working quite nice! Now you can order your GTA04 board through the <a href="http://www.handheld-linux.com/wiki.php?page=GTA04 Group Tour">GTA04 Group Tour</a>.</p>
<p><a name="future"></a><br />
<h2>Future</h2>
<p><img class="alignleft size-medium wp-image-665" title="gta04-case" src="http://blog.slyon.de/wp-content/uploads/2011/07/gta04-case-300x254.jpg" alt="" width="300" height="254" />After the early adopters got their boards and replaced/ugpraded their Openmoko Neo 1973/Freerunner with it, they can start testing the hardware, writing kernel drivers and other software. The FSO based <a href="#7">[7]</a> distributions SHR <a href="#8">[8]</a>, Aurora <a href="#9">[9]</a> and QtMoko <a href="#10">[10]</a> are already prepared to include the GTA04 as a supported platform.</p>
<p>While the early adopters are further testing the hardware and writing software, the GTA04 team will prepare to produce the next batch of GTA04 boards. After they are sure that they can produce and deliver the next boards, e.g. after they have stocked the chips needed, they will most probably reopen the preoder possibility at Goldelico&#8217;s Handheld-Linux Shop <a href="#11">[11]</a> for people willing to upgrade their Openmoko Neo 1973 and/or Neo Freerunner.</p>
<p><a name="help"></a><br />
<h2>How you can help</h2>
<p>If you now want to know if and how you can help us to keep dreaming our dream of an open source smartphone, you have multiple possibilities:</p>
<ul>
<li>Make a donation to the project <a href="#11">[11]</a>, so Golden Delicious Computers can stock the chips needed for new GTA04 boards.</li>
<li>Buy a cool Letux 400 <a href="#12">[12]</a> MIPS Minibook, so Golden Delicious Computers can clear their warehouse, to stock GTA04 parts.</li>
<li>Preorder a GTA04 replacement board <a href="#11">[11]</a> for you Neo 1973/Freerunner, after it became available again.</li>
<li>Spread the word about this <a href="#3">[3]</a> awsome project.</li>
</ul>
<p><a name="thanks"></a><br />
<h2>Thanks</h2>
<p>At this point I want to say &#8220;Thank you, for making this happen!&#8221; to all volunteers involved with the GTA04 project!</p>
<p><a name="links"></a><br />
<h2>Links</h2>
<p>[1] <a name="1" href="http://www.openmoko.com">Openmoko Inc.</a> – http://www.openmoko.com<br />
[2] <a name="2" href="http://www.goldelico.com">Golden Delicious Computers</a> – http://www.goldelico.com<br />
[3] <a name="3" href="http://www.gta04.org">GTA04</a> – http://www.gta04.org<br />
[4] <a name="4" href="http://www.beagleboard.org/">BeagleBoard</a> – http://www.beagleboard.org<br />
[5] <a name="5" href="http://www.fosdem.org">FOSEM</a> – http://www.fosdem.org<br />
[6] <a name="6" href="http://www.ohsw.org">OHSW</a> – http://www.ohsw.org<br />
[7] <a name="7" href="http://www.freesmartphone.org">Freesmartphone.org</a> – http://www.freesmartphone.org<br />
[8] <a name="8" href="http://www.shr-project.org">SHR</a> – http://www.shr-project.org<br />
[9] <a name="9" href="http://wiki.freesmartphone.org/index.php/Aurora">Aurora</a> – http://wiki.freesmartphone.org/index.php/Aurora<br />
[10] <a name="10" href="http://www.qtmoko.org">QtMoko</a> – http://www.qtmoko.org<br />
[11] <a name="11" href="http://www.handheld-linux.com/wiki.php?page=GTA04">Handheld Linux Shop</a> – http://www.handheld-linux.com/wiki.php?page=GTA04<br />
[12] <a name="12" href="http://www.handheld-linux.com/wiki.php?page=Letux 400">Letux 400</a> – http://www.handheld-linux.com/wiki.php?page=Letux 400</p>
<p><center><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a></center></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2011/07/26/openmoko-gta04-is-getting-reality/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>HP/Palm Pre2 Developer Device</title>
		<link>http://blog.slyon.de/2011/05/08/hppalm-pre2-developer-device/</link>
		<comments>http://blog.slyon.de/2011/05/08/hppalm-pre2-developer-device/#comments</comments>
		<pubDate>Sun, 08 May 2011 14:58:51 +0000</pubDate>
		<dc:creator>slyon</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Openmoko]]></category>

		<guid isPermaLink="false">http://blog.slyon.de/?p=564</guid>
		<description><![CDATA[Recently my free HP/Palm Pre 2 developer device arrived from the US here in Germany. In March I wrote an email to HP/Palm to apply for the &#8220;developer program&#8221;, in which they offered free Pre2 devices to qualified developers. As &#8230; <a href="http://blog.slyon.de/2011/05/08/hppalm-pre2-developer-device/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><img src="http://blog.slyon.de/wp-content/uploads/2011/05/palmpre2-shr.jpg" alt="" title="palmpre2-shr" width="300" height="400" class="alignleft size-full wp-image-571" /> Recently my free HP/Palm Pre 2 developer device arrived from the US here in Germany.</p>
<p>In March I wrote an email to HP/Palm to apply for the &#8220;developer program&#8221;, in which they offered free Pre2 devices to qualified developers. As I&#8217;m involved in the <a href="http://www.shr-project.org">SHR-Project</a> and especially in the port of it to the Palm Pre product family, it is really great to get supported by HP/Palm itself!</p>
<p>Thank you very much HP/Palm for supporting the FOSS community in such a way!</p>
<p>The first project I started to bring FOSS to the Pre is <a href="https://github.com/slyon/bootr">Bootr</a>, which is a multiboot solution capable of booting serveral Linux distributions like WebOS, SHR or Android on your HP/Palm Pre, Pre+ and Pre2.</p>
<p>The next bigger project I&#8217;ll be involved with is <a href="http://git.freesmartphone.org/?p=msmcomm.git;a=summary">msmcomm</a>, which is a utility to communicate with the Palms modem. Thanks to the awsome work of the guys from the <a href="http://www.freesmartphone.org/">FSO-Project</a> this utlity is already capable of initializing the modem, communicating with the SIM card, reading SIM contacts, using a 3G data connection and even initiating and accepting a call. My work will hopefully lead to being able to send and recieve SMS.</p>
<p>To work on this I setup my enviroment like this:</p>
<ul>
<li>Cross-compile the serial_forward utility (<a href="http://git.freesmartphone.org/?p=cornucopia.git;a=tree;f=tools/serial_forward">git.freesmartphone.org</a>) for the Pre (using OpenEmbedded or another cross-toolchain) and copy it over</li>
<li>Enable usbnet on the Pre:<br />
<code>usbnet enable</code></li>
<li>Connect to the Pre using novaterm:<br />
<code>novaterm</code></li>
<li>Stop the TelephonyInterfaceLayer:<br />
<code>stop TelephonyInterfaceLayer</code></li>
<li>Reset the modem:<br />
<code>pmmodempower cycle</code></li>
<li>Run serial_forward, to forward the modem to you host computer:<br />
<code>./serial_forward -n /dev/modemuart -p 3001 -t hsuart</code></li>
<li>On your host computer configure the usbnet interface:<br />
<code>ifconfig usb0 192.168.0.1</code></li>
<li>Install libmsmcomm, msmcomm-specs and msmcommd</li>
<li>Change the connection settings in msmcommds config (/etc/msmcommd.conf) to look like this:</li>
<p><code>[connection]<br />
# Which type of connection we should use to connect to the modem: network, serial<br />
# type = serial<br />
# path = /dev/modemuart<br />
# If you want to connect to the modem over a network link you should use the<br />
# configuration below<br />
type = network<br />
ip = 192.168.0.202<br />
port = 3001</code></li>
<li>Start msmcommd:<br />
<code>msmcommd</code></li>
<li>Install mdbus2 or any other DBus debugging tool</li>
<li>Issue the following DBus commands, to setup the modem:<br />
<code>org.msmcomm /org/msmcomm org.msmcomm.Management.Reset<br />
org.msmcomm /org/msmcomm org.msmcomm.Management.Initialize<br />
org.msmcomm /org/msmcomm org.msmcomm.Misc.TestAlive<br />
org.msmcomm /org/msmcomm org.msmcomm.SIM.VerifyPin "PIN1" "1234"<br />
org.msmcomm /org/msmcomm org.msmcomm.State.ChangeOperationMode "ONLINE"</code></li>
</ul>
<p><center><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a></center></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.slyon.de/2011/05/08/hppalm-pre2-developer-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

