<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Gr3yh0und&#039;s Blog</title>
	<atom:link href="http://morschi.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://morschi.com</link>
	<description>Weird IT Stuff!</description>
	<lastBuildDate>Mon, 07 May 2012 14:55:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Booting the pandaboard over NFS by sandeep</title>
		<link>http://morschi.com/2011/08/17/booting-the-pandaboard-over-nfs/#comment-1622</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Mon, 07 May 2012 14:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?p=90#comment-1622</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-1620&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;sandeep:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
Kernel is booting up while connecting to my pc connection established and its waiting for ip6 here is my log
***log****
Sending DHCP requests .                                          
smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0xC1
 ..                                          
 ifb0: no IPv6 routers present
ifb1: no IPv6 routers present
[  102.992492] eth0: no IPv6 routers present
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-1620" rel="nofollow"><br />
<strong><em>sandeep:</em></strong><br />
</a><br />
Kernel is booting up while connecting to my pc connection established and its waiting for ip6 here is my log<br />
***log****<br />
Sending DHCP requests .<br />
smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0xC1<br />
 ..<br />
 ifb0: no IPv6 routers present<br />
ifb1: no IPv6 routers present<br />
[  102.992492] eth0: no IPv6 routers present
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Booting the pandaboard over NFS by sandeep</title>
		<link>http://morschi.com/2011/08/17/booting-the-pandaboard-over-nfs/#comment-1620</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Mon, 07 May 2012 14:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?p=90#comment-1620</guid>
		<description>ifb0: no IPv6 routers present                                    
[  101.575500] ifb1: no IPv6 routers present                                    
[  102.992492] eth0: no IPv6 routers present</description>
		<content:encoded><![CDATA[<p>ifb0: no IPv6 routers present<br />
[  101.575500] ifb1: no IPv6 routers present<br />
[  102.992492] eth0: no IPv6 routers present</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Booting the pandaboard over NFS by nat</title>
		<link>http://morschi.com/2011/08/17/booting-the-pandaboard-over-nfs/#comment-1467</link>
		<dc:creator>nat</dc:creator>
		<pubDate>Thu, 19 Apr 2012 01:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?p=90#comment-1467</guid>
		<description>I suspect we have to use:
make CROSS_COMPILE=arm-none-linux-gnueabi- -ARCH=arm -j uImage</description>
		<content:encoded><![CDATA[<p>I suspect we have to use:<br />
make CROSS_COMPILE=arm-none-linux-gnueabi- -ARCH=arm -j uImage</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pandaboard Kernel 3.0.2 by Van</title>
		<link>http://morschi.com/2011/08/17/pandaboard-kernel/#comment-1338</link>
		<dc:creator>Van</dc:creator>
		<pubDate>Thu, 05 Apr 2012 08:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?p=138#comment-1338</guid>
		<description>Hi,
could you tell me more about how did you cross-compiled kernel?
I&#039;m spending aloto fo tiem trying to building an Sd card for pandaboard. I did the following steps:
1) I got u-boot and x-loader from girotious (I don&#039;t know which version is the working one)
2) I already have a gentoo real time kernel
3) Which stage3 is the correct one for pandaboar?
4) I did emerge crossdev (I&#039;m using gentoo OS)  and then I created my own cross compiler ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi
5) I created the uImage by crosscompiling the kernel
6) I formatted the SD card in two partitions by using dd command , fdisk command and mkfs commands. So the fitrst partition is W95 FAT32 boot , the second partition is Linux ext3 rootfs
7I I copied on the first partition MLO (x-loader compiled), u-boot.bin(u-boot compiled) and uImage, whereas on the second partition I  copied an armv7a-stage3.

When I boot the Pandaboard, minicom tell me x-loer  done, u-boot... booting the kernel.... uncompressing the kernel .... 
and nothing else happens, so it is stuck in booting the kernel.... forever...

So where is the error?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
could you tell me more about how did you cross-compiled kernel?<br />
I&#8217;m spending aloto fo tiem trying to building an Sd card for pandaboard. I did the following steps:<br />
1) I got u-boot and x-loader from girotious (I don&#8217;t know which version is the working one)<br />
2) I already have a gentoo real time kernel<br />
3) Which stage3 is the correct one for pandaboar?<br />
4) I did emerge crossdev (I&#8217;m using gentoo OS)  and then I created my own cross compiler ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi<br />
5) I created the uImage by crosscompiling the kernel<br />
6) I formatted the SD card in two partitions by using dd command , fdisk command and mkfs commands. So the fitrst partition is W95 FAT32 boot , the second partition is Linux ext3 rootfs<br />
7I I copied on the first partition MLO (x-loader compiled), u-boot.bin(u-boot compiled) and uImage, whereas on the second partition I  copied an armv7a-stage3.</p>
<p>When I boot the Pandaboard, minicom tell me x-loer  done, u-boot&#8230; booting the kernel&#8230;. uncompressing the kernel &#8230;.<br />
and nothing else happens, so it is stuck in booting the kernel&#8230;. forever&#8230;</p>
<p>So where is the error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Booting the pandaboard over NFS by Gr3yh0und</title>
		<link>http://morschi.com/2011/08/17/booting-the-pandaboard-over-nfs/#comment-1246</link>
		<dc:creator>Gr3yh0und</dc:creator>
		<pubDate>Sat, 24 Mar 2012 17:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?p=90#comment-1246</guid>
		<description>Sorry, I have no idea about Android so far...</description>
		<content:encoded><![CDATA[<p>Sorry, I have no idea about Android so far&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About me by Gr3yh0und</title>
		<link>http://morschi.com/about-me/#comment-1245</link>
		<dc:creator>Gr3yh0und</dc:creator>
		<pubDate>Sat, 24 Mar 2012 17:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?page_id=116#comment-1245</guid>
		<description>Most recent linux distributions already have ethernet drivers implemented... Only U-Boot needs one :)</description>
		<content:encoded><![CDATA[<p>Most recent linux distributions already have ethernet drivers implemented&#8230; Only U-Boot needs one <img src='http://morschi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Booting the pandaboard over NFS by lail3344</title>
		<link>http://morschi.com/2011/08/17/booting-the-pandaboard-over-nfs/#comment-1107</link>
		<dc:creator>lail3344</dc:creator>
		<pubDate>Thu, 08 Mar 2012 13:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?p=90#comment-1107</guid>
		<description>Hi,
great job, your blog help me remember how to setup a development environment through NFS.

I am playing android on a Pandaboard. Could you please tell me how to setup android image on server, then make it can be boot from NFS on pandaboard?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
great job, your blog help me remember how to setup a development environment through NFS.</p>
<p>I am playing android on a Pandaboard. Could you please tell me how to setup android image on server, then make it can be boot from NFS on pandaboard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About me by ronak panchal</title>
		<link>http://morschi.com/about-me/#comment-1076</link>
		<dc:creator>ronak panchal</dc:creator>
		<pubDate>Mon, 05 Mar 2012 13:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?page_id=116#comment-1076</guid>
		<description>hey have u got and idea about developing ethernet driver for pandaboard</description>
		<content:encoded><![CDATA[<p>hey have u got and idea about developing ethernet driver for pandaboard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Booting the pandaboard over NFS by Gr3yh0und</title>
		<link>http://morschi.com/2011/08/17/booting-the-pandaboard-over-nfs/#comment-1045</link>
		<dc:creator>Gr3yh0und</dc:creator>
		<pubDate>Thu, 01 Mar 2012 21:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?p=90#comment-1045</guid>
		<description>Hey Matthias,

I remember something similiar, yes. But I thought it was a Bug with DHCP - if you assign a fixed IP address it should be solved...</description>
		<content:encoded><![CDATA[<p>Hey Matthias,</p>
<p>I remember something similiar, yes. But I thought it was a Bug with DHCP &#8211; if you assign a fixed IP address it should be solved&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pandaboard 6 easy steps boot tutorial by Biplab Thakur</title>
		<link>http://morschi.com/2011/08/20/pandaboard-6-easy-steps-boot-tutorial/#comment-1034</link>
		<dc:creator>Biplab Thakur</dc:creator>
		<pubDate>Thu, 01 Mar 2012 05:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://gr3yh0und.wordpress.com/?p=147#comment-1034</guid>
		<description>Dear Andol,
Thank you so much for compiling this article with details info  in such a lucid way. Though I do have only basic knowledge on linux internal, I am planning to bring Panda Board up with linux system and further application development. This article is a good support to kickstart.

Best regards,
Biplab</description>
		<content:encoded><![CDATA[<p>Dear Andol,<br />
Thank you so much for compiling this article with details info  in such a lucid way. Though I do have only basic knowledge on linux internal, I am planning to bring Panda Board up with linux system and further application development. This article is a good support to kickstart.</p>
<p>Best regards,<br />
Biplab</p>
]]></content:encoded>
	</item>
</channel>
</rss>

