<?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>Winter&#039;s Fall &#187; work</title>
	<atom:link href="http://wintersfall.westernesse.net/tag/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://wintersfall.westernesse.net</link>
	<description>Geekery. Imitating. Life.</description>
	<lastBuildDate>Sun, 11 Apr 2010 21:45:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>kontron pitx-sp</title>
		<link>http://wintersfall.westernesse.net/2010/04/06/kontron-pitx-sp/</link>
		<comments>http://wintersfall.westernesse.net/2010/04/06/kontron-pitx-sp/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 19:41:44 +0000</pubDate>
		<dc:creator>tallganglyguy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wintersfall.westernesse.net/?p=270</guid>
		<description><![CDATA[Well, my Kontron pITX-SP 1.6GHz board finally came. This is the souped up version of the 1.1GHz board that I evaluated in February. This version in addition to being clocked 500MHz faster also features a bootable microSD socket, and two &#8230; <a href="http://wintersfall.westernesse.net/2010/04/06/kontron-pitx-sp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, my <a href="http://us.kontron.com/products/boards+and+mezzanines/embedded+sbc/pitx+25+sbc/pitxsp.html" target="_blank">Kontron pITX-SP</a> 1.6GHz board finally came. This is the souped up version of the 1.1GHz board that I evaluated in February. This version in addition to being clocked 500MHz faster also features a bootable microSD socket, and two SATA ports. Read on for more info about the board and getting debian up and running on it.</p>
<p><span id="more-270"></span>As is typical of everything in the embedded world getting an OS up on the board presented a few challenges. I knew that I wanted to run debian on the board, I just had to figure out how to get it installed on to the microSD card. I picked up a 4GB class 4 card for the purposes of loading the OS and evaluating the board. Since there was no optical disk drive connected that ruled out the typical route of burning a debian install image. I couldn&#8217;t find a USB flash drive that I could format that was of sufficient size to load the install image on to. That left me with the option of putting the install image on a CF card using a USB CF card reader. Then, I booted the system with this drive and everything worked as though it would have with a USB flash drive. The only downside was the slow speed of the older CF card.</p>
<p>The install appeared to be going great, I got everything setup and I was ready for a reboot. So, I rebooted the system and I got nothing. Well technically I got the word &#8220;grub&#8221; printed on the screen and that was it. Thinking I had dorked something up I re-installed again, double checking everything. Same result! So, I decided to disconnect the USB CF card reader and try to boot up that way. Now I got even less! Just a flashing cursor. This told me that GRUB had some how gotten dorked up. So, I rewrote the installer image to CF card and booted up in rescue mode. I mounted my /boot partition by issuing mount /dev/mmcblk0p1 /boot. I looked at /boot/grub/device.map and I saw my problem immediately. My device.map read:</p>
<pre>(hd0)   /dev/sda
(hd1)   /dev/mmcblk0</pre>
<p>It was thinking that /dev/sda was my first disk, and that mmcblk0 was my second. It installed the MBR on /dev/sda (which is what was screwing up my CF card after the install), but didn&#8217;t create a partition for /boot. Which is why I only got &#8220;GRUB&#8221; on my screen. So, I changed the device map to reflect the true state of my system, and re-did a grub-install specifying the device map. Rebooted the system and I got a grub menu as I expected but still couldn&#8217;t boot! The grub menu was still pointing to (hd1) for the kernel image. A quick edit of the boot parameters and I was booting.</p>
<p>After a bit of frustration everything is up and going. So, now it is time to get my packages installed and make sure I can run the embedded app on this board! I&#8217;ll post some more benchmarks at a later date. I am expecting good performance given what I saw with the 1.1GHz board.</p>
<p class="signatureImage" style="display: none;"><img src="http://wintersfall.westernesse.net/wp-content/themes/twentyten/images/Sig.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://wintersfall.westernesse.net/2010/04/06/kontron-pitx-sp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>slow updates</title>
		<link>http://wintersfall.westernesse.net/2009/02/21/slow-updates/</link>
		<comments>http://wintersfall.westernesse.net/2009/02/21/slow-updates/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 19:00:42 +0000</pubDate>
		<dc:creator>tallganglyguy</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wintersfall.westernesse.net/?p=198</guid>
		<description><![CDATA[I&#8217;ve been slow at getting new photos uploaded for the last week. I&#8217;ve been fighting a bit of a deadline at work. The paper that I am working on with my boss at work is coming up and I&#8217;ve got &#8230; <a href="http://wintersfall.westernesse.net/2009/02/21/slow-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been slow at getting new photos uploaded for the last week. I&#8217;ve been fighting a bit of a deadline at work. The paper that I am working on with my boss at work is coming up and I&#8217;ve got to finish pounding out the data and code for it. So, that&#8217;s what I&#8217;m doing this weekend too. Hang in there, more photos to come this week. I promise.</p>
<p class="signatureImage" style="display: none;"><img src="http://wintersfall.westernesse.net/wp-content/themes/twentyten/images/Sig.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://wintersfall.westernesse.net/2009/02/21/slow-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the week is done</title>
		<link>http://wintersfall.westernesse.net/2008/12/18/the-week-is-done/</link>
		<comments>http://wintersfall.westernesse.net/2008/12/18/the-week-is-done/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 02:49:22 +0000</pubDate>
		<dc:creator>tallganglyguy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[titan]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wintersfall.westernesse.net/2008/12/18/the-week-is-done</guid>
		<description><![CDATA[Well the week is almost over. We got both TITAN systems out of the shop today. Still can&#8217;t recreate the bug that we saw yesterday. Found a new bug today too! Yay bugs! I will post some pictures soon of &#8230; <a href="http://wintersfall.westernesse.net/2008/12/18/the-week-is-done/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well the week is almost over. We got both TITAN systems out of the shop today. Still can&#8217;t recreate the bug that we saw yesterday. Found a new bug today too! Yay bugs! I will post some pictures soon of the new systems that we delivered to DEA.</p>
]]></content:encoded>
			<wfw:commentRss>http://wintersfall.westernesse.net/2008/12/18/the-week-is-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>northward bound</title>
		<link>http://wintersfall.westernesse.net/2008/10/09/northward-bound/</link>
		<comments>http://wintersfall.westernesse.net/2008/10/09/northward-bound/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 14:53:40 +0000</pubDate>
		<dc:creator>tallganglyguy</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[wedding]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wintersfall.westernesse.net/2008/10/09/northward-bound</guid>
		<description><![CDATA[Well, my anual trip to Ottawa is now underway. Everything should go well this year and allow me to be back in the states on schedule. We have started receiving wedding gifts! Hooray! We can now start to use our &#8230; <a href="http://wintersfall.westernesse.net/2008/10/09/northward-bound/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, my anual trip to Ottawa is now underway. Everything should go well this year and allow me to be back in the states on schedule.</p>
<p>We have started receiving wedding gifts! Hooray! We can now start to use our fun note cards to send out thank you notes.</p>
]]></content:encoded>
			<wfw:commentRss>http://wintersfall.westernesse.net/2008/10/09/northward-bound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More pictures</title>
		<link>http://wintersfall.westernesse.net/2008/08/01/more-pictures/</link>
		<comments>http://wintersfall.westernesse.net/2008/08/01/more-pictures/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 16:10:17 +0000</pubDate>
		<dc:creator>tallganglyguy</dc:creator>
				<category><![CDATA[photos]]></category>
		<category><![CDATA[seattle]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wintersfall.westernesse.net/?p=102</guid>
		<description><![CDATA[We  managed to get a couple of flights in yesterday from our lines. Here are a few pictures.]]></description>
			<content:encoded><![CDATA[<p>We  managed to get a couple of flights in yesterday from our lines. Here are a few pictures.</p>
<p><a href="http://wintersfall.westernesse.net/wpg2?g2_itemId=433"><img title="Mt. Rainer from over Bremerton, WA" src="http://wintersfall.westernesse.net/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=434&amp;g2_GALLERYSID=5d53d2bdd4e0b5ef70c2b491eb9b5bee" alt="MtRainerFromOverBremerton" width="150" height="150" /></a></p>
<p><a href="http://wintersfall.westernesse.net/wpg2?g2_itemId=448"><img title="Steel Bridge on the 101" src="http://wintersfall.westernesse.net/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=449&amp;g2_GALLERYSID=5d53d2bdd4e0b5ef70c2b491eb9b5bee" alt="StellBridge" width="150" height="150" /></a></p>
<p><a href="http://wintersfall.westernesse.net/wpg2?g2_itemId=443"><img title="Log jam!" src="http://wintersfall.westernesse.net/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=444&amp;g2_GALLERYSID=5d53d2bdd4e0b5ef70c2b491eb9b5bee" alt="LogJam" width="150" height="150" /></a></p>
<p><a href="http://wintersfall.westernesse.net/wpg2?g2_itemId=438"><img title="The sad trees" src="http://wintersfall.westernesse.net/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=439&amp;g2_GALLERYSID=5d53d2bdd4e0b5ef70c2b491eb9b5bee" alt="TheSadTrees" width="150" height="150" /></a></p>
<p><a href="http://wintersfall.westernesse.net/wpg2?g2_itemId=428"><img title="The Eagle!" src="http://wintersfall.westernesse.net/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=429&amp;g2_GALLERYSID=5d53d2bdd4e0b5ef70c2b491eb9b5bee" alt="SteagleCobeagleTheEagle" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wintersfall.westernesse.net/2008/08/01/more-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You&#8217;ll never guess&#8230;</title>
		<link>http://wintersfall.westernesse.net/2008/07/29/youll-never-guess/</link>
		<comments>http://wintersfall.westernesse.net/2008/07/29/youll-never-guess/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 21:20:46 +0000</pubDate>
		<dc:creator>tallganglyguy</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[seattle]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wintersfall.westernesse.net/2008/07/29/youll-never-guess</guid>
		<description><![CDATA[that it is raining in Seattle.]]></description>
			<content:encoded><![CDATA[<p>that it is raining in Seattle.</p>
]]></content:encoded>
			<wfw:commentRss>http://wintersfall.westernesse.net/2008/07/29/youll-never-guess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How did I miss this?</title>
		<link>http://wintersfall.westernesse.net/2008/07/27/how-did-i-miss-this/</link>
		<comments>http://wintersfall.westernesse.net/2008/07/27/how-did-i-miss-this/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 06:23:44 +0000</pubDate>
		<dc:creator>tallganglyguy</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[seattle]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wintersfall.westernesse.net/?p=94</guid>
		<description><![CDATA[The episode in which it is reveled that I am incapable of seeing mountains in front of me. <a href="http://wintersfall.westernesse.net/2008/07/27/how-did-i-miss-this/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, I was at the airport on Friday and some how managed to miss a huge-ass mountain! On Saturday I got this shot in of Mt. Rainer before it got shrouded in clouds.</p>
<p><a href="http://wintersfall.westernesse.net/wpg2?g2_itemId=388"><img title="Mt. Rainer as seen from the Renton, WA airport." src="http://wintersfall.westernesse.net/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=389&amp;g2_GALLERYSID=5d53d2bdd4e0b5ef70c2b491eb9b5bee" alt="MtRainerFromAirport" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wintersfall.westernesse.net/2008/07/27/how-did-i-miss-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Seattle Picture</title>
		<link>http://wintersfall.westernesse.net/2008/07/26/first-seattle-picture/</link>
		<comments>http://wintersfall.westernesse.net/2008/07/26/first-seattle-picture/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 07:18:16 +0000</pubDate>
		<dc:creator>tallganglyguy</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[seattle]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wintersfall.westernesse.net/?p=92</guid>
		<description><![CDATA[The episode in which I see a brand new rare helicopter! <a href="http://wintersfall.westernesse.net/2008/07/26/first-seattle-picture/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve attached my first picture from the Seattle trip. It&#8217;s the tail off of a brand new Bell 210 helicopter at the Renton airport. There are only, and will only ever be, 4 Bell 210s in the world and I got to see one! It&#8217;s a gorgeous bird. This particular one is going to be delivered to the forestry service for fighting fires in south-central California. It was apparently 3 years late coming from the Bell plant. Without further delay here is the picture!</p>
<p><a href="http://wintersfall.westernesse.net/wpg2?g2_itemId=382&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="Bell210Tail" src="http://wintersfall.westernesse.net/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=383&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="Bell210Tail" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wintersfall.westernesse.net/2008/07/26/first-seattle-picture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

