<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The D line</title>
	<atom:link href="http://arundavidp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arundavidp.wordpress.com</link>
	<description>snaps on embedded development python c and (o)ther things by Arun</description>
	<lastBuildDate>Sat, 19 Nov 2011 15:18:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='arundavidp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The D line</title>
		<link>http://arundavidp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arundavidp.wordpress.com/osd.xml" title="The D line" />
	<atom:link rel='hub' href='http://arundavidp.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The Troubled life &#124; Life with Hawkboard Part 4</title>
		<link>http://arundavidp.wordpress.com/2011/11/19/the-troubled-life-life-with-hawkboard-part-4-2/</link>
		<comments>http://arundavidp.wordpress.com/2011/11/19/the-troubled-life-life-with-hawkboard-part-4-2/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 14:52:08 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=82</guid>
		<description><![CDATA[Then I understood that uboot is just a bootloader and our hawkboard nand memory contains a built-in uboot and it needs to boot a Linux Kernel, which I need to provide it. The Linux Kernel should be provided with a root filesystem which contains our image processing application along with the necessary files like Linux [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=82&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Then I understood that uboot is just a bootloader and our hawkboard nand memory contains a built-in uboot and it needs to boot a Linux Kernel, which I need to provide it. The Linux Kernel should be provided with a root filesystem which contains our image processing application along with the necessary files like Linux system files, libraries, gcc, and other barebone things. This is a basic knowledge everyone who works in embedded should know, but since I was somebody who learns stuff when I get stuck rather than watching others and learning, it was a great eye opening knowledge for me at that time.</p>
<p>So now I am ready with a hawkboard connected to my ubuntu running laptop with serial to usb connector, and I can see the uboot command prompt as hawkboard&gt; in my gtkterm screen.</p>
<p>The next logical step is to obtain a Linux Kernel bootable image file that is configured to work in hawkboard i.e. OMAP-L138. Along with the Linux Kernel I need to obtain a root filesystem having the necessary files and folders containing required data that will eventually give me a bash prompt from which I can call my image processing application when the hawkboard is fully ready. All this files and all should be build in such a way that it will run in an ARM system, so I may need to do some cross compilation inside my ubuntu laptop to build the above mentioned files.</p>
<p>Instead of building ARM based Linux Kernel image and Root filesystem in the first trial itself, I decided to use the files recommended by the hawkboard community itself. So that I can see my hawkboard booting and entering into a bash shell, without many troubles and delays that comes as part of using custom made files.</p>
<p>I download Linux Kernel image from</p>
<p>http://hawkboard.googlecode.com/files/uImage_v1</p>
<p>and RAM Disk image (actually a root filesystem which can be stored and loaded into RAM memory, instead of accessing a real root filesystem from a usb drive or sd card, but the bad side is the changes you make to the files in RAM Disk image will not be retained on next loading) from</p>
<p>http://hawkboard.googlecode.com/files/ramdisk_v1.gz</p>
<p>I stored both these files in my ubuntu laptop.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=82&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2011/11/19/the-troubled-life-life-with-hawkboard-part-4-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>The Troubled life &#124; Life with Hawkboard Part 3 B</title>
		<link>http://arundavidp.wordpress.com/2011/11/19/the-troubled-life-life-with-hawkboard-part-4/</link>
		<comments>http://arundavidp.wordpress.com/2011/11/19/the-troubled-life-life-with-hawkboard-part-4/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 14:44:57 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=71</guid>
		<description><![CDATA[But in my foolish mind, I thought it would be some problem with the board that it is not booting into a linux. So I decided to do a Booting uboot over the UART (serial port). I turned off the power supply to the board and changed the position of DIP switch to 1-OFF,2-ON,3-OFF,4-ON. Downloaded [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=71&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>But in my foolish mind, I thought it would be some problem with the board that it is not booting into a linux. So I decided to do a Booting uboot over the UART (serial port). I turned off the power supply to the board and changed the position of DIP switch to 1-OFF,2-ON,3-OFF,4-ON.<br />
Downloaded the UART Host Utility from http://www-s.ti.com/sc/techlit/sprab41.zip . unzipped the file in a Windows system. Installed the AISgen_d800k006_Install_v1.7.exe and now I have a UART Host utility available in Program Files\Texas Inst… Note that it is better to install the above tool in a Windows system with .NET framework installed (you can download it from http://www.microsoft.com/net/download.aspx ).</p>
<p>You need to have windows hyperterminal tool for serial port communication before you do anything like booting uboot over UART. Now you need to connect your serial to usb converter into the usb port of your windows running computer. Rigth click the my computer and take the Properties. Click the tab of Advanced Settings and click button “Device Manager”. Device Manger window will open now. click on the arrow left to COM devices, there you can see all the COM peripherals connected to your computer right now. You can also your serial to usb converter and associated COM PORT like COM 19 etc. Open the hyperterminal and go to File&gt;Properties and select COM 19 and click on its properties button and change the Bits per Second to 115200, Data bits to 8, Parity to None, Stop bits to 1, and Flow Control to None. Now click OK.</p>
<p>Now connect the hawkboard to serial to usb converter and power on it. Click the Telephone button on the Hyperterminal and press enter button. you can see a message<br />
BOOT ME.<br />
then click on the telephone hang button(else UART host utility can’t acess the hawkboard).<br />
Then I opened the Uart Host Utility loaded u-boot_uart_ais_v1.bin from http://code.google.com/p/hawkboard/downloads/list as ais file. Selected COM19 and baud rate as 115200. Clicked on the Start button. A lot of messages came in the window and finaly something like (Serial Port): Closing COM19. Then I looked into the hyerterminal and clicked on the telephone button and pressed enter again I saw a “hawkboard&gt;” prompt. Now I thought the board got some serious issues and it is the reason for the above behaviour.</p>
<p>Later after a lot of googling, I found that the problem is that I didn’t put a kernel and root filesystem into to the board to boot it up.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=71&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2011/11/19/the-troubled-life-life-with-hawkboard-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>The Troubled life &#124; Life with Hawkboard Part 3</title>
		<link>http://arundavidp.wordpress.com/2011/03/26/the-troubled-life-life-with-hawkboard-part-3/</link>
		<comments>http://arundavidp.wordpress.com/2011/03/26/the-troubled-life-life-with-hawkboard-part-3/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 01:05:37 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=62</guid>
		<description><![CDATA[The solution for such serial usb connector problem as mentioned in the previous post is just buy another cable and try your luck again. So I bought a &#8220;ch 340&#8243; serial usb cable and connected the cable to computer and hawkboard again. Open the gtkterm and set the serial port communication parameters as done in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=62&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The solution for such serial usb connector problem as mentioned in the previous post is just buy another cable and try your luck again. So I bought a &#8220;ch 340&#8243; serial usb cable and connected the cable to computer and hawkboard again. Open the gtkterm and set the serial port communication parameters as done in the previous post. Power on the hawkboard. We can see the uboot prompt &#8220;hawkboard&gt;&#8221; after some initial messages.</p>
<p>U-Boot 2009.01-dirty (Nov 18 2009 &#8211; 23:30:48)</p>
<p>DRAM:  128 MB<br />
NAND:  NAND device: Manufacturer ID: 0x2c, Chip ID: 0xa1 (Micron NAND<br />
128MiB 1,8V 8-bit)<br />
<strong>Bad</strong> block table found at page 65472, version 0&#215;01<br />
<strong>Bad</strong> block table found at page 65408, version 0&#215;01<br />
nand_read_bbt: <strong>Bad</strong> block at 0x008a0000<br />
nand_read_bbt: <strong>Bad</strong> block at 0x014e0000<br />
128 MiB<br />
*** Warning &#8211; <strong>bad </strong><strong>CRC</strong> or NAND, using default environment</p>
<p>In:    serial<br />
Out:   serial<br />
Err:   serial<br />
ARM Clock : 300000000 Hz<br />
DDR Clock : 150000000 Hz<br />
Ethernet PHY: GENERIC @ 0&#215;07<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
hawkboard&gt;</p>
<p>Now the situvation is that there is no pre installed linux (ramdisk) written in Nand memory of the board or there is no linux in memory card to boot into.  The hawkboard&gt; prompt is the uboot prompt where you can set values for various kernel boot arguments before issuing the boot command to boot into the linux.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=62&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2011/03/26/the-troubled-life-life-with-hawkboard-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>The Troubled life &#124; Life with Hawkboard Part 2</title>
		<link>http://arundavidp.wordpress.com/2011/02/13/the-troubled-life-life-with-hawkboard-part-2/</link>
		<comments>http://arundavidp.wordpress.com/2011/02/13/the-troubled-life-life-with-hawkboard-part-2/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 04:35:33 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=59</guid>
		<description><![CDATA[The Hawkboard has a male DB9 (RS 232 serial) connector on it. I wanted to make some initial testing on the Hawkboard. I got a DB9 to USB cable from a friend (My laptop has no serial port). But the cable also has DB9 male pins. I bought two DB9 female pins (Found no DB9 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=59&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Hawkboard has a male DB9 (RS 232 serial) connector on it. I wanted to make some initial testing on the Hawkboard. I got a DB9 to USB cable from a friend (My laptop has no serial port). But the cable also has DB9 male pins. I bought two DB9 female pins (Found no DB9 female to usb cable in shops). Connected the pin2 and pin3 of one DB9 female to pin3 and pin2 of other. Then connected pin5 to pin5. Thus I made a DB9 female to DB9 female connector. Thus using the DB9 male to usb and this hand made DB9 female to DB9 female I made the connection between my laptop and Hawkboard. The DB9 male to usb connecting cable I used was HL 2303. I installed &#8220;gtkterm&#8221; in my debian system by typing <em>apt-get install gtkterm</em> in root terminal.</p>
<p>I checked, to which usb port the serial cable is connected by typing <em>dmesg |tail</em> in terminal and found the device name as ttyUSB0. Opened the gtkterm and in &#8220;Configuration&gt;Port&#8221; selected&gt;<br />
Port:      ttyUSB0<br />
Speed:   115200<br />
Parity:    None<br />
Bits:       8<br />
Stopbits: 1<br />
Flow control</p>
<p>The I powered the Hawkboard using the Power Adapter. What I found in the Gtkterm screen was some &#8216;h&#8217; running repeatedly like hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh, when I pressed &#8216;e&#8217; in my keyboard I found eeeeeeeeeeeeeeeeeee. Some times<br />
it will show<br />
hawkboard&gt;<br />
hawkboard&gt;<br />
hawkboard&gt;<br />
&#8230;&#8230;. goes on.</p>
<p>I had no idea on what was going on. I powered off the board and tried again and again, but stuck with same result. Sometimes I can see some garbage values floating over the screen. It was a terrible experience. I will tell you how I managed to get over that next time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=59&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2011/02/13/the-troubled-life-life-with-hawkboard-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>The Troubled life &#124; Life with Hawkboard Part 1</title>
		<link>http://arundavidp.wordpress.com/2011/02/09/the-troubled-life-life-with-hawkboard-part-1/</link>
		<comments>http://arundavidp.wordpress.com/2011/02/09/the-troubled-life-life-with-hawkboard-part-1/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 20:40:22 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=53</guid>
		<description><![CDATA[Hi Friends, Me brought an embedded dsp board named &#8220;Hawkboard&#8221; from Innovate Solutions Bagalore. Almost square in shape, its dimensions are around 9 x 10 cm. It&#8217;s based on a Texas Instruments OMAP-L138 Low-Power Applications Processor with an integrated 300 MHz ARM926EJ-S RISC MPU, and a floating-point C674xVLIW DSP. 128MB RAM and 128MB NAND Flash. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=53&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Friends,</p>
<p>Me brought an embedded dsp board named &#8220;Hawkboard&#8221; from Innovate Solutions Bagalore. Almost square in shape, its dimensions are around 9 x 10 cm. It&#8217;s based on a Texas Instruments OMAP-L138 Low-Power Applications Processor with an integrated 300 MHz ARM926EJ-S RISC MPU, and a floating-point C674xVLIW DSP. 128MB RAM and 128MB NAND Flash.</p>
<p>My Aim was to port an DSP powered OpenCV application into the Board which run on an Embedded Linux. Life was horrible from the Day of September 18 till now as my all struggles to get this nasty thing working went wrong in all directions.</p>
<p>I had no experience with an embedded board and only thing I did past was developed an application in 8051 microcontroller. It was a successful mini project. Now for craziness I went to find my luck in Hawkboard. When I bought this board I had a 2GB SD card, 5V power Adapter. I had no idea on the things like &#8220;what to do?&#8221;, &#8220;how to do?&#8221;. Searched the google for a pretty tutorial and helps, but I found that the people talking about this board are not Novice, they have a lot of backbround in Embedded field, so the problem was that they assume &#8220;we know something which is basics&#8221;, they say in their blogs that you set that this way, don&#8217;t do that, this etc etc etc. Initially I found very confusing as different people are ginving advice in different methods and ways in their blogs and most of them were partial. So my first decision was to set up a blog on &#8220;how to&#8221; of hawkboard so that other people who also want to give a try with hawkboard may benefit.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=53&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2011/02/09/the-troubled-life-life-with-hawkboard-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>Bharatham 2011 ! Rajputs Won the Decennial Cup</title>
		<link>http://arundavidp.wordpress.com/2011/02/03/bharatham-2011-rajputs-won-the-decennial-cup/</link>
		<comments>http://arundavidp.wordpress.com/2011/02/03/bharatham-2011-rajputs-won-the-decennial-cup/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 03:50:21 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/2011/02/03/bharatham-2011-rajputs-won-the-decennial-cup/</guid>
		<description><![CDATA[House of Rajputs won the Decennial Bharatham Cup with an amazing lead of 70 points. Congrats to all and all. Special congrats to our Captians Anto George (S8 ece a) and Sreeja (S8 ece b). House of Vikings came second with an superb marathon from last to second place. visit ma picasa for pictures.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=52&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>House of Rajputs won the Decennial Bharatham Cup with an amazing lead of 70 points.<br />
Congrats to all and all. Special congrats to our Captians Anto George (S8 ece a) and<br />
Sreeja (S8 ece b). House of Vikings came second with an superb marathon from last<br />
to second place.</p>
<p>visit <a href="https://picasaweb.google.com/arun.24in/Bharatham2011#">ma picasa</a> for pictures.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=52&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2011/02/03/bharatham-2011-rajputs-won-the-decennial-cup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>BSNL GPRS internet in any linux within command line</title>
		<link>http://arundavidp.wordpress.com/2010/09/29/bsnl-gprs-internet-in-any-linux-within-command-line/</link>
		<comments>http://arundavidp.wordpress.com/2010/09/29/bsnl-gprs-internet-in-any-linux-within-command-line/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 18:32:06 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=46</guid>
		<description><![CDATA[In Ubuntu, they are providing a network connection button on gnome panel, through which we can make a mobile broadband connection based on the common gprs in mobiles ( bsnlnet, aircelgprs, airtelgprs.com ) etc. This post is for those who doesn&#8217;t have this graphical facility to start a gprs modem connection in linux. I was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=46&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In Ubuntu, they are providing a network connection button on gnome panel, through which we can make a mobile broadband connection based on the common gprs in mobiles ( bsnlnet, aircelgprs, airtelgprs.com ) etc. This post is for those who doesn&#8217;t have this graphical facility to start a gprs modem connection in linux.</p>
<p>I was using Nokia E63 with BSNL mobile gprs ( bsnlnet ), in ubuntu.<br />
I have done this without using any grphical utility.</p>
<p>Steps:<br />
<strong>Install wvdial.</strong> ( In ubuntu wvdial package and its dependencies are within the installation cd; check /pool/main/w/wvstreams and /pool/main/w/wvdial )<br />
Now connect the phone to linux using datacable and select pc suite mode in phone.</p>
<p><strong>Edit the /etc/wvdial.conf file.</strong><br />
$sudo gedit /etc/wvdial.conf<br />
replace the content with<br />
[Dialer Defaults]<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Init3 = AT+CGDCONT=1,&#8221;IP&#8221;,&#8221;bsnlnet&#8221;,&#8221;",0,0<br />
Modem Type = USB Modem<br />
Baud = 460800<br />
New PPPD = yes<br />
Modem = /dev/ttyACM0<br />
ISDN = 0<br />
Phone = *99***1#<br />
Password = 944*******<br />
Username = 944*******<br />
New PPPD = yes<br />
Stupid Mode = yes<br />
#Auto DNS = yes<br />
give your username and password properly replacing the 944******* in the above text ( you can use your mobile number ) , for aircel, replace bsnlnet with aircelgprs and airtelgprs.com for airtel and save the file</p>
<p><strong>Connect to net.</strong> Call the wvdial command<br />
$sudo wvdial</p>
<p>This should connect you to internet, check firefox.</p>
<p>Have a nice time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=46&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2010/09/29/bsnl-gprs-internet-in-any-linux-within-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Virtual Box Guest Additions in Arch Linux</title>
		<link>http://arundavidp.wordpress.com/2010/07/31/installing-virtual-box-guest-additions-in-arch-linux/</link>
		<comments>http://arundavidp.wordpress.com/2010/07/31/installing-virtual-box-guest-additions-in-arch-linux/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 17:29:12 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[virtual box in Arch Linux]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=38</guid>
		<description><![CDATA[1) Boot into Arch Linux in Virtual Box and click Devices &#62; Install Guest Additions in menu. 2) type sudo mount /dev/cdrom /media/cd/ 3) if you are not a sudoer then type su and type root password and then type nano /etc/sudoers 4) Under the User Privilege specification you can see root   ALL=(ALL) ALL 5) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=38&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1) Boot into Arch Linux in Virtual Box and click Devices &gt; Install Guest Additions in menu.</p>
<p>2) type sudo mount /dev/cdrom /media/cd/</p>
<p>3) if you are not a sudoer then type su and type root password and then type nano /etc/sudoers</p>
<p>4) Under the User Privilege specification you can see<br />
root   ALL=(ALL) ALL</p>
<p>5) under the above option add similar time but replace &#8220;root&#8221; with your &#8220;name&#8221; then save the file and logout from the root mode</p>
<p>6) type cd /media/cd</p>
<p>7) sudo ./VBoxLinuxAdditions-x86.run</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=38&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2010/07/31/installing-virtual-box-guest-additions-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Kernel Hacking and Cracking: Day 0</title>
		<link>http://arundavidp.wordpress.com/2010/07/31/lkhacd0/</link>
		<comments>http://arundavidp.wordpress.com/2010/07/31/lkhacd0/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 16:57:51 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[linux kernel]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=36</guid>
		<description><![CDATA[Hi everybody, I Arun David here by declare that I am going to dig deep deep deep into Linux kernel to get to know the nuts and bolts of it. This post series will not be a continuous one, but a &#8220;find one then post&#8221; like storyboard. I always loved to go into the roots [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=36&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi everybody,</p>
<p>I Arun David here by declare that I am going to dig deep deep deep into Linux kernel to get to know the nuts and bolts of it.<br />
This post series will not be a continuous one, but a &#8220;find one then post&#8221; like storyboard. I always loved to go into the roots of the opensource technology and this is the right most time for it. Will continue my post on other things too.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=36&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2010/07/31/lkhacd0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>Bangalore Days</title>
		<link>http://arundavidp.wordpress.com/2010/06/10/bangalore-days/</link>
		<comments>http://arundavidp.wordpress.com/2010/06/10/bangalore-days/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 05:07:05 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=28</guid>
		<description><![CDATA[Hi, We went for a 7 day training at ITI, Bangalore. Those days were really Happy Days. The photos we took there is stored at ma picasa.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=28&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>We went for a 7 day training at ITI, Bangalore. Those days were really Happy Days.</p>
<p>The photos we took there is stored at <a href="http://picasaweb.google.com/arun.24in/BangaloreColors#">ma picasa</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arundavidp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arundavidp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arundavidp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arundavidp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&amp;blog=6619780&amp;post=28&amp;subd=arundavidp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2010/06/10/bangalore-days/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
	</channel>
</rss>
