<?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>Marcin Juszkiewicz &#187; ubuntu</title> <atom:link href="http://marcin.juszkiewicz.com.pl/tag/ubuntu/feed/" rel="self" type="application/rss+xml" /><link>http://marcin.juszkiewicz.com.pl</link> <description>Embedded Linux development</description> <lastBuildDate>Wed, 01 Feb 2012 13:19:28 +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>Flashing U-Boot on Efika MX Smartbook</title><link>http://marcin.juszkiewicz.com.pl/2012/02/01/flashing-u-boot-on-efika-mx-smartbook/</link> <comments>http://marcin.juszkiewicz.com.pl/2012/02/01/flashing-u-boot-on-efika-mx-smartbook/#comments</comments> <pubDate>Wed, 01 Feb 2012 13:19:28 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[efikamx]]></category> <category><![CDATA[jtag]]></category> <category><![CDATA[linaro]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2411</guid> <description><![CDATA[From time to time I read posts where people wrote that their Efika MX Smartbook does not boot any more. The only thing which it does is white power led blinking about twice per second. Standard reply in such case is &#8220;send device back to Genesi&#8221;. Some time ago a friend of mine borrowed Efika [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2012/02/01/flashing-u-boot-on-efika-mx-smartbook/">Flashing U-Boot on Efika MX Smartbook</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p>From time to time I read posts where people wrote that their Efika MX Smartbook does not boot any more. The only thing which it does is white power led blinking about twice per second. Standard reply in such case is &#8220;send device back to Genesi&#8221;.</p><p>Some time ago a friend of mine borrowed Efika MX Smartbook from me. During his experiments he managed to get netbook into such state. I have <a
href="http://marcin.juszkiewicz.com.pl/2010/11/29/debug-board-for-efika-mx-smartbook/">serial/jtag debug dongle</a> so decided to take a look at it (and unbrick device). I managed to fix it but also somehow broke serial port so can not check why my automate way does not want to work.</p><p>What needs to be done to get Smartbook back to live? Few things:</p><ul><li>SD card</li><li>small screwdriver</li><li><a
href="http://marcin.juszkiewicz.com.pl/files/2012/02/ubootsb.bin">U-Boot from EfikaMX updater image</a></li><li><a
href="http://marcin.juszkiewicz.com.pl/files/2012/02/boot.scr">U-Boot script which will flash U-Boot into NOR</a></li><li>Linux account with root permissions</li><li><a
href="http://marcin.juszkiewicz.com.pl/files/2012/02/u-boot.imx">working SD-bootable U-Boot</a> &#8212; this one still requires serial dongle, sorry for that. Will replace it with proper one when will get serial port working again.</li></ul><p>Needed steps:</p><ol><li>Repartition SD card. You can use any tool for it. All what has to be done is set up first partition at 1MB offset so we have space for U-Boot.</li><li>Format partition (if needed) as FAT.</li><li>Run &#8220;<code>sudo dd if=u-boot.imx of=/dev/sdd bs=1k seek=1</code>&#8221; (replace /dev/sdd with your SD card).</li><li>Put card into SD slot of Efika MX Smartbook.</li><li>Take out keyboard &#8212; you need to use small screwdriver to push holes near F1, F6, F10, End keys.</li><li>Change DIP switches &#8211; they are in a middle of motherboard. You need to reverse default setup.</li><li>Power on your Efika. There should be U-Boot output on screen. You may even get system loaded up at this step ;)</li><li>Take out SD card and copy &#8216;boot.scr&#8217; to it.</li><li>Power off Efika, put SD card and boot.</li><li>Old U-Boot will be stored into NOR flash (output will be visible on screen).</li><li>Change DIP switches &#8211; they are in a middle of motherboard. You need to reverse them to default setup.</li><li>Put keyboard back.</li><li>Take out SD card.</li><li>Boot your Efika MX Smartbook &#8212; operating system should load.</li></ol><p>Some information:</p><ul><li>old U-Boot got flashed because new one was not tested for NOR boot</li><li>finding out information for this how to took me few hours</li><li>this procedure can be done without <a
href="http://marcin.juszkiewicz.com.pl/2010/11/29/debug-board-for-efika-mx-smartbook/">Efika MX Smartbook serial/jtag dongle</a></li><li>similar procedure can be used for Efika MX Smarttop but as I do not have such I can not offer help</li></ul><p>Thanks goes to:</p><ul><li>Genesi for giving me free Smartbook and serial/jtag dongle</li><li>Marek Vasut for his work on mainlining U-Boot support for Efika MX devices</li><li>Matt Sealey for some hints on IRC</li></ul><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://marcin.juszkiewicz.com.pl/2010/11/04/efika-mx-smartbook-hacking-day-3/" title="Permanent link to Efika MX SmartBook hacking day 3">Efika MX SmartBook hacking day 3</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2010/11/29/debug-board-for-efika-mx-smartbook/" title="Permanent link to Debug board for Efika MX Smartbook">Debug board for Efika MX Smartbook</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2010/10/29/i-got-efika-mx-smartbook-from-genesi/" title="Permanent link to I got Efika MX Smartbook from Genesi">I got Efika MX Smartbook from Genesi</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/05/16/linux-2-6-38-on-efika-mx-smartbook/" title="Permanent link to Linux 2.6.38 on Efika MX Smartbook">Linux 2.6.38 on Efika MX Smartbook</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2010/10/05/coreboot-is-awesome/" title="Permanent link to Coreboot is awesome">Coreboot is awesome</a></li></ol></div><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2012/02/01/flashing-u-boot-on-efika-mx-smartbook/">Flashing U-Boot on Efika MX Smartbook</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2012/02/01/flashing-u-boot-on-efika-mx-smartbook/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Want to buy Android tablet (again)</title><link>http://marcin.juszkiewicz.com.pl/2012/01/13/want-to-buy-android-tablet-again/</link> <comments>http://marcin.juszkiewicz.com.pl/2012/01/13/want-to-buy-android-tablet-again/#comments</comments> <pubDate>Fri, 13 Jan 2012 13:34:28 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[android]]></category> <category><![CDATA[linaro]]></category> <category><![CDATA[linaroconnect]]></category> <category><![CDATA[phone]]></category> <category><![CDATA[tablet]]></category> <category><![CDATA[travels]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2378</guid> <description><![CDATA[During my trip to Linaro Connect 2012q1 I want to buy Android tablet for myself. But this time I decided to spend more time on choosing one to not end with crap like Hannspree Hannspad which I bought half year ago. Also situation on market changed. There are cheap tablets worth checking but there are [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/13/want-to-buy-android-tablet-again/">Want to buy Android tablet (again)</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p>During my trip to Linaro Connect 2012q1 I want to buy Android tablet for myself. But this time I decided to spend more time on choosing one to not end with crap like <a
href="http://marcin.juszkiewicz.com.pl/2011/09/30/my-opinion-about-hannspree-hannspad-sn10t1/">Hannspree Hannspad</a> which I bought half year ago.</p><p>Also situation on market changed. There are cheap tablets worth checking but there are also cheap crappy ones. So let me list what I checked so far.</p><table><thead><tr><th></th><th>Kindle Fire</th><th>Nook Tablet</th><th>Archos 80 G9 Classic</th><th>Archos 80 G9 Turbo</th></tr></thead><tbody><tr><td>price (USD)</td><td><a
href="http://www.amazon.com/Kindle-Color-Multi-touch-Display-Wi-Fi/dp/B0051VVOB2">199</a></td><td><a
href="http://www.barnesandnoble.com/p/nook-tablet-barnes-noble/1104687969">249</a></td><td><a
href="http://www.amazon.com/Archos-80-G9-8GB-Classic/dp/B005MED31W">259</a></td><td><a
href="http://www.amazon.com/Archos-80-G9-16GB-Turbo/dp/B005MECBIS">299</a></td></tr><tr><td>RAM size</td><td>512MB</td><td>1GB</td><td>512MB</td><td>1GB <sup
id="fnref:1"><a
href="#fn:1" rel="footnote">1</a></sup></td></tr><tr><td>resolution</td><td>1024&#215;600</td><td>1024&#215;600</td><td>1024&#215;768</td><td>1024&#215;768</td></tr><tr><td>screen size</td><td>7&#8243;</td><td>7&#8243;</td><td>8&#8243;</td><td>8&#8243;</td></tr><tr><td>internal storage</td><td>8GB</td><td>16GB <sup
id="fnref:2"><a
href="#fn:2" rel="footnote">2</a></sup></td><td>8GB</td><td>16GB</td></tr><tr><td>external storage</td><td>none</td><td>microSD</td><td>microSD</td><td>microSD</td></tr><tr><td>CPU</td><td>OMAP4430 1GHz</td><td>OMAP4430 1GHz</td><td>OMAP4430 1GHz</td><td>OMAP4460 1.5GHz <sup
id="fnref:3"><a
href="#fn:3" rel="footnote">3</a></sup></td></tr><tr><td>stock Android version</td><td>2.3 customized</td><td>2.3 customized</td><td>3.2 (4.0 in February)</td><td>3.2 (4.0 in February)</td></tr><tr><td>community Android version</td><td>4.0</td><td>4.0</td><td>not checked</td><td>not checked</td></tr><tr><td>locked bootloader</td><td>no</td><td>yes (<a
href="http://forum.xda-developers.com/showthread.php?t=1440438">hacked</a>)</td><td>no</td><td>no</td></tr><tr><td>USB Host</td><td>no</td><td>no</td><td>yes</td><td>yes</td></tr><tr><td>HDMI output</td><td>no</td><td>no</td><td>yes</td><td>yes</td></tr></tbody></table><p>As you see my requirements are more or less simple:</p><ul><li>dual core cpu (arm7)</li><li>512MB ram (1GB preferred)</li><li>1024&#215;600 (or higher) resolution</li><li>7-8&#8243; screen size (I had 10&#8243; and it was too big)</li><li>price below 300USD</li></ul><p>During CES many vendors presented new tablets but I think that most of them will be released in Q2 or later. <a
href="http://androidandme.com/2012/01/devices/asus-memo-370t-could-be-a-kindle-killer-tegra-3-for-250/">ASUS MeMo 370T</a> looks nice for 250USD but it is not on market.</p><p>And I do not want 3G module in tablet &#8212; my phone has over 10GB of data limit to use for next months and so far I was not able to consume 1GB per month :)</p><p>Have I missed some devices? If yes then please share information in comments. Just remember that I do not want any of those NotionAdam/Viewsonic/Hannspad ones.</p><div
class="footnotes"><hr
/><ol><li
id="fn:1"><p>512MB in older model&#160;<a
href="#fnref:1" rev="footnote">&#8617;</a></p></li><li
id="fn:2"><p>13GB /data/ so it is hard to put own data over USB&#160;<a
href="#fnref:2" rev="footnote">&#8617;</a></p></li><li
id="fn:3"><p>OMAP4430 1.2GHz in older model&#160;<a
href="#fnref:3" rev="footnote">&#8617;</a></p></li></ol></div><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/09/30/my-opinion-about-hannspree-hannspad-sn10t1/" title="Permanent link to My opinion about Hannspree Hannspad SN10T1">My opinion about Hannspree Hannspad SN10T1</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/04/2011-timeline/" title="Permanent link to 2011 timeline">2011 timeline</a></li></ol></div><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/13/want-to-buy-android-tablet-again/">Want to buy Android tablet (again)</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2012/01/13/want-to-buy-android-tablet-again/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>Events in 2012 which I will attend</title><link>http://marcin.juszkiewicz.com.pl/2012/01/05/events-in-2012-which-i-will-attend/</link> <comments>http://marcin.juszkiewicz.com.pl/2012/01/05/events-in-2012-which-i-will-attend/#comments</comments> <pubDate>Thu, 05 Jan 2012 08:24:45 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[conferences]]></category> <category><![CDATA[linaro]]></category> <category><![CDATA[linaroconnect]]></category> <category><![CDATA[travels]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[uds]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2309</guid> <description><![CDATA[In March I wrote where I will travel. Decided to write such memo at start of year so it will be more visible what my plans are for 2012. In February I will miss FOSDEM because Linaro Connect Q1.12 will start right after it. So at 4th I will fly to San Francisco for a [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/05/events-in-2012-which-i-will-attend/">Events in 2012 which I will attend</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p><a
href="http://marcin.juszkiewicz.com.pl/2011/03/16/trips-in-2011/">In March I wrote</a> where I will travel. Decided to write such memo at start of year so it will be more visible what my plans are for 2012.</p><p>In February I will miss <a
href="http://fosdem.org/">FOSDEM</a> because <a
href="connect.linaro.org/events/event/lcq1-12/">Linaro Connect Q1.12</a> will start right after it. So at 4th I will fly to San Francisco for a week. But this time instead of flying back home I decided to spend weekend in New York City where I hope to meet some people from Bug Labs company. You know: we worked with each other for 1.5 year and I met only Peter Semmelhack and Ken Gilmer. Also I plan some sightseeing.</p><p>Then a bit of quiet until next Linaro Connect will happen. Probably May but it was not yet decided where and when. As many people I also hope for Asia (never was in this part of world).</p><p>Same month there will be Ubuntu Developer Summit somewhere at west coast of USA. Who knows &#8212; maybe it will end in trip around the world in May? Sounds interesting but I think that only sounds as it can be hard to survive due to jet lag.</p><p>Then July/August another Linaro Connect. No idea where, but hope for Europe. In meantime I may or may not attend Ubuntu Rally (Canonical internal event) which will be somewhere in US (as it follows UDS place).</p><p>And end of year will bring yet another Linaro Connect and Ubuntu Developer Summit. Second one in Europe.</p><p>What else? Probably LinuxTag if company events will not be at same time, maybe something local (there are few conferences planned in Szczecin).</p><p>Overall it looks that there will be some travelling &#8212; but this year I plan to make more use of free time to see something else than conference centers.</p><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/03/16/trips-in-2011/" title="Permanent link to Trips in 2011">Trips in 2011</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/04/2011-timeline/" title="Permanent link to 2011 timeline">2011 timeline</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/08/08/linaro-connect-q3-11/" title="Permanent link to Linaro Connect Q3.11">Linaro Connect Q3.11</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/11/04/i-got-interviewed-during-linaro-connect/" title="Permanent link to I got interviewed during Linaro Connect">I got interviewed during Linaro Connect</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2010/10/29/uds-n-is-ending/" title="Permanent link to UDS-N is ending">UDS-N is ending</a></li></ol></div><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/05/events-in-2012-which-i-will-attend/">Events in 2012 which I will attend</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2012/01/05/events-in-2012-which-i-will-attend/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>2011 timeline</title><link>http://marcin.juszkiewicz.com.pl/2012/01/04/2011-timeline/</link> <comments>http://marcin.juszkiewicz.com.pl/2012/01/04/2011-timeline/#comments</comments> <pubDate>Wed, 04 Jan 2012 13:24:29 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[linaro]]></category> <category><![CDATA[timeline]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2298</guid> <description><![CDATA[Again we are at start of new year. As usual I decided to write some timeline for 2011 year. January Went to Ubuntu/Linaro platform rally in Dallas, TX. It was my second trip to USA but first time I got so jet lagged after. Switched from Nokia N900 (Maemo 5) to Samsung Nexus S (Android [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/04/2011-timeline/">2011 timeline</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p>Again we are at start of new year. As usual I decided to write some timeline for 2011 year.</p><h2>January</h2><ul><li>Went to <a
href="http://marcin.juszkiewicz.com.pl/2011/01/19/ubuntulinaro-platform-rally-in-dallas-tx/">Ubuntu/Linaro platform rally in Dallas, TX</a>. It was my second trip to USA but first time I got so <a
href="http://marcin.juszkiewicz.com.pl/2011/01/20/jetlagged/">jet lagged</a> after.</li><li>Switched from Nokia N900 (Maemo 5) to Samsung Nexus S (Android 2.3). One of best moves in 2011.</li></ul><h2>February</h2><ul><li>FOSDEM as usual. This time I went there with my wife. She saw more of Brussels in one day then I manage during few visits. But she had <a
href="http://archive.fosdem.org/2011/fosdem-spousespartners-tour">&#8216;spouse tours&#8217;</a> in Saturday and Sunday ;)</li><li>Started using <a
href="http://cyanogenmod.com/">Cyanogenmod</a> on my phone instead of stock Android. Nice improvements and always fresh system.</li></ul><h2>March</h2><ul><li>Decided to drop KDE and <a
href="http://marcin.juszkiewicz.com.pl/2011/03/11/switched-to-xfce/">switched to XFCE</a> on desktop and laptop. Main reason was KMail which started to be too hard to rely on. Moved to Evolution and few months later to Thunderbird.</li></ul><h2>April</h2><ul><li><a
href="http://marcin.juszkiewicz.com.pl/2011/04/07/linaro-porting-jam/">Linaro porting jam</a> weekly event started. It got quiet last months but we will resurrect it!</li></ul><h2>May</h2><ul><li>Visited Budapest, Hungary for <a
href="http://marcin.juszkiewicz.com.pl/2011/05/13/uds-o/">Linaro Connect Q2.12 and Ubuntu Developers Summit</a>. Compared to earlier events this time I even found time for some sightseeing &#8212; hope that it is not last time. Also met many old friends during event.</li><li>started to <a
href="http://marcin.juszkiewicz.com.pl/2011/05/19/reorganization-of-desk-day-1/">make new arrangement of my work desk</a>. Lot of cables went into storage boxes, some devices also. Today I have it far from order but it is better than it was. Also moved Pandaboards moved to <a
href="http://www.flickr.com/photos/hrwandil/5764102437/">piece of chipboard</a>. Today it looks different but no photos until I end.</li></ul><h2>June</h2><ul><li><a
href="http://marcin.juszkiewicz.com.pl/2011/06/17/moved-website-hosting/">Moved hosting to own VPS</a>. Took me a bit to get it working like I wanted but now it just works. Powered by Ubuntu as I was lazy to learn other system and due to my work it is easier to catch some developers in case of failures.</li><li>My post about <a
href="http://marcin.juszkiewicz.com.pl/2011/06/20/linux-3-0-under-ubuntu-natty-11-04/">running 3.0 kernel under Ubuntu &#8216;natty&#8217; 11.04</a> got lot of attention.</li></ul><h2>July</h2><ul><li>Another <a
href="http://marcin.juszkiewicz.com.pl/2011/07/08/dublin-ubuntu-sprint-and-more/">Ubuntu platform sprint</a> &#8212; this time in Dublin, Ireland. Met some old friends which moved there from Poland. Also spent awesome weekend with my wife and local part of our family.</li><li>Took 2 weeks of vacations. We went nearly in the middle of nowhere ;)</li><li>Switched phone operator again. This time it is Orange, PL and I am on prepaid. Number stayed the same of course.</li><li>Started using <a
href="http://gplus.to/hrw/">Google+</a>.</li></ul><h2>August</h2><ul><li>We had first official <a
href="http://marcin.juszkiewicz.com.pl/2011/08/08/linaro-connect-q3-11/">Linaro Connect</a> in Cambourne, UK. It was kind of conference with lot of hacking time. During it I played with all developer boards which we support and <a
href="http://marcin.juszkiewicz.com.pl/2011/08/03/what-is-wrong-with-all-those-cheap-developer-boards/">wrote what do I think about them</a>. This post gave me unofficial title of &#8216;Linaro&#8217;s main complainer&#8217; and as a result we can expect some hardware guys presence during next Linaro Connect events.</li><li>Released some [Generic Linux cross toolchain for tests](Generic Linux cross toolchain for tests) which got some use. Toolchain working group has now people working on it.</li><li>Bought <a
href="http://marcin.juszkiewicz.com.pl/2011/09/30/my-opinion-about-hannspree-hannspad-sn10t1/">Hannspree Hannspad tablet</a> running Android 2.2 by default. Played with Cyanogenmod7 and Honeycomb on it. Finally got rid of it month later as I got one with shitty screen.</li><li><a
href="http://marcin.juszkiewicz.com.pl/2011/08/31/unity-thanks-but-no/">Tried Unity</a> but gave up.</li></ul><h2>September</h2><ul><li>Modded ATX Power supply which provided 5/12V for my developer boards <a
href="http://marcin.juszkiewicz.com.pl/2011/09/01/my-devboards-lost-power-source/">got fried</a>. Replaced it with industrial +5V/20A one &#8212; no boards running at 12V at desk.</li><li>VPS upgrade from Ubuntu 10.04 &#8216;lucid&#8217; to 11.04 &#8216;natty&#8217; ended with not bootable system. All I got was <a
href="http://marcin.juszkiewicz.com.pl/2011/09/08/error-boot-loader-didnt-return-any-data/">&#8220;Error: Boot loader didn’t return any data!&#8221;</a> message from Xen. Solved problem, described for users.</li></ul><h2>October</h2><ul><li><a
href="http://marcin.juszkiewicz.com.pl/2011/10/10/bought-a-bike/">Bought a bike</a> for me and another for wife. We also got extra seat for our daughter and did some trips in forests surrounding Szczecin. Then it became too cold for family trips.</li><li>Went to <a
href="http://marcin.juszkiewicz.com.pl/2011/10/31/open-source-szczecin-conference/">Open Source Szczecin conference</a> to listen what people have to say about some projects. Was quite interesting.</li><li>Got <a
href="http://marcin.juszkiewicz.com.pl/2011/11/24/square-board-with-five-edges/">mx53 Quick Start board</a> from Freescale for my Linaro work.</li></ul><h2>November</h2><ul><li>Visited Prague, Czech Republic again. This time for Embedded Linux Conference. Nice time, met friends. There was also general assembly of OpenEmbedded e.V. organization.</li><li>Linaro Connect Q4.11 took place at same time as Ubuntu Developer Summit. Another visit in Orlando, Florida, USA. This time we got room as usual &#8212; at the end of corridor ;) Bought myself Amazon Kindle e-reader which I am now using to read some old Science Fiction books.</li><li><a
href="http://marcin.juszkiewicz.com.pl/2011/11/04/i-got-interviewed-during-linaro-connect/">I got interviewed during Linaro Connect</a> &#8212; we were talking about projects which I worked on in past, what brought me to Linux on ARM. Worth watching!</li><li>Started using Unity again.</li></ul><h2>December</h2><ul><li>After <a
href="http://marcin.juszkiewicz.com.pl/2011/12/12/used-unity-for-over-a-month/">month of using Unity</a> I went back to KDE. Too many things was interrupting my work.</li><li><a
href="http://marcin.juszkiewicz.com.pl/2011/12/15/i-feel-the-power-of-i7/">Upgraded my home machine to i7-2600K</a>. With 16GB of memory I am building everything in RAM now and lack of cpu time no longer stops me from work.</li></ul><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/03/16/trips-in-2011/" title="Permanent link to Trips in 2011">Trips in 2011</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/05/events-in-2012-which-i-will-attend/" title="Permanent link to Events in 2012 which I will attend">Events in 2012 which I will attend</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/01/05/2010-timeline/" title="Permanent link to 2010 timeline">2010 timeline</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/09/01/my-devboards-lost-power-source/" title="Permanent link to My devboards lost power source">My devboards lost power source</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/09/08/error-boot-loader-didnt-return-any-data/" title="Permanent link to Error: Boot loader didn&#8217;t return any data!">Error: Boot loader didn&#8217;t return any data!</a></li></ol></div><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/04/2011-timeline/">2011 timeline</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2012/01/04/2011-timeline/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>I feel the power of i7</title><link>http://marcin.juszkiewicz.com.pl/2011/12/15/i-feel-the-power-of-i7/</link> <comments>http://marcin.juszkiewicz.com.pl/2011/12/15/i-feel-the-power-of-i7/#comments</comments> <pubDate>Thu, 15 Dec 2011 13:13:47 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[amd64]]></category> <category><![CDATA[home-computer]]></category> <category><![CDATA[linaro]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2288</guid> <description><![CDATA[Lot of time passed since last time I upgraded my home computer. Yesterday I moved from P35 based mainboard and Core2Quad cpu to P67 and i7-2600K processor. And 16GB of memory. Main reason for change was memory. Building packages on SSD is nice and fast but I hate how system slows down when 3-4GB of [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/12/15/i-feel-the-power-of-i7/">I feel the power of i7</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p>Lot of time passed since last time <a
href="http://marcin.juszkiewicz.com.pl/2008/05/09/never-say-never/">I upgraded my home computer</a>. Yesterday I moved from P35 based mainboard and Core2Quad cpu to P67 and i7-2600K processor. And 16GB of memory.</p><p>Main reason for change was memory. Building packages on SSD is nice and fast but I hate how system slows down when 3-4GB of data needs to be removed from drive. With 8GB of memory it was hard to fit pbuilder&#8217;s instance and all running applications. And P35 based mainboards do not support more than 8GB ;( Why I did not buy P45 based mainboard&#8230; They supported 4x4GB setup&#8230;</p><p>So I checked what is on a market. Then I waited months for AMD to release Bulldozer processors. Finally they did just to show that it was waste of time.</p><p>Current PC market sucks. Shops do not know what they sell, you need to go to vendors websites for every information. Intel Sandy Bridge platform has very limited amount of PCI Express lines which means that you can not have more than one x16 slot. But shops look at board and write &#8220;two/three/../seven x16 PCIe slots&#8221; &#8212; never mind that it is one of:</p><ul><li>x16 + x8</li><li>x16 + x4</li><li>x16 + x8 + x4</li><li>x16 + x4 + x4</li></ul><p>And in most configurations x16 degrades to x8 when second slot in use as you need PCI Express switch like NVidia NF200 to &#8220;provide&#8221; more lanes to get two x16 slots.</p><p>And fun goes even more when you look at those &#8216;three x16 slots&#8217; mobos:</p><blockquote> The PCIEX4 slot shares bandwidth with the PCIEX1_1 and PCIEX1_2 slots. When the PCIEX1_1 slot or the PCIEX1_2 slot is populated with an expansion card, the PCIEX4 slot will operate at up to x1 mode.</blockquote><p>I remember board where using such x4 slot killed Serial ATA controller&#8230;</p><p>So, after long reading of all those specifications, reviews, I selected <a
href="http://uk.gigabyte.com/products/product-page.aspx?pid=3815">Gigabyte P67X-UD3-B3</a> mainboard. P67 chipset is not newest one but I do not plan to use on board graphics. I have x16 + x8 PCI Express slots (working as x8+x8 when both in use), USB 3.0 ports, firewire (which I never used), 8 Serial ATA ports (4x 6Gbps and 4x 3Gbps ones) and possibility to have 32GB of DDR3 RAM (but this has to wait for cheap 8GB sticks).</p><p>I did one speed test today: tmpfs based build of my cross toolchain packages for Ubuntu. Took one hour for armel and armhf ones. Very nice :)</p><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://marcin.juszkiewicz.com.pl/2007/08/08/why-alix-board-is-nice-and-why-not-quite/" title="Permanent link to Why Alix board is nice and why not quite">Why Alix board is nice and why not quite</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2010/10/29/i-got-efika-mx-smartbook-from-genesi/" title="Permanent link to I got Efika MX Smartbook from Genesi">I got Efika MX Smartbook from Genesi</a></li></ol></div><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/12/15/i-feel-the-power-of-i7/">I feel the power of i7</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2011/12/15/i-feel-the-power-of-i7/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Used Unity for over a month</title><link>http://marcin.juszkiewicz.com.pl/2011/12/12/used-unity-for-over-a-month/</link> <comments>http://marcin.juszkiewicz.com.pl/2011/12/12/used-unity-for-over-a-month/#comments</comments> <pubDate>Mon, 12 Dec 2011 16:00:48 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[unity]]></category> <category><![CDATA[xfce]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2277</guid> <description><![CDATA[Some of my readers may react like &#8220;WTF? Unity again? After writing &#8216;no thanks&#8217; post?&#8221; But yeah &#8212; I spent over month using it. And yes &#8212; this is going to be past tense during this week. In March I got tired of KDE4 and switched to XFCE which served me quite well during Ubuntu [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/12/12/used-unity-for-over-a-month/">Used Unity for over a month</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p>Some of my readers may react like &#8220;WTF? Unity again? After <a
href="http://marcin.juszkiewicz.com.pl/2011/08/31/unity-thanks-but-no/">writing &#8216;no thanks&#8217; post</a>?&#8221; But yeah &#8212; I spent over month using it. And yes &#8212; this is going to be past tense during this week.</p><p>In March <a
href="http://marcin.juszkiewicz.com.pl/2011/03/11/switched-to-xfce/">I got tired of KDE4 and switched to XFCE</a> which served me quite well during Ubuntu 11.04 &#8216;natty&#8217; cycle. But then I had a feeling that it becomes more and more second citizen in Ubuntu world. All those transitions from GTK+2 to GTK+3 which made some applications look ugly etc.</p><p>Then there was this discussion on Canonical internal mailing list where I wrote what do I think about Unity. It was not polite and I am sorry for that. So I decided to give Unity/2D and 3D a longer try.</p><p>Unity 2D was interesting environment. Some things were not configurable or hard to find without using <code>gconf-editor</code> and had some issues. I reported few bugs and could not reproduce some of them even:</p><ul><li><a
href="https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/888050">Desktop background not restored after switch from text console</a> &#8212; had it one day and was not able to reproduce anymore</li><li><a
href="https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/891077">Add vertical/horizontal maximize on RMB/MMB</a></li></ul><p>Also I had one issue with Unity/2D and Psi+ running at same time &#8212; was looking like Psi+ opened window, Unity composited desktop but did not noticed that window disappeared in meantime:</p><p><a
href="http://marcin.juszkiewicz.com.pl/files/2011/12/unity2d.jpg" rel="lightbox[post-2277]" ><img
src="http://marcin.juszkiewicz.com.pl/files/2011/12/unity2d-480x270.jpg" alt="Unity/2D fun" width="480" height="270" class="alignnone size-medium wp-image-2278" /></a></p><p>But as I have graphics card which knows what OpenGL is I decided to make use of it and switched to Unity/3D. This was real change. More configuration options but you have to remember that you should not touch ccsm (Compiz configuration settings manager) which is the only way to configure it.</p><p>Why &#8216;do not touch ccsm&#8217; mantra? Because it is easy to break whole Unity setup with it. But as there is no other way&#8230; For example I do not like 2&#215;2 desktop setup which was default but prefer 6&#215;1 one. Or when use wants to change keyboard shortcuts or several other things.</p><p>As usual I tried to report what I found:</p><ul><li><a
href="https://bugs.launchpad.net/ubuntu/+source/unity/+bug/891116">After switching desktops I am unable to enter data from keyboard</a> &#8212; had to switch windows/desktops just to give focus to proper one</li><li><a
href="https://bugs.launchpad.net/ubuntu/+source/unity/+bug/903085">Only window decoration is shown after un-minimize</a> &#8212; had to kill and restart application instead</li><li><a
href="https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/772063">App icon on the Unity Launcher lost track of running instance</a> &#8212; panel tells that I have gVim open but no way to get into it</li><li><a
href="https://bugs.launchpad.net/ubuntu/+source/unity/+bug/832312">During screen lock windows get moved to other workspaces</a> &#8212; nasty when you have a lot of windows and group them on desktops by activity</li><li><a
href="https://bugs.launchpad.net/ayatana-design/+bug/759724">Suggestion for &#8220;Workspace Switcher&#8221;, &#8220;Applications&#8221;, &#8220;Files &amp; Folders&#8221; and &#8220;Trash&#8221; icons</a> &#8212; cause not all parts of launcher are equal (more later)</li><li><a
href="https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/753377">Privacy problem: on resume Unity bar visible through GDM</a></li></ul><p>Some other things went into #ayatana and #ubuntu-desktop channels on irc where I had several discussions with developers. Some suggested that I must have strange configuration that I have some of my problems. There was even suggestion that I should move to QA team but I hope that no one will take it serious ;D</p><p>After that month I can admit that Unity may be usable for many users but I am not one of them. Idea of switching applications not desktops (via Start+[1-0] keys) is nice but I was not able to fully adapt to it. Mostly because I tend to have several windows of same application (terminal, gvim, web browser) and in such case I had more switching as Unity Alt-Tab switcher makes it even worse (you need to use cursor keys in it).</p><p>Application menus in top panel was one of first things which I removed. When few windows were present on screen I had several focus changes before I went from right side of screen to menu in panel. Why several? Because I am too used to &#8216;focus under mouse&#8217; way of selecting windows which is not default Unity way. And even with this enabled I did not find out how to disable &#8216;bring focused window to front&#8217;.</p><p>Other thing was side panel (launcher one). There is a way to disable devices icons but no way to disable trashcan or workspaces buttons (which I do not use). Good that other things are configurable &#8212; so I set it to 32px width and auto hide if any window wants to take space.</p><p>Application runner is hard to use. Press &#8220;Start+A&#8221;, type &#8220;xkill&#8221; and tell me what you see? Probably nothing. So run &#8220;Alt+F2&#8243; and again type &#8220;xkill&#8221; &#8212; this will work. As interface is same in both situations it may confuse users.</p><p>To add application into launcher panel you have to start it first, then find it on panel, get to context menu (usually right mouse button) and select &#8216;keep in launcher&#8217; option. Different then in other systems but can get used to it.</p><p>Systray implementation is weird but it will not be changed as there is a pressure to write indicators instead (if you do not know what it is think &#8220;panel applets&#8221;). In result some of the applications which I used for years became harder to use (Last.fm official client or Psi+ Jabber client). Some of them could get replaced by other ones or dropped.</p><p>What else? Unlocking screen can sometimes take ages^Wminutes. With KDE4 or XFCE I was able to turn on monitor, type password and begin hacking, with Unity desktop I had to remind myself what patience is because often I had to wait 1-2 minutes before &#8216;enter password to unlock screen&#8217; dialog appeared. Sometimes I even got preview of desktop in meantime (which is privacy unfriendly).</p><p>Next week I will check how KDE4 looks like and will have to decide which environment to choose. Maybe will try GNOME 3 next year? Who knows&#8230;</p><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/08/31/unity-thanks-but-no/" title="Permanent link to Unity? Thanks, but no">Unity? Thanks, but no</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/03/11/switched-to-xfce/" title="Permanent link to Switched to XFCE">Switched to XFCE</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2012/01/04/2011-timeline/" title="Permanent link to 2011 timeline">2011 timeline</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2008/05/01/going-back-to-kde-3/" title="Permanent link to Going back to KDE 3?">Going back to KDE 3?</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2010/11/24/ubuntu-one-good-or-bad/" title="Permanent link to Ubuntu One &#8212; good or bad?">Ubuntu One &#8212; good or bad?</a></li></ol></div><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/12/12/used-unity-for-over-a-month/">Used Unity for over a month</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2011/12/12/used-unity-for-over-a-month/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Square board with five edges</title><link>http://marcin.juszkiewicz.com.pl/2011/11/24/square-board-with-five-edges/</link> <comments>http://marcin.juszkiewicz.com.pl/2011/11/24/square-board-with-five-edges/#comments</comments> <pubDate>Thu, 24 Nov 2011 14:56:37 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[beagleboard]]></category> <category><![CDATA[efikamx]]></category> <category><![CDATA[linaro]]></category> <category><![CDATA[pandaboard]]></category> <category><![CDATA[quickstart]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2255</guid> <description><![CDATA[Some time ago I got yet another developer board from Linaro &#8212; this time it was i.mx53 Quickstart also known as mx53 LOCO. At that time I only found time to power it on and check does it work at all. Yesterday I booted it with Ubuntu desktop image from Linaro but without connecting to [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/11/24/square-board-with-five-edges/">Square board with five edges</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p>Some time ago I got yet another developer board from Linaro &#8212; this time it was i.mx53 Quickstart also known as mx53 LOCO. At that time I only found time to power it on and check does it work at all.</p><p>Yesterday I booted it with Ubuntu desktop image from Linaro but without connecting to display (I have HDMI addon so can use VGA and HDMI outputs). Lot of lights (voltage controls mostly) appeared on board &#8212; funny thing is that to power some of them all you need is VGA or HDMI cable connected.</p><p>Today I went shopping&#8230; Board comes with power supply (did not used), USB cable and 8GB microSD card. Last item is important as mx53loco boots from it by default &#8212; I do not know does it checks SD card too. What I lacked was Serial ATA -&gt; E-SATA cable for my external hard drive. Yes&#8230; SATA-&gt;ESATA as board has standard connector for connecting drives directly but as it lacks SATA power connector (about which <a
href="http://marcin.juszkiewicz.com.pl/2011/08/03/what-is-wrong-with-all-those-cheap-developer-boards/">I wrote already</a>) I had to use external case. Good thing is that local electronics shop had those cables available. Disk speed is quite nice:</p><div
id="attachment_2259" class="wp-caption alignnone" style="width: 490px"><a
href="http://marcin.juszkiewicz.com.pl/files/2011/11/quickstart-sata-disk.jpg" rel="lightbox[post-2255]" ><img
src="http://marcin.juszkiewicz.com.pl/files/2011/11/quickstart-sata-disk-480x339.jpg" alt="Serial ATA disk speed" width="480" height="339" class="alignnone size-medium wp-image-2262" /></a><p
class="wp-caption-text">Serial ATA disk speed</p></div><div
id="attachment_2269" class="wp-caption alignnone" style="width: 490px"><a
href="http://marcin.juszkiewicz.com.pl/files/2011/11/quickstart-sata-usb.jpg" title="Same disk on USB" rel="lightbox[post-2255]" ><img
src="http://marcin.juszkiewicz.com.pl/files/2011/11/quickstart-sata-usb-480x339.jpg" alt="Same disk on USB" width="480" height="339" class="size-medium wp-image-2269" /></a><p
class="wp-caption-text">Same disk on USB</p></div><p>Compare it with SD card:</p><div
id="attachment_2261" class="wp-caption alignnone" style="width: 490px"><a
href="http://marcin.juszkiewicz.com.pl/files/2011/11/quickstart-sdcard.jpg" title="SD card speed" rel="lightbox[post-2255]" ><img
src="http://marcin.juszkiewicz.com.pl/files/2011/11/quickstart-sdcard-480x339.jpg" alt="SD card speed" width="480" height="339" class="alignnone size-medium wp-image-2263" /></a><p
class="wp-caption-text">SD card speed</p></div><p>Which interface you prefer for storage? :) I hope that new Efika MX53 from Genesi will have some good Serial ATA storage inside.</p><p>But then I got hit by other issue&#8230; Mounting of board started to be a problem. I hope that next version of board will be bigger. This one is too packed &#8212; and HDMI addon makes it even worse at it adds 5th edge to square board. In past <a
href="http://marcin.juszkiewicz.com.pl/2010/04/08/what-makes-a-good-developer-board/">I wrote a post about perfect developer board</a> and some points apply here. What I do not like:</p><ul><li>too small amount of space around mounting holes &#8212; hard to reach with 5mm key</li><li>VGA and RS232 connectors forced me to use very tiny screws to be able to mount board to my board plate</li><li>Power button is hidden behind screw and hard to reach</li><li>HDMI addon makes use of Reset and Power buttons very hard &#8212; have to use pen or stylus instead of finger when cable is connected</li><li>leds are too bright &#8212; will have to put some duct tape on them</li></ul><p>Is there something I like? Of course &#8212; I do not want to only complain ;) This is the only cheap developer board from Linaro supported ones with native Serial ATA interface (iirc Samsung cpu could have it but Origenboard does not have connector). Two SD interfaces allow to prototype devices which require extra expansions in case of Beagleboard or Pandaboard. And this is smallest devboard I ever used (cause I never played with Gumstix &#8212; but even they usually run in some carrier boards). And compare to Texas Instruments boards it comes with cables and power supply. I plan to make small distcc/icecream farm from my ARM boards and this one will be for use one of nodes.</p><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/09/01/my-devboards-lost-power-source/" title="Permanent link to My devboards lost power source">My devboards lost power source</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2010/01/12/my-expansion-board-for-beagleboard/" title="Permanent link to My expansion board for BeagleBoard">My expansion board for BeagleBoard</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2010/11/29/debug-board-for-efika-mx-smartbook/" title="Permanent link to Debug board for Efika MX Smartbook">Debug board for Efika MX Smartbook</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/08/03/what-is-wrong-with-all-those-cheap-developer-boards/" title="Permanent link to What is wrong with all those cheap developer boards?">What is wrong with all those cheap developer boards?</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2009/08/04/nhk15-arrived/" title="Permanent link to NHK15 arrived">NHK15 arrived</a></li></ol></div><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/11/24/square-board-with-five-edges/">Square board with five edges</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2011/11/24/square-board-with-five-edges/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>I got interviewed during Linaro Connect</title><link>http://marcin.juszkiewicz.com.pl/2011/11/04/i-got-interviewed-during-linaro-connect/</link> <comments>http://marcin.juszkiewicz.com.pl/2011/11/04/i-got-interviewed-during-linaro-connect/#comments</comments> <pubDate>Fri, 04 Nov 2011 10:36:20 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[consulting]]></category> <category><![CDATA[linaro]]></category> <category><![CDATA[linaroconnect]]></category> <category><![CDATA[nokia]]></category> <category><![CDATA[openembedded]]></category> <category><![CDATA[openmoko]]></category> <category><![CDATA[openzaurus]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[uds]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2247</guid> <description><![CDATA[Half year ago at UDS-O in Budapest Michael Opdenacker interviewed some people from Linaro. I remember that at the end of event Kiko asked him did he talked with me cause he thought that it could be interesting for someone. Then we had another Linaro Connect (in Cambourne) and nothing happened. But in previous week [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/11/04/i-got-interviewed-during-linaro-connect/">I got interviewed during Linaro Connect</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p>Half year ago at UDS-O in Budapest <a
href="http://opdenacker.org/">Michael Opdenacker</a> interviewed some people from Linaro. I remember that at the end of event Kiko asked him did he talked with me cause he thought that it could be interesting for someone.</p><p>Then we had another Linaro Connect (in Cambourne) and nothing happened. But in previous week I got an email that there will be interview with me in Orlando and that I should choose time slot for it. So I did and here is the result:</p><p>httpv://www.youtube.com/watch?v=ajNSrQfFcPA</p><p>What we were talking about? Check it yourself. And please comment did you enjoyed.</p><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/11/04/i-got-interviewed-during-linaro-connect/">I got interviewed during Linaro Connect</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2011/11/04/i-got-interviewed-during-linaro-connect/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Calxeda announced ARM server product</title><link>http://marcin.juszkiewicz.com.pl/2011/11/02/calxeda-announced-arm-server-product/</link> <comments>http://marcin.juszkiewicz.com.pl/2011/11/02/calxeda-announced-arm-server-product/#comments</comments> <pubDate>Tue, 01 Nov 2011 23:11:10 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[conferences]]></category> <category><![CDATA[linaro]]></category> <category><![CDATA[linaroconnect]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[uds]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2239</guid> <description><![CDATA[It is not often when I am writing about just announced things but today Calxeda company has announced their EnergyCore cpu modules. Imagine processor which takes 5W energy, has 4 ARM cores, 4MB of L2 cache, 4 Serial-ATA connectors (lot of 4s ;D) and 5 10Gb links for connecting with other cpus. Then put four [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/11/02/calxeda-announced-arm-server-product/">Calxeda announced ARM server product</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p>It is not often when I am writing about just announced things but today <a
href="http://www.calxeda.com/company/newsroom/pressreleases/63-calxeda-launches-energycore-processor">Calxeda company has announced</a> their EnergyCore cpu modules.</p><p>Imagine processor which takes 5W energy, has 4 ARM cores, 4MB of L2 cache, 4 Serial-ATA connectors (lot of 4s ;D) and 5 10Gb links for connecting with other cpus. Then put four (again :) such chips on card. Then take 4U rack case and put 4 trays of cpu modules (72 cpus) and you have insane amount of nodes in small space. And all of that will take really small amount of power (5W per cpu, no network switches, no cables).</p><p><a
href="http://marcin.juszkiewicz.com.pl/files/2011/11/redstone.jpg" rel="lightbox[post-2239]" ><img
src="http://marcin.juszkiewicz.com.pl/files/2011/11/redstone-480x396.jpg" alt="HP Redstone server" width="480" height="396" class="alignnone size-medium wp-image-2240" /></a></p><p>In <a
href="http://www.hp.com/hpinfo/newsroom/press/2011/111101xa.html">HP announcement</a> they wrote that first servers will be available in 1H of 2012 &#8212; no pricing anyway. Presentation shown that half of rack of HP Redstone servers will take 9.1kW of energy and can replace 10 racks of x86 machines (eating 91kW). Of course that&#8217;s for situations when there is no need for more then 4GB of ram per node (which is limit of ARM cores used by Calxeda).</p><p>I wonder when one of such beasts will land in Canonical build farm. It would make Ubuntu port of ARM flying when it comes to building software.</p><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/11/24/square-board-with-five-edges/" title="Permanent link to Square board with five edges">Square board with five edges</a></li></ol></div><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/11/02/calxeda-announced-arm-server-product/">Calxeda announced ARM server product</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2011/11/02/calxeda-announced-arm-server-product/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Error: Boot loader didn&#8217;t return any data!</title><link>http://marcin.juszkiewicz.com.pl/2011/09/08/error-boot-loader-didnt-return-any-data/</link> <comments>http://marcin.juszkiewicz.com.pl/2011/09/08/error-boot-loader-didnt-return-any-data/#comments</comments> <pubDate>Thu, 08 Sep 2011 14:30:46 +0000</pubDate> <dc:creator>Marcin Juszkiewicz</dc:creator> <category><![CDATA[default]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[xen]]></category><guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=2202</guid> <description><![CDATA[Today I upgraded my virtual machine from Ubuntu 10.04 &#8216;lucid&#8217; to 11.04 &#8216;natty&#8217; + 3.0 kernel from 11.10 &#8216;oneiric&#8217;. For first time I used official way for upgrades and did that step by step (lucid -> maverick -> natty) with reboot on each step. Each upgrade ended with reboot of vm. But fun started when [...]<p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/09/08/error-boot-loader-didnt-return-any-data/">Error: Boot loader didn&#8217;t return any data!</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></description> <content:encoded><![CDATA[<p>Today I upgraded my virtual machine from Ubuntu 10.04 &#8216;lucid&#8217; to 11.04 &#8216;natty&#8217; + 3.0 kernel from 11.10 &#8216;oneiric&#8217;. For first time I used official way for upgrades and did that step by step (lucid -> maverick -> natty) with reboot on each step. Each upgrade ended with reboot of vm.</p><p>But fun started when I wanted to install 3.0 kernel from 11.10 &#8216;oneiric&#8217;&#8230; Installation went fine &#8212; mostly due to <a
href="http://marcin.juszkiewicz.com.pl/2011/06/20/linux-3-0-under-ubuntu-natty-11-04/#comment-53861">Alex&#8217;s comment</a> to <a
href="http://marcin.juszkiewicz.com.pl/2011/06/20/linux-3-0-under-ubuntu-natty-11-04/">my blog post about it</a>. But after reboot machine did not wanted to boot at all ;(</p><p>&#8220;<code>xm create NAME</code>&#8221; resulted in &#8220;Error: Boot loader didn&#8217;t return any data!&#8221; message&#8230; After some googling (as I never was XEN administrator) and experiments I got what was wrong. We use &#8216;py-grub&#8217; to boot VMs and this tool uses &#8220;/boot/grub/menu.lst&#8221; to get information which kernel to boot. But Ubuntu systems are using &#8220;/boot/grub/grub.cfg&#8221; due to grub2 instead of grub-legacy.</p><p>Anyway I updated menu.lst by hand and VM booted fine. Need to remember for next kernel update ;)</p><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://marcin.juszkiewicz.com.pl/2011/06/20/linux-3-0-under-ubuntu-natty-11-04/" title="Permanent link to Linux 3.0 under Ubuntu &#8216;natty&#8217; 11.04">Linux 3.0 under Ubuntu &#8216;natty&#8217; 11.04</a></li><li> <a
href="http://marcin.juszkiewicz.com.pl/2006/11/07/how-to-flash-bios-without-floppy-disk-drive/" title="Permanent link to How to flash BIOS without floppy disk drive">How to flash BIOS without floppy disk drive</a></li></ol></div><p><hr
/><p><small>All rights reserved &copy; <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a><br
/> <a
href="http://marcin.juszkiewicz.com.pl/2011/09/08/error-boot-loader-didnt-return-any-data/">Error: Boot loader didn&#8217;t return any data!</a> was originally posted on <a
href="http://marcin.juszkiewicz.com.pl">Marcin Juszkiewicz</a> website</small></p></p> ]]></content:encoded> <wfw:commentRss>http://marcin.juszkiewicz.com.pl/2011/09/08/error-boot-loader-didnt-return-any-data/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching using disk: basic
Object Caching 1760/1964 objects using disk: basic

Served from: marcin.juszkiewicz.com.pl @ 2012-02-09 04:49:21 -->
