<?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 &#187; HTC</title>
	<atom:link href="http://open-nandra.com/tag/htc/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-nandra.com</link>
	<description>open source</description>
	<lastBuildDate>Thu, 09 Sep 2010 11:28:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Repository for omap850 ASoC audio driver template</title>
		<link>http://open-nandra.com/2010/01/repository-for-omap850-asoc-audio-driver-template/</link>
		<comments>http://open-nandra.com/2010/01/repository-for-omap850-asoc-audio-driver-template/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 20:52:55 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HTC]]></category>
		<category><![CDATA[ASoC]]></category>
		<category><![CDATA[Wizard]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=317</guid>
		<description><![CDATA[Hey guy who wish to have asap audio working on your HTC wings, wizards&#8230;. One month before I started to work on porting existing omap850 audio driver to latest kernels ASoC driver. Currently I have no very much time but I just prepared templates for ASoC audio driver. Currently when you compile ASoC driver and [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guy who wish to have asap audio working on your HTC wings, wizards&#8230;.</p>
<p><span id="more-317"></span>One month before I started to work on porting existing omap850 audio driver to latest kernels ASoC driver.<br />
Currently I have no very much time but I just prepared templates for ASoC audio driver.</p>
<p>Currently when you compile ASoC driver and boot during on WM playing music you can also play music in linux with this template<br />
using aplay, mplayer or whatever.</p>
<p>Current driver consist from more parts. I make a decision to split EAC code to codec dai and cpu dai.<br />
Maybee in future it will be combined again but will see.</p>
<p>You can clone from (using git or http protocol ):</p>
<pre>git://github.com/nandra/linux-omap.git

http://github.com/nandra/linux-omap.git</pre>
<p>branch is eac_audio.</p>
<p>All contributors and reviewers are WELCOME <img src='http://open-nandra.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Marek</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2010/01/repository-for-omap850-asoc-audio-driver-template/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Repository for OMAP850 audio driver (update)</title>
		<link>http://open-nandra.com/2009/10/repository-for-omap850-audio-driver-update/</link>
		<comments>http://open-nandra.com/2009/10/repository-for-omap850-audio-driver-update/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 09:50:31 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HTC]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=308</guid>
		<description><![CDATA[Because of previous storage doesn’t work I move linwizard kernel to github.com. You can find sources at: git://github.com/nandra/omap_850_kernel.git]]></description>
			<content:encoded><![CDATA[<p>Because of previous storage doesn’t work I move linwizard kernel to github.com.</p>
<p>You can find sources at: <a rel="#git-clone" href="git://github.com/nandra/omap_850_kernel.git">git://github.com/nandra/omap_850_kernel.git</a></p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2009/10/repository-for-omap850-audio-driver-update/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to setup nfs root for HTC development.</title>
		<link>http://open-nandra.com/2009/03/how-to-setup-nfs-root-for-htc-development/</link>
		<comments>http://open-nandra.com/2009/03/how-to-setup-nfs-root-for-htc-development/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 22:02:49 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HOW-TOs]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[cdc]]></category>
		<category><![CDATA[nfs]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=128</guid>
		<description><![CDATA[After 4 hours of collaboration and testing I would like to share how to setup nfs rootfs for speeding up HTC (or whatever) development.I assume you have nfs server installed and running . In below example will be server ip:192.168.2.16 and target ip:192.168.2.15. 1. copy rootfs somewhere to filesystem e.g. /home/user/rootfs 2. export directory in [...]]]></description>
			<content:encoded><![CDATA[<p>After 4 hours of collaboration and testing I would like to share how to setup nfs rootfs for speeding up HTC (or whatever) development.<span id="more-128"></span>I assume you have nfs server installed and running <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . In below example will be server ip:192.168.2.16 and target ip:192.168.2.15.</p>
<p>1. copy rootfs somewhere to filesystem e.g. /home/user/rootfs</p>
<p>2. export directory in /etc/exports<br />
should look like:<br />
/home/user/rootfs   192.168.2.0/3(rw,sync,no_root_squash,no_subtree_check)</p>
<p>3. restart nfs-server: /etc/init.t/nfsserver restart</p>
<p>4. Server will be connected to target via cdc-ether interface. To avoid problems we need to add<br />
static ip configuration for usb0 interface. I&#8217;m running on opensuse for different distros check<br />
manual.<br />
Create new file in : /etc/sysconfig/network/ifcfg-usb0<br />
# USB configuration for HTC phones<br />
BOOTPROTO=&#8217;static&#8217;<br />
IPADDR=&#8217;192.168.2.16&#8242;<br />
NETMASK=&#8217;255.255.255.0&#8242;<br />
NAME=&#8217;usb0&#8242;<br />
STARTMODE=&#8217;hotplug&#8217;<br />
USERCONTROL=&#8217;no&#8217;<br />
BROADCAST=&#8221;<br />
ETHTOOL_OPTIONS=&#8221;<br />
MTU=&#8221;<br />
NETWORK=&#8221;<br />
REMOTE_IPADDR=&#8221;</p>
<p>5. Add correct kernel command parameters.<br />
set CMDLINE &#8220;root=/dev/nfs ip=192.168.2.15 nfsroot=192.168.2.16:/home/user/rootfs ,nfsvers=3&#8243;</p>
<p>5. Run Haret and enjoy. That&#8217;s all <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Note:</p>
<p>I face that problems with Kernel panic &#8211; attemp to kill init was caused by non existing /dev/console node. To create new one run sudo mknod &lt;path to rootfs dev&gt;/console c 5 1</p>
<p>Marek</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2009/03/how-to-setup-nfs-root-for-htc-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking HTC Oxygen (HTC 310, SPVC 100)</title>
		<link>http://open-nandra.com/2009/01/hacking-htc-oxygen-htc-310-spvc-100/</link>
		<comments>http://open-nandra.com/2009/01/hacking-htc-oxygen-htc-310-spvc-100/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 17:00:12 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HTC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oxygen]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=67</guid>
		<description><![CDATA[It&#8217;s an one of the first smartphones from HTC. I bought one from my colleague for trying to port linux on it. Currently some work was done on similar models like Typhoon or Tornado (http://vivien.chappelier.free.fr/typhoon/index.html). I try to get sources from mentioned web page, browse and try to compile kernel for Typhoon model. I was [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s an one of the first smartphones from HTC. I bought one from my colleague for trying to port linux on it. <span id="more-67"></span>Currently some work was done on similar models like Typhoon or Tornado (<a href="http://vivien.chappelier.free.fr/typhoon/index.htm" target="_blank">http://vivien.chappelier.free.fr/typhoon/index.htm</a>l).<br />
I try to get sources from mentioned web page, browse and try to compile kernel for Typhoon model. I was lucky <img src='http://open-nandra.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so compilation works for first time without errors.</p>
<p>Next I load image to SD card on phone and with using Haret (<a href="http://www.handhelds.org/moin/moin.cgi/HaRET" target="_blank">http://www.handhelds.org/moin/moin.cgi/HaRET</a>) try to load kernel from winCE. After message jumping to kernel I see only nice variety of colors on display but not recognizable text <img src='http://open-nandra.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Problem could be because of display resolution. Next try will be to adapt existing fb driver for Oxygen TFT display. Trying to search for some specs wasn&#8217;t successfull so I try to open device and check producer name or any other clue. So thats the progress. You can find early more infos in new project.</p>
<p>Marek</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2009/01/hacking-htc-oxygen-htc-310-spvc-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
