<?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 Nexgen Technologies</title>
	<atom:link href="http://nexgentec.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nexgentec.com/blog</link>
	<description>Providing Reliable On-site IT Solutions</description>
	<lastBuildDate>Thu, 10 Dec 2009 02:14:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on NGW100 Linux 2.6.27.6 with PHP, SQL, Python, and more. by reverseengineer</title>
		<link>http://nexgentec.com/blog/2009/01/19/ngw100-uclinux-26276-with-php-sql-python-and-more/comment-page-1/#comment-89</link>
		<dc:creator>reverseengineer</dc:creator>
		<pubDate>Thu, 10 Dec 2009 02:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=43#comment-89</guid>
		<description>@Patrick: For the &#039;Unable to read &quot;/boot/uImage&quot;&#039; error, you need to format the SD card with 128 byte inodes.  Newer versions of ext2 will by default create 256 byte inodes which u-boot (even the latest ones from Atmel) doesn&#039;t support.  Just add -I 128 to the mkfs command:

sudo mkfs.ext2 -I 128 /dev/yourDeviceHere</description>
		<content:encoded><![CDATA[<p>@Patrick: For the &#8216;Unable to read &#8220;/boot/uImage&#8221;&#8216; error, you need to format the SD card with 128 byte inodes.  Newer versions of ext2 will by default create 256 byte inodes which u-boot (even the latest ones from Atmel) doesn&#8217;t support.  Just add -I 128 to the mkfs command:</p>
<p>sudo mkfs.ext2 -I 128 /dev/yourDeviceHere</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NGW100 Linux 2.6.27.6 with PHP, SQL, Python, and more. by Roberto</title>
		<link>http://nexgentec.com/blog/2009/01/19/ngw100-uclinux-26276-with-php-sql-python-and-more/comment-page-1/#comment-88</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Mon, 30 Nov 2009 22:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=43#comment-88</guid>
		<description>Hi, first of all thank you for your compile for avr32.

Can you help me installing samba or FTP service inside the image...

I tried to install php and lighttpd, I campiled it but when I start linux and I want to check the version of php an lighttpd it say 
php -v
/bin/sh: php: not found
an the same with lighttpd and nano
and the daemon didn&#039;t star.. when i compile php and lighttpd 

But I already compile it. please help me with that...
Can you help me with this problem

PD: Whit your image I tried to mount NFS to shared that it is on this page but I have a proble with the server name..

Tank you in advance.... my email is robertino97@hotmail.com for advice..</description>
		<content:encoded><![CDATA[<p>Hi, first of all thank you for your compile for avr32.</p>
<p>Can you help me installing samba or FTP service inside the image&#8230;</p>
<p>I tried to install php and lighttpd, I campiled it but when I start linux and I want to check the version of php an lighttpd it say<br />
php -v<br />
/bin/sh: php: not found<br />
an the same with lighttpd and nano<br />
and the daemon didn&#8217;t star.. when i compile php and lighttpd </p>
<p>But I already compile it. please help me with that&#8230;<br />
Can you help me with this problem</p>
<p>PD: Whit your image I tried to mount NFS to shared that it is on this page but I have a proble with the server name..</p>
<p>Tank you in advance&#8230;. my email is <a href="mailto:robertino97@hotmail.com">robertino97@hotmail.com</a> for advice..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting an NFS share on the NGW100 by roberto</title>
		<link>http://nexgentec.com/blog/2009/01/18/mounting-an-nfs-share-on-the-ngw100/comment-page-1/#comment-87</link>
		<dc:creator>roberto</dc:creator>
		<pubDate>Sat, 07 Nov 2009 05:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=8#comment-87</guid>
		<description>hi, I have a problem to mount NFS share on NGW.. I download the Image of NGW100 of this site but i cant shared files.

host characteristics
Linux ngw.example.net 2.6.27.6.atmel.1 #4 Mon Feb 2 13:59:30 EST 2009 avr32 unknown
host  ngw.example.net

When I wrote the code
mount -t nfs -o nfsvers=2,nolock server:/public /media/public
mount: server: Unknown host

Then I wrote this code 

mount -t nfs -o nfsvers=2,nolock ngw.example.net:/public /media/public
mount: RPC: Unable to receive; errno = Connection refused

Please can help me with this problem.</description>
		<content:encoded><![CDATA[<p>hi, I have a problem to mount NFS share on NGW.. I download the Image of NGW100 of this site but i cant shared files.</p>
<p>host characteristics<br />
Linux ngw.example.net 2.6.27.6.atmel.1 #4 Mon Feb 2 13:59:30 EST 2009 avr32 unknown<br />
host  ngw.example.net</p>
<p>When I wrote the code<br />
mount -t nfs -o nfsvers=2,nolock server:/public /media/public<br />
mount: server: Unknown host</p>
<p>Then I wrote this code </p>
<p>mount -t nfs -o nfsvers=2,nolock ngw.example.net:/public /media/public<br />
mount: RPC: Unable to receive; errno = Connection refused</p>
<p>Please can help me with this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NGW100 Linux 2.6.27.6 with PHP, SQL, Python, and more. by Martin</title>
		<link>http://nexgentec.com/blog/2009/01/19/ngw100-uclinux-26276-with-php-sql-python-and-more/comment-page-1/#comment-86</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 02 Nov 2009 20:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=43#comment-86</guid>
		<description>You dind&#039;t compile the GPIO driver into yout kernel, right? Cause I can&#039;t set an output pin by following the instructions given here: http://www.atmel.com/dyn/resources/prod_documents/doc32073.pdf
and here
http://www.avrfreaks.net/wiki/index.php/Documentation:NGW/NGW100_Switched_Input

When using the kernel provided with the board everything worked fine.</description>
		<content:encoded><![CDATA[<p>You dind&#8217;t compile the GPIO driver into yout kernel, right? Cause I can&#8217;t set an output pin by following the instructions given here: <a href="http://www.atmel.com/dyn/resources/prod_documents/doc32073.pdf" rel="nofollow">http://www.atmel.com/dyn/resources/prod_documents/doc32073.pdf</a><br />
and here<br />
<a href="http://www.avrfreaks.net/wiki/index.php/Documentation:NGW/NGW100_Switched_Input" rel="nofollow">http://www.avrfreaks.net/wiki/index.php/Documentation:NGW/NGW100_Switched_Input</a></p>
<p>When using the kernel provided with the board everything worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NGW100 Linux 2.6.27.6 with PHP, SQL, Python, and more. by georges</title>
		<link>http://nexgentec.com/blog/2009/01/19/ngw100-uclinux-26276-with-php-sql-python-and-more/comment-page-1/#comment-85</link>
		<dc:creator>georges</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=43#comment-85</guid>
		<description>Hi,

I plan to devellop application in Python.

Thanks for your Nice work.

Can you add more Python lib i need for example PYSERAL

           Thanks

                  Georges</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I plan to devellop application in Python.</p>
<p>Thanks for your Nice work.</p>
<p>Can you add more Python lib i need for example PYSERAL</p>
<p>           Thanks</p>
<p>                  Georges</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NGW100 Linux 2.6.27.6 with PHP, SQL, Python, and more. by Martin</title>
		<link>http://nexgentec.com/blog/2009/01/19/ngw100-uclinux-26276-with-php-sql-python-and-more/comment-page-1/#comment-84</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 24 Sep 2009 23:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=43#comment-84</guid>
		<description>Thanks a lot for your quick reply! That post answered my question. The board only supports cards below 4GB, that is, non-SDHC cards.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your quick reply! That post answered my question. The board only supports cards below 4GB, that is, non-SDHC cards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NGW100 Linux 2.6.27.6 with PHP, SQL, Python, and more. by Mike Trethowan</title>
		<link>http://nexgentec.com/blog/2009/01/19/ngw100-uclinux-26276-with-php-sql-python-and-more/comment-page-1/#comment-83</link>
		<dc:creator>Mike Trethowan</dc:creator>
		<pubDate>Thu, 24 Sep 2009 15:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=43#comment-83</guid>
		<description>Thanks,

I too am new to Linux.  While doing an update to my NGW100, following ATMELs directions, I bricked the unit.  Fortunately my company has the JTAG MKII so I at least got U-Boot back up and running.  Getting the root to boot from my MMC was a different story.  Literally I searched dozens of sites and followed their directions without success.  Thanks again.

Mike Trethowan.</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>I too am new to Linux.  While doing an update to my NGW100, following ATMELs directions, I bricked the unit.  Fortunately my company has the JTAG MKII so I at least got U-Boot back up and running.  Getting the root to boot from my MMC was a different story.  Literally I searched dozens of sites and followed their directions without success.  Thanks again.</p>
<p>Mike Trethowan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NGW100 Linux 2.6.27.6 with PHP, SQL, Python, and more. by Marcel Manning</title>
		<link>http://nexgentec.com/blog/2009/01/19/ngw100-uclinux-26276-with-php-sql-python-and-more/comment-page-1/#comment-82</link>
		<dc:creator>Marcel Manning</dc:creator>
		<pubDate>Thu, 24 Sep 2009 14:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=43#comment-82</guid>
		<description>Martin,

I do not have the NGW100 in front of me but I believe I was using a 256MB Card. It&#039;s a pretty old card. Here is a post regarding SD Card sizes http://8515.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;p=505343</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>I do not have the NGW100 in front of me but I believe I was using a 256MB Card. It&#8217;s a pretty old card. Here is a post regarding SD Card sizes <a href="http://8515.avrfreaks.net/index.php?name=PNphpBB2&#038;file=viewtopic&#038;p=505343" rel="nofollow">http://8515.avrfreaks.net/index.php?name=PNphpBB2&#038;file=viewtopic&#038;p=505343</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NGW100 Linux 2.6.27.6 with PHP, SQL, Python, and more. by Martin</title>
		<link>http://nexgentec.com/blog/2009/01/19/ngw100-uclinux-26276-with-php-sql-python-and-more/comment-page-1/#comment-81</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=43#comment-81</guid>
		<description>Marcel, do you have any information on what is the maximum size of SD card supported by the NGW100? What card are you using (brand and size)?
Thanks.</description>
		<content:encoded><![CDATA[<p>Marcel, do you have any information on what is the maximum size of SD card supported by the NGW100? What card are you using (brand and size)?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NGW100 Linux 2.6.27.6 with PHP, SQL, Python, and more. by elis</title>
		<link>http://nexgentec.com/blog/2009/01/19/ngw100-uclinux-26276-with-php-sql-python-and-more/comment-page-1/#comment-80</link>
		<dc:creator>elis</dc:creator>
		<pubDate>Thu, 27 Aug 2009 02:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://nexgentec.com/blog/?p=43#comment-80</guid>
		<description>Could you please post your &quot;.config&quot; file?</description>
		<content:encoded><![CDATA[<p>Could you please post your &#8220;.config&#8221; file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
