<?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 </title>
	<atom:link href="http://borderhack.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://borderhack.com</link>
	<description></description>
	<lastBuildDate>Wed, 06 Mar 2013 04:38:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Problem with Arduino and Debian 6 by geremy</title>
		<link>http://borderhack.com/?p=521#comment-632</link>
		<dc:creator>geremy</dc:creator>
		<pubDate>Wed, 06 Mar 2013 04:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://borderhack.com/?p=521#comment-632</guid>
		<description><![CDATA[If it doesnt work off the bat for you, run this before starting arduino:

newgrp dialout

It will set your active group to dialout. This worked for me after the usermod command.]]></description>
		<content:encoded><![CDATA[<p>If it doesnt work off the bat for you, run this before starting arduino:</p>
<p>newgrp dialout</p>
<p>It will set your active group to dialout. This worked for me after the usermod command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on bus pirate tic tac case by The Third Part &#124; BusPirate Finally Arrives !!!</title>
		<link>http://borderhack.com/?p=166#comment-616</link>
		<dc:creator>The Third Part &#124; BusPirate Finally Arrives !!!</dc:creator>
		<pubDate>Wed, 23 Jan 2013 09:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://borderhack.com/?p=166#comment-616</guid>
		<description><![CDATA[[...] Now the only thing that remains to be done is to make a case for this little guy using a TIC-TAC box (how clever is that !) as shown at http://borderhack.com/?p=166 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Now the only thing that remains to be done is to make a case for this little guy using a TIC-TAC box (how clever is that !) as shown at <a href="http://borderhack.com/?p=166" rel="nofollow">http://borderhack.com/?p=166</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First steps with the Beaglebone by Evan</title>
		<link>http://borderhack.com/?p=1062#comment-608</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Mon, 10 Dec 2012 14:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://borderhack.com/?p=1062#comment-608</guid>
		<description><![CDATA[Your tutorial is do well written.. Bravo!
I can&#039;t help but ask about something I am banging my head against the wall about. I am failing at installing Android on the Beaglebone but my only reason to try is simply to play a video file via the LCD7 cape. Have you been able to play a video file on your board with Angstrom?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Your tutorial is do well written.. Bravo!<br />
I can&#8217;t help but ask about something I am banging my head against the wall about. I am failing at installing Android on the Beaglebone but my only reason to try is simply to play a video file via the LCD7 cape. Have you been able to play a video file on your board with Angstrom?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First steps with the Beaglebone by j</title>
		<link>http://borderhack.com/?p=1062#comment-598</link>
		<dc:creator>j</dc:creator>
		<pubDate>Wed, 31 Oct 2012 12:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://borderhack.com/?p=1062#comment-598</guid>
		<description><![CDATA[opkg upgrade is buggy. It broke some /etc config files for me and I&#039;ve heard others have had problems. 

How do we upgrade packages with opkg without uinstalling like ssh for iternet facing security updates?]]></description>
		<content:encoded><![CDATA[<p>opkg upgrade is buggy. It broke some /etc config files for me and I&#8217;ve heard others have had problems. </p>
<p>How do we upgrade packages with opkg without uinstalling like ssh for iternet facing security updates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First steps with the Beaglebone by Bob Gustafson</title>
		<link>http://borderhack.com/?p=1062#comment-592</link>
		<dc:creator>Bob Gustafson</dc:creator>
		<pubDate>Wed, 17 Oct 2012 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://borderhack.com/?p=1062#comment-592</guid>
		<description><![CDATA[I must be doing something right. (Reading this note was step 1).

I plugged in an ethernet cable to the BB and a router on my LAN. From reading this note, it seemed
that the BB would ask for an IP address on boot, which it did. Looking in the /var/log/messages file
of my host system, I found the IP address that my DHCP server had assigned.

Then, from a terminal session on my host F17 system, I did:

  ssh 192.168.49.69

and ta-ta, I logged into the BB !!

I then did:

  opkg upgrade

but nothing happened. Then I read more in your note and did:

  opkg update
  opkg upgrade 2&gt;&amp;1 &#124; tee /var/log/upgrade00.log

It rolled along for over an hour, printing out diagnostic information as it went.

Every once in awhile, it would pause for several minutes, but then would resume.

At the end, it complained about not enough room to write and then quit.

Looking at the output of the &#039;df&#039; command showed that there was quite a bit of space.

So, I just repeated the steps:

  opkg update
  opkg upgrade 2&gt;&amp;1 &#124; tee upgrade01.log

At what looked like a normal end, I did:

  uname -a

and it outputted a build date of Thu Jun 14 23:26:20 CEST, so I thought to reboot

Now the output of &#039;uname -a&#039; is:

  Linux beaglebone 3.2.30 #1 Wed Oct 17 09:39:19 CEST 2012 armv7l GNU/Linux

Looks good - thanks much to everyone.]]></description>
		<content:encoded><![CDATA[<p>I must be doing something right. (Reading this note was step 1).</p>
<p>I plugged in an ethernet cable to the BB and a router on my LAN. From reading this note, it seemed<br />
that the BB would ask for an IP address on boot, which it did. Looking in the /var/log/messages file<br />
of my host system, I found the IP address that my DHCP server had assigned.</p>
<p>Then, from a terminal session on my host F17 system, I did:</p>
<p>  ssh 192.168.49.69</p>
<p>and ta-ta, I logged into the BB !!</p>
<p>I then did:</p>
<p>  opkg upgrade</p>
<p>but nothing happened. Then I read more in your note and did:</p>
<p>  opkg update<br />
  opkg upgrade 2&gt;&amp;1 | tee /var/log/upgrade00.log</p>
<p>It rolled along for over an hour, printing out diagnostic information as it went.</p>
<p>Every once in awhile, it would pause for several minutes, but then would resume.</p>
<p>At the end, it complained about not enough room to write and then quit.</p>
<p>Looking at the output of the &#8216;df&#8217; command showed that there was quite a bit of space.</p>
<p>So, I just repeated the steps:</p>
<p>  opkg update<br />
  opkg upgrade 2&gt;&amp;1 | tee upgrade01.log</p>
<p>At what looked like a normal end, I did:</p>
<p>  uname -a</p>
<p>and it outputted a build date of Thu Jun 14 23:26:20 CEST, so I thought to reboot</p>
<p>Now the output of &#8216;uname -a&#8217; is:</p>
<p>  Linux beaglebone 3.2.30 #1 Wed Oct 17 09:39:19 CEST 2012 armv7l GNU/Linux</p>
<p>Looks good &#8211; thanks much to everyone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
