<?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>Boling Consulting &#187; Raspberry Pi</title>
	<atom:link href="http://bolingconsulting.com/category/raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>http://bolingconsulting.com</link>
	<description>Windows CE Training</description>
	<lastBuildDate>Mon, 24 Sep 2018 22:58:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Pi BSP Project Development Concepts</title>
		<link>http://bolingconsulting.com/2012/pi-bsp-project-development-concepts/</link>
		<comments>http://bolingconsulting.com/2012/pi-bsp-project-development-concepts/#comments</comments>
		<pubDate>Thu, 13 Sep 2012 22:49:37 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Windows CE]]></category>
		<category><![CDATA[Windows Compact]]></category>

		<guid isPermaLink="false">http://bolingconsulting.com/?p=1335</guid>
		<description><![CDATA[I’m not a Linux guy, so the first thing I thought when I saw news articles on the device was if I could get Windows Compact 7 (Windows CE) running on the device.  It seemed to be a challenge right &#8230; <a href="http://bolingconsulting.com/2012/pi-bsp-project-development-concepts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I’m not a Linux guy, so the first thing I thought when I saw news articles on the device was if I could get Windows Compact 7 (Windows CE) running on the device.  It seemed to be a challenge right down my alley.  The code needed to port the OS is called a Board Support Package (BSP), and I’ve written a number of BSPs over the years going back to my first work with Windows CE 1.0 back in the mid 1990’s.</p>
<p>My BSP is going to be released as “Shared Source” so that anyone can use the BSP to run Windows Compact 7 on the device.  Shared Source is Microsoft’s version of a source code license that allows the user to do just about anything they want including putting the code in a shipping product.  It’s not ‘viral’ like GPL where the any code derived from GPL code must also be GPL.</p>
<p>Given the nature of GPL and the rather zealous nature of some of its proponents, I wanted to avoid any accusation that I was taking GPL code and putting it into my BSP.  To minimize that possibility, I’ve avoided looking at any source code for the Raspberry Pi’s Linux distros.  I have been reading various web sites, but I haven’t downloaded any source.  I did download a binary of a boot disk so that I could test the hardware and ensure that it works.</p>
<p>This clean room approach is problematic given that the full programming manual for the Broadcom BCM2835 (the CPU on the Pi) is not public.  Broadcom has provided a peripheral manual that discusses the register addresses / functions of some of the embedded peripherals but it’s not complete.  Still, throughout the project I plan to stick to my guns about not looking at the Linux port.</p>
<p>More soon…</p>
]]></content:encoded>
			<wfw:commentRss>http://bolingconsulting.com/2012/pi-bsp-project-development-concepts/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>I have a new Raspberry Pi!</title>
		<link>http://bolingconsulting.com/2012/i-have-a-new-raspberry-pi/</link>
		<comments>http://bolingconsulting.com/2012/i-have-a-new-raspberry-pi/#comments</comments>
		<pubDate>Fri, 20 Jul 2012 00:05:34 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Windows CE]]></category>
		<category><![CDATA[Windows Compact]]></category>

		<guid isPermaLink="false">http://bolingconsulting.com/?p=1331</guid>
		<description><![CDATA[The Raspberry Pi is a revolutionary computer.  Not because it&#8217;s fast, although it does okay.  It&#8217;s because the Raspberry Pi costs only $35.  For that you get an ARM based Broadcomm CPU, 256 Meg of RAM, 2 USB ports, an &#8230; <a href="http://bolingconsulting.com/2012/i-have-a-new-raspberry-pi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Raspberry Pi is a revolutionary computer.  Not because it&#8217;s fast, although it does okay.  It&#8217;s because the Raspberry Pi costs only $35.  For that you get an ARM based Broadcomm CPU, 256 Meg of RAM, 2 USB ports, an Ethernet port, an SD Card socket, sound and HDMI out video.  A lower cost version ($25) removes the Ethernet port and 1 of the USB ports. Pretty cool.  You can find out about the Pi at <a href="http://www.raspberrypi.org/" target="_blank">www.raspberrypi.org</a>.</p>
<p>They&#8217;ve been pretty hard to get one of these devices but with the help of a kind soul across the pond, I&#8217;ve managed to get hold of one.  While the Pi organization is has various versions of Linux running on the device, I&#8217;m going to develop a Windows Embedded Compact (Windows CE) Board Support Package so that I can run WEC on the device. It should be an interesting project that I&#8217;m going to document my work here in the blog.  We&#8217;ll see how it goes&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bolingconsulting.com/2012/i-have-a-new-raspberry-pi/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
