<?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>open-nandra</title>
	<atom:link href="http://open-nandra.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-nandra.com</link>
	<description>open source</description>
	<lastBuildDate>Tue, 05 Feb 2013 20:54:22 +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>Openhab on raspberrypi</title>
		<link>http://open-nandra.com/2013/01/openhab-on-raspberrypi/</link>
		<comments>http://open-nandra.com/2013/01/openhab-on-raspberrypi/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 22:53:12 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=664</guid>
		<description><![CDATA[Openhab looks interesting for (not only geek) home automation. Despite of fact it&#8217;s written in java it have really nice bindings for different types of buses + native applications for iOS and Android + web access. Also provide nice designer where you can describe by semi language actions and everything about automation. I follow some advice [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/openhab" target="_blank">Openhab</a> looks interesting for (not only geek) home automation. Despite of fact it&#8217;s written in java <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  it have really nice bindings for different types of buses + native applications for iOS and Android + web access. Also provide nice designer where you can describe by semi language actions and everything about automation. I follow some advice on more webpages how to run it on raspberrypi and below you can find how to do.<span id="more-664"></span>1. get armhf raspbian image from : <a href="http://www.raspberrypi.org/downloads" target="_blank">http://www.raspberrypi.org/downloads</a> (and install it on SD card)</p>
<p>2. get java from : <a href="http://jdk8.java.net/fxarmpreview" target="_blank">http://jdk8.java.net/fxarmpreview</a><br />
3. copy tar.gz file to board with e.g. rsync or other way<br />
4. untar file:</p>
<pre><code>sudo tar -zxvf file_name -C /opt</code></pre>
<div id="highlighter_13275">5. get openhab runtime: <a href="http://openhab.googlecode.com/files/openhab-runtime-1.1.0.zip" target="_blank">http://openhab.googlecode.com/files/openhab-runtime-1.1.0.zip</a></div>
<p>6. unzip it e.g. to /home/pi/openhab<br />
7. add to .bashrc following lines:</p>
<pre>export JAVA_HOME="/opt/jdk1.8.0"
export PATH=$PATH:$JAVA_HOME/bin</pre>
<p>8. make start.sh script in openhab executable by:</p>
<pre>chmod u+x start.sh</pre>
<p>9. run ./start.sh (in openhab directory)</p>
<p>I verify working state with android phone. I can see demo screens and changing toggle buttons and so on.</p>
<p>Really impressed.</p>
<p>Some parts overtaken from : <a href="http://javafx.steveonjava.com/javafx-on-raspberry-pi-3-easy-steps/">http://javafx.steveonjava.com/javafx-on-raspberry-pi-3-easy-steps/</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2013/01/openhab-on-raspberrypi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airplay audio wifi streaming on pandaboard using shairport.</title>
		<link>http://open-nandra.com/2012/07/airplay-audio-wifi-streaming-on-pandaboard-using-shairport/</link>
		<comments>http://open-nandra.com/2012/07/airplay-audio-wifi-streaming-on-pandaboard-using-shairport/#comments</comments>
		<pubDate>Wed, 25 Jul 2012 20:39:25 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HOW-TOs]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=650</guid>
		<description><![CDATA[I saw week ago Airplay audio streaming on RapsberryPi board using shairport (https://github.com/albertz/shairport). I have pandaboard A2 so why didn&#8217;t try it also there. Latest released 3.5 kernel works fine with pandaboard so compile my own kernel + use emdebian rootfs (how to is here). Then just follow dependency information from here and compile shairport. After [...]]]></description>
			<content:encoded><![CDATA[<p>I saw week ago Airplay audio streaming on RapsberryPi board using shairport (https://github.com/albertz/shairport). I have pandaboard A2 so why didn&#8217;t try it also there.<span id="more-650"></span></p>
<p>Latest released 3.5 kernel works fine with pandaboard so compile my own kernel + use emdebian rootfs (how to is <a href="http://eewiki.net/display/linuxonarm/PandaBoard#PandaBoard-DebianWheezy%28snapshot%29%28armhfbased%29RootFileSystem" target="_blank">here</a>).</p>
<p>Then just follow dependency information from <a href="http://tomsolari.id.au/post/27169019561/airplay-music-streaming-on-raspberry-pi" target="_blank">here</a> and compile shairport.</p>
<p>After runnig perl shairport.pl I have no audio. Problem was that outputs was disabled (enable Headset Left+Right Playback in alsamixer).</p>
<p>Anyways I finally get some sound. It&#8217;s bit distorted but at least something working <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>There seems to be some kernel issue:</p>
<p>[ 4598.182617] DMA synchronization event drop occurred with device 66<br />
[ 4598.744140] DMA synchronization event drop occurred with device 66</p>
<p>Will investigate later.</p>
<p>Cheers.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2012/07/airplay-audio-wifi-streaming-on-pandaboard-using-shairport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buildroot contribution &#8211; ofono package</title>
		<link>http://open-nandra.com/2012/05/buildroot-contribution-ofono-package/</link>
		<comments>http://open-nandra.com/2012/05/buildroot-contribution-ofono-package/#comments</comments>
		<pubDate>Tue, 29 May 2012 20:58:11 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[buildroot]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=638</guid>
		<description><![CDATA[If you like Buildroot heads up &#8211; I&#8217;ve added ofono support. Get and use Buildroot ! Link to pach: http://lists.busybox.net/pipermail/buildroot/2012-May/054307.html]]></description>
			<content:encoded><![CDATA[<p>If you like Buildroot heads up <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8211; I&#8217;ve added ofono support. Get and use Buildroot !</p>
<p>Link to pach: http://lists.busybox.net/pipermail/buildroot/2012-May/054307.html</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2012/05/buildroot-contribution-ofono-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year 2012</title>
		<link>http://open-nandra.com/2012/01/happy-new-year-2012/</link>
		<comments>http://open-nandra.com/2012/01/happy-new-year-2012/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 13:10:31 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=629</guid>
		<description><![CDATA[Happy New year 2012.  Best wisher from me and my family. As I&#8217;ve read yesterday : Hack your life]]></description>
			<content:encoded><![CDATA[<p>Happy New year 2012.  Best wisher from me and my family. As I&#8217;ve read yesterday : Hack your life <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2012/01/happy-new-year-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Compile 32bit kernel on 64 bit machine without chroot magic</title>
		<link>http://open-nandra.com/2011/10/compile-32bit-kernel-on-64-bit-machine-without-chroot-magic/</link>
		<comments>http://open-nandra.com/2011/10/compile-32bit-kernel-on-64-bit-machine-without-chroot-magic/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 19:53:23 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HOW-TOs]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=617</guid>
		<description><![CDATA[I become in situation I have fast 8 core machine with 64 bit debian installed. How to compile 32 bit kernel debian way? 1. install following packages: ﻿﻿ia32-libs, lib32gcc1, lib32ncurses5, libc6-i386, util-linux, lib32c-devel 2. if want fresh config just run : make i386_defconfig ARCH=i386; make allmodconfig ARCH=i386 3.  ﻿﻿export CONCURRENCY_LEVEL= number of cores + 1 (compilation [...]]]></description>
			<content:encoded><![CDATA[<p>I become in situation I have fast 8 core machine with 64 bit debian installed. How to compile 32 bit kernel debian way?<span id="more-617"></span></p>
<p>1. install following packages: ﻿﻿ia32-libs, lib32gcc1, lib32ncurses5, libc6-i386, util-linux, lib32c-devel<br />
2. if want fresh config just run : <em>make i386_defconfig ARCH=i386; make allmodconfig ARCH=i386</em><br />
3.  ﻿﻿export CONCURRENCY_LEVEL= number of cores + 1 (compilation will be little bit faster <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )<br />
4. <em>make-kpkg clean &#8211;cross-compile &#8211; &#8211;arch=i386; fakeroot linux32 make-kpkg &#8211;initrd &#8211;append-to-version=-version &#8211;cross-compile &#8211; &#8211;arch=i386 &#8211;revision=1.0.my_kernel kernel_image</em></p>
<p>And that&#8217;s it. So easy <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Marek</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2011/10/compile-32bit-kernel-on-64-bit-machine-without-chroot-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New projects</title>
		<link>http://open-nandra.com/2011/06/new-projects-2/</link>
		<comments>http://open-nandra.com/2011/06/new-projects-2/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 19:24:00 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pandaboard]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=608</guid>
		<description><![CDATA[It was long time I wrote some post so forgive me . It was little bit busy months. Anyway I&#8217;m still working on some opensource projects. One of them will be based on Panda board so any new findings and fixes will be reported here. Stay tuned marek &#160;]]></description>
			<content:encoded><![CDATA[<p>It was long time I wrote some post so forgive me <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . It was little bit busy months. Anyway I&#8217;m still working on some opensource projects. One of them will be based on Panda board so any new findings and fixes will be reported here. Stay tuned <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>marek</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2011/06/new-projects-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-shop is running</title>
		<link>http://open-nandra.com/2011/02/e-shop-is-running/</link>
		<comments>http://open-nandra.com/2011/02/e-shop-is-running/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 19:00:19 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[artila]]></category>
		<category><![CDATA[e-shop]]></category>
		<category><![CDATA[industrial]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=597</guid>
		<description><![CDATA[I prepare e-shop for selling mainly industrial PC HW based on ARM cpu from Artila company. Here you can find a products: e-shop (currently in slovak language only).]]></description>
			<content:encoded><![CDATA[<p>I prepare e-shop for selling mainly industrial PC HW based on ARM cpu from Artila company. Here you can find a products: <a href="http://open-nandra.com/shop" target="_blank">e-shop</a> (currently in slovak language only).</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2011/02/e-shop-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most active 2.6.37 developers</title>
		<link>http://open-nandra.com/2011/01/most-active-2-6-37-developers/</link>
		<comments>http://open-nandra.com/2011/01/most-active-2-6-37-developers/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 08:57:19 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[2.6.37]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=574</guid>
		<description><![CDATA[When reading last week LWN Weekly Edition on lwn.net there was a report about most active 2.6.37 developers. And my name was there . Look at proof: link is: ﻿﻿http://lwn.net/Articles/420887/]]></description>
			<content:encoded><![CDATA[<p>When reading last week LWN Weekly Edition on lwn.net there was a report about most active 2.6.37 developers. And my name was there <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Look at proof:</p>
<p><span id="more-574"></span><br />
link is: ﻿﻿<a href="http://lwn.net/Articles/420887/">http://lwn.net/Articles/420887/</a></p>
<p><a href="http://lwn.net/Articles/420887/"></a><br />
<a href="http://open-nandra.com/wp-content/uploads/Screenshot.png"><img class="alignleft size-medium wp-image-576" title="2.6.37" src="http://open-nandra.com/wp-content/uploads/Screenshot-300x168.png" alt="" width="300" height="168" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2011/01/most-active-2-6-37-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel 2.6.37 is out</title>
		<link>http://open-nandra.com/2011/01/kernel-2-6-37-is-out/</link>
		<comments>http://open-nandra.com/2011/01/kernel-2-6-37-is-out/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 09:48:16 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Kernel]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=557</guid>
		<description><![CDATA[Kernel 2.6.37 is released today with some our contributions. Main focus was on cleaning ft1000 driver. Some minor updates also on other drivers. List of patches:﻿﻿﻿ ﻿Marek Belisko (29): Staging: Add support for Flarion OFDM usb and pcmcia devices. staging: ft1000-usb: Add correct procedure for fw image downloading. staging: ft1000-usb: Remove global flag DSP_loading. staging: [...]]]></description>
			<content:encoded><![CDATA[<p>Kernel 2.6.37 is released today with some our contributions. Main focus was on cleaning ft1000 driver. Some minor updates also on other drivers.<span id="more-557"></span></p>
<p>List of patches:﻿﻿﻿</p>
<p>﻿Marek Belisko (29):</p>
<div id="_mcePaste">Staging: Add support for Flarion OFDM usb and pcmcia devices.</div>
<div id="_mcePaste">staging: ft1000-usb: Add correct procedure for fw image downloading.</div>
<div id="_mcePaste">staging: ft1000-usb: Remove global flag DSP_loading.</div>
<div id="_mcePaste">staging: ft1000: Fix memory leak when polling fail.</div>
<div id="_mcePaste">staging: ft1000: Remove unused/unnecessary comments.</div>
<div id="_mcePaste">staging: ft1000: get rid of typedef usage.</div>
<div id="_mcePaste">staging: ft1000: various checkpatch.pl fixes.</div>
<div id="_mcePaste">staging: ft1000: lines over 80 characters corrected.</div>
<div id="_mcePaste">staging: ft1000: replace and remove c99 comments.</div>
<div id="_mcePaste">staging: ft1000: correct indentations for ft1000_usb.c file.</div>
<div id="_mcePaste">staging: ft1000: remove dead code.</div>
<div id="_mcePaste">staging: ft1000: Get rid of using atoi.</div>
<div id="_mcePaste">staging: ft1000: Use specific error return value.</div>
<div id="_mcePaste">staging: ft1000: Remove unused function ft1000_hbchk()</div>
<div id="_mcePaste">staging: ft1000: Remove MEDIAMSG typedef usage.</div>
<div id="_mcePaste">staging: ft1000: Remove DSPINITMSG typedef usage.</div>
<div id="_mcePaste">staging: ft1000: Remove APP_INFO_BLOCK typedef usage.</div>
<div id="_mcePaste">staging: ft1000: Remove PROV_RECORD typedef usage.</div>
<div id="_mcePaste">staging: ft1000: Remove PSEUDO_HDR typedef usage.</div>
<div id="_mcePaste">staging: ft1000: Remove DRVMGS typedef usage.</div>
<div id="_mcePaste">staging: ft1000: Check return value when init net device.</div>
<div id="_mcePaste">staging: ft1000: Use specific return error codes.</div>
<div id="_mcePaste">staging: ft1000: Use specific error return code for reg_ft1000_netdev().</div>
<div id="_mcePaste">staging: ft1000: Get rid of using typedef.</div>
<div id="_mcePaste">staging: ft1000: Remove dead code from ft1000_hw.c</div>
<div id="_mcePaste">staging: ft1000: Remove FT1000_INFO typedef usage.</div>
<div id="_mcePaste">ASoC: s3c24xx: Fix compilation problem for mini2440</div>
<div id="_mcePaste">omap1: htc_herald: Fix compilation warning.</div>
<div id="_mcePaste">omap1: pm_bus: Fix compilation warning.</div>
<p>Marek <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2011/01/kernel-2-6-37-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas 2010</title>
		<link>http://open-nandra.com/2010/12/merry-christmas-2010/</link>
		<comments>http://open-nandra.com/2010/12/merry-christmas-2010/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 10:15:07 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=546</guid>
		<description><![CDATA[﻿]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">﻿<img class="aligncenter" src="http://chuckysplayhouse.com/e107_plugins/autogallery/Gallery/Miscellanious/th_Christmas_Tux_!.png" alt="" width="100" height="80" /></p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2010/12/merry-christmas-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
