<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.3.1" --><rss 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/" version="2.0">

<channel>
	<title>MontaVista Blogs </title>
	<link>http://mvista.com/blogs</link>
	<description>Shows all posts from all blogs on MontaVista</description>
	<pubDate>Tue, 10 Nov 2009 21:29:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/mvista/blogs" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>MontaVista Purchased by Cavium Networks</title>
		<link>http://mvista.com/blogs/jefro/2009/11/10/montavista-purchased-by-cavium-networks/</link>
		<comments>http://mvista.com/blogs/jefro/2009/11/10/montavista-purchased-by-cavium-networks/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:29:19 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/11/10/montavista-purchased-by-cavium-networks/</guid>
		<description><![CDATA[THIS JUST IN (literally 20 minutes ago):  Cavium Networks has initiated a purchase of MontaVista Software, Inc.  This is a potentially explosive deal for the embedded Linux world.  Cavium produces products based on both MIPS and ARM processors, specializing in networking, wireless, storage, and video, but with a hand in just about [...]]]></description>
			<content:encoded><![CDATA[<p>THIS JUST IN (literally 20 minutes ago):  <a href="http://www.caviumnetworks.com/">Cavium Networks</a> has initiated a purchase of <a href="http://www.mvista.com">MontaVista Software, Inc</a>.  This is a potentially explosive deal for the embedded Linux world.  Cavium produces products based on both MIPS and ARM processors, specializing in networking, wireless, storage, and video, but with a hand in just about every facet of embedded computing.  The<br />
<a href="http://mvista.com/Cavium/Cavium-acquires-MontaVista.php">press release</a> was just issued to the wire, and MontaVista employees were told at 1pm today.  More on the situation as it develops&#8212;but I can tell you the excitement in the room is electrifying!</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>The Android’s New Clothes</title>
		<link>http://mvista.com/blogs/npollitt/2009/11/04/the-androids-new-clothes/</link>
		<comments>http://mvista.com/blogs/npollitt/2009/11/04/the-androids-new-clothes/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 00:20:59 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[android]]></category>

		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/npollitt/2009/11/04/the-androids-new-clothes/</guid>
		<description><![CDATA[A recent rant led me to read Matt Porter&#8217;s slides titled &#8220;Mythbusters: Android&#8220;.  Matt&#8217;s analysis is a laundry list of Linux no-no&#8217;s found in Android.  I became curious about whether any of these technical issues would really matter to Google, so I stopped by the OHA site to look at what they claim [...]]]></description>
			<content:encoded><![CDATA[<p>A recent <a href="http://laforge.gnumonks.org/weblog/2009/11/04/#20091104-android_mythbusters">rant</a> led me to read Matt Porter&#8217;s slides titled &#8220;<a href="http://tree.celinuxforum.org/CelfPubWiki/ELCEurope2009Presentations?action=AttachFile&amp;do=get&amp;target=Mythbusters_Android.pdf">Mythbusters: Android</a>&#8220;.  Matt&#8217;s analysis is a laundry list of Linux no-no&#8217;s found in Android.  I became curious about whether any of these technical issues would really matter to Google, so I stopped by the <a href="http://www.openhandsetalliance.com/android_overview.html">OHA</a> site to look at what they claim about Android, and do the analysis from that direction.</p>
<p>The OHA is pushing the notion that it&#8217;s all about the applications (copying Apple&#8217;s &#8220;<a href="http://www.apple.com/itunes/whats-on/#apps">there&#8217;s an app for that</a>&#8220;):</p>
<ul>
<li>&#8220;The platform will continue to evolve as the developer community works together to build innovative mobile applications.&#8221;</li>
<li>&#8220;Android breaks down the barriers to building new and innovative applications.&#8221;</li>
<li>&#8220;Android provides access to a wide range of useful libraries and tools that can be used to build rich applications.&#8221;</li>
</ul>
<p>This notion that it&#8217;s all about the apps seems to be working well for Apple.  One big difference between Apple and OHA is that Apple only needs to support its own platform, and Apple owns the entire software stack.  This lets Apple provide developers with well-defined boundaries around what the platform can do.  Android, however, isn&#8217;t playing in such a simple environment, and needs to deliver benefits beyond a single platform if it wishes to live up to its claims.</p>
<p>Matt points out that there are several problems with the Android stack that could prevent or hamper development on Android, at least for traditional Linux/UNIX developers.</p>
<ul>
<li>Bionic:  Android&#8217;s own libc implementation is for ARM/x86 only, has only partial pthreads support, has no IPC support, has no STL support.  That&#8217;s a lot of stuff that Linux app developers need to work without.</li>
<li>Device Management:  Standard Linux distros use the highly-configurable udev and hal components to manage system device enumeration and hotplug support.  Android has hard-coded devices into their own init system, so developers will need to modify the init system for any &#8220;non-standard&#8221; hardware.</li>
<li>Power Management:  Hard-coded for handsets.  If you have a disk or other non-handset devices, you&#8217;re on your own.</li>
</ul>
<p>So the benefit to Android device users may be the applications from the <a href="http://www.android.com/market/">Android Market</a>.  From the perspective of device manufacturers, you get a high-investment, low-differentiation, ARM-based phone, that can participate in the Android market.  Does Google care about the technical issues Matt points out?  We&#8217;ll have to see whether Google invests in lowering the barriers-to-entry on Android, making system-level configuration easier, supporting a larger number of architectures, and providing standard programming interfaces that developers expect.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Great rant against wall warts</title>
		<link>http://mvista.com/blogs/jefro/2009/11/03/great-rant-against-wall-warts/</link>
		<comments>http://mvista.com/blogs/jefro/2009/11/03/great-rant-against-wall-warts/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 23:34:46 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/11/03/great-rant-against-wall-warts/</guid>
		<description><![CDATA[David Adams at OSNews presents us this week with a great rant against wall warts, those unsightly, inefficient power converters that make our fun gadgets work (or recharge).  Most interesting here is that, in addition to a well-worded and intelligent rant, David presents a few alternatives that industry could adopt to resolve the issues, [...]]]></description>
			<content:encoded><![CDATA[<p>David Adams at OSNews presents us this week with a <a href="http://www.osnews.com/story/22395/We_Hate_the_Wall_Wart">great rant against wall warts</a>, those unsightly, inefficient power converters that make our fun gadgets work (or recharge).  Most interesting here is that, in addition to a well-worded and intelligent rant, David presents a few alternatives that industry could adopt to resolve the issues, particularly charging via USB.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Understanding the Beagle Board Boot Process</title>
		<link>http://mvista.com/blogs/jefro/2009/10/31/understanding-the-beagle-board-boot-process/</link>
		<comments>http://mvista.com/blogs/jefro/2009/10/31/understanding-the-beagle-board-boot-process/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 06:09:53 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/10/31/understanding-the-beagle-board-boot-process/</guid>
		<description><![CDATA[Michael Cooper and Jason Cooper have written up an extremely approachable treatise on the Beagle Board&#8217;s boot process.  For those who are struggling with understanding the detailed behavior behind bootloaders and the User button, this is the place to go.  Thanks guys!  Come discuss it in Meld as well.
UPDATE:  Andy in [...]]]></description>
			<content:encoded><![CDATA[<p>Michael Cooper and Jason Cooper have written up an extremely approachable <a href="http://brbav.blogspot.com/2009/10/adventures-in-nand-land.html">treatise on the Beagle Board&#8217;s boot process</a>.  For those who are struggling with understanding the detailed behavior behind bootloaders and the User button, this is the place to go.  Thanks guys!  Come <a href="http://meld.mvista.com/group_discussion.aspx?DiscussionID=d953a6dc1a894391926283378f7400b1">discuss it in Meld</a> as well.</p>
<p>UPDATE:  Andy in Meld has also pointed me to an interesting post discussing <a href="http://nishanthmenon.blogspot.com/2009/05/configuration-header-no-more-x-loader.html">how to get rid of the first-stage bootloader</a> entirely.  Now that&#8217;s creative!</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Booting MontaVista Linux 6 on the Beagle Board</title>
		<link>http://mvista.com/blogs/jefro/2009/10/30/booting-montavista-linux-6-on-the-beagle-board/</link>
		<comments>http://mvista.com/blogs/jefro/2009/10/30/booting-montavista-linux-6-on-the-beagle-board/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 00:04:16 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<category><![CDATA[MVL6]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/10/30/booting-montavista-linux-6-on-the-beagle-board/</guid>
		<description><![CDATA[We just published a new white paper on booting MVL6 on the Beagle Board.  It&#8217;s fabulous from start to finish.  (Full disclosure - I wrote it.)  You can download it here.  It covers all you need to know about accessorizing the Beagle itself as well as how to install MVL6 on [...]]]></description>
			<content:encoded><![CDATA[<p>We just published a new white paper on booting MVL6 on the Beagle Board.  It&#8217;s fabulous from start to finish.  (Full disclosure - I wrote it.)  You can <a href="http://mvista.com/download/request_single.php?d=468">download it here</a>.  It covers all you need to know about accessorizing the Beagle itself as well as how to install MVL6 on an SD card and use it to boot.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Keeping up with the Penguins</title>
		<link>http://mvista.com/blogs/npollitt/2009/10/16/keeping-up-with-the-penguins/</link>
		<comments>http://mvista.com/blogs/npollitt/2009/10/16/keeping-up-with-the-penguins/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 19:42:59 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/npollitt/2009/10/16/keeping-up-with-the-penguins/</guid>
		<description><![CDATA[I read this blog post by an EEE PC developer who sounds frustrated about trying to keep his users up-and-running on Linux.  It seems that every time he fixes a problem, the upstream developers create another problem somewhere else.  While there are issues in many parts of the software stack, I see this [...]]]></description>
			<content:encoded><![CDATA[<p>I read <a href="http://www.fewt.com/2009/10/i-give-up.html">this blog post</a> by an EEE PC developer who sounds frustrated about trying to keep his users up-and-running on Linux.  It seems that every time he fixes a problem, the upstream developers create another problem somewhere else.  While there are issues in many parts of the software stack, I see this kind of problem here at MontaVista most often in the kernel area.</p>
<p>Back when Linus &amp; Co used odd version numbers for dev releases and even numbers for production releases (e.g. 2.5 &amp; 2.6), users of Linux got some clear expectations from the kernel development team, and commercializers got some breathing room for packaging up their Linux products.  Since the inception of the 2.6.x.y development methodology, the kernel guys have drastically <a href="http://www.linuxfoundation.org/publications/whowriteslinux.pdf">increased the volume and rate of changes</a> they pull into the kernel, and no longer provide any breathing room for users and distributors to stabilize.</p>
<p>Making this problem worse, there is also the widely-held belief that the latest kernel is the best kernel.  This just is not the case, as the kernel release trees are peppered with error-prone releases.  I think this guy&#8217;s problem (and that of his users) comes with trying to keep up with the Community - which is about as useful as keeping up with the Jones&#8217;.  Unfortunately, everyone seems to think this is what they need to do.  </p>
<p>How will Linux users be able to find a stable, usable system, that provides bugfix updates, and doesn&#8217;t ruin total-system functionality?</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Android issues</title>
		<link>http://mvista.com/blogs/npollitt/2009/09/29/android-issues/</link>
		<comments>http://mvista.com/blogs/npollitt/2009/09/29/android-issues/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 22:15:07 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/npollitt/2009/09/29/android-issues/</guid>
		<description><![CDATA[Google recently sent a cease and desist order to a developer who was including the proprietary Google apps in his Android ROM.  The developer, cyanogenmod seems to have no hard feelings about the situation and is willing to work with Google.  But the broader community appears to be dissatisfied with the situation.  [...]]]></description>
			<content:encoded><![CDATA[<p>Google <a href="http://androidcommunity.com/google-sends-cease-and-desist-to-programmer-over-cyanogenmod-20090928/">recently sent a cease and desist order</a> to a developer who was including the proprietary Google apps in his Android ROM.  The developer, <a href="http://twitter.com/cyanogen">cyanogenmod</a> seems to have no hard feelings about the situation and is willing to work with Google.  But the broader community <a href="http://arstechnica.com/open-source/news/2009/09/android-community-aims-to-replace-googles-proprietary-bits.ars">appears to be dissatisfied</a> with the situation.  I see a couple of interesting angles on this, Google&#8217;s need to own their applications, and Google&#8217;s desire to own as much as possible.</p>
<p>First, Google has the right to own their applications, but beyond that they also <strong>need</strong> to provide assurance to the public that Google-branded applications are safe and secure.  This is nothing new, the <a href="https://www.symbiansigned.com/app/page">Symbian Signed</a> program was designed to provide this type of assurance to device makers, and network operators.  It seems necessary and essential that Google protect the distribution channel of their applications.</p>
<p>On the other hand, Google also has a desire to exert control over the market to direct people to their web properties.  The Android platform was sold to developers as an attractive, new open-source project, the next big thing.  But ultimately Google wants to make sure their apps show up on whatever devices hit the market - All Your Internets Belong to Us.  It&#8217;s my guess that this is just the reason that <a href="http://news.cnet.com/8301-30684_3-10356432-265.html">Apple rejected the Google Voice app</a> from the iPhone.  Google&#8217;s application strategy could have the effect of turning the iPhone into just-another-Google-device.</p>
<p>For the time being, device makers and network operators seem to be warm to the Android platform since it gives them time-to-market advantage for developing interesting devices.  But will the market tolerate a Google strategy that effectively renders all players subservient to Google?  And does this recent C&amp;D Order represent the first Darth Vader move for Google?</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Latitude ON Launched Today</title>
		<link>http://mvista.com/blogs/jefro/2009/09/29/latitude-on-launched-today/</link>
		<comments>http://mvista.com/blogs/jefro/2009/09/29/latitude-on-launched-today/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:26:58 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/09/29/latitude-on-launched-today/</guid>
		<description><![CDATA[Today Dell is launching a new technology for laptops called Latitude ON.  This technology puts a small-board computer into a laptop case, sharing the keyboard and screen while it is running and the host machine&#8217;s OS is hibernating.  Latitude ON has access to the laptop&#8217;s network as well as its own cellular-based network, [...]]]></description>
			<content:encoded><![CDATA[<p>Today <a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/09/28/latitude-on-arrives.aspx">Dell is launching</a> a new technology for laptops called Latitude ON.  This technology puts a small-board computer into a laptop case, sharing the keyboard and screen while it is running and the host machine&#8217;s OS is hibernating.  Latitude ON has access to the laptop&#8217;s network as well as its own cellular-based network, and provides Exchange-capable email as well as web surfing with Firefox.  This configuration can provide email and browsing for up to 17 hours.</p>
<p>A few bloggers have erroneously surmised that the OS could be SUSE Enterprise Edition, or some other off-the-shelf distro.  Around here we know better&#8212;it was actually developed in-house by MontaVista.  <a href="http://www.mvista.com/sol_detail_mid.php">We call it Montabello.</a>  I provided a <a href="http://jefro.wordpress.com/2009/04/07/demonstrating-the-meld-community-at-elc/">Montabello demo at the CELF Embedded Linux Conference</a> this past spring.  It was running very well on a TI Beagle Board, which gives some indication of its flexibility.  </p>
<p>What is most innovative about Montabello is not actually the technology&#8212;after all, single-board computers have been running variants of Linux for a long time, and certainly there are other MID packages available.  The exciting aspect of Montabello is the hybrid arrangement, putting two separate computers in the same case.  In the course of a normal business day, I know I spend far more time on email and browsing than I do on pretty much any other task, and it is getting to be more that way as more of my activities are handled in the cloud, sometimes our private cloud here at work and sometimes out in the world.  It makes no more sense to run a full laptop for that activity than it does to take a dump truck to the grocery store.  Latitude ON is more like a Tesla:  not a lot of hauling capacity, but it gets you where you need to go quickly and extremely efficiently.  Like a cell phone it is literally always on, so boot time is immaterial.</p>
<p>Check out the <a href="http://www.mvista.com/mid_demo.php">video demonstration</a> that puts Montabello through its paces.  It&#8217;s interesting, innovative stuff, and I predict there will be many more products using this arrangement in the future.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Open source revives OS of the past</title>
		<link>http://mvista.com/blogs/npollitt/2009/09/28/open-source-revives-os-of-the-past/</link>
		<comments>http://mvista.com/blogs/npollitt/2009/09/28/open-source-revives-os-of-the-past/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 23:02:26 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/npollitt/2009/09/28/open-source-revives-os-of-the-past/</guid>
		<description><![CDATA[As a Linux marketer I try to keep track of open source alternatives.  For example, I occasionally meet engineers who prefer to use BSD for various reasons.  Just the other day I came across the Haiku project, which is an open-source project to revive BeOS.  I&#8217;d never used BeOS, but I remember [...]]]></description>
			<content:encoded><![CDATA[<p>As a Linux marketer I try to keep track of open source alternatives.  For example, I occasionally meet engineers who prefer to use <a href="http://www.freebsd.org/">BSD</a> for various reasons.  Just the other day I came across the <a href="http://arstechnica.com/open-source/news/2009/09/hands-on-with-haiku-back-to-the-future-of-beos.ars">Haiku</a> project, which is an open-source project to revive <a href="http://en.wikipedia.org/wiki/BeOS">BeOS</a>.  I&#8217;d never used BeOS, but I remember a co-worker from <a href="http://www.ncsa.illinois.edu/">NCSA</a> going to work there many years back, so I decided to give the alpha a try and see what I&#8217;d been missing.</p>
<p>I downloaded an ISO which I booted into VMWare, and after just a few seconds I was asked whether I wanted to Install, or proceed to the Desktop.  I liked that.  Once I got to the desktop, I&#8217;ll admit I was a bit lost.  I started clicking on icons to see if I could find anything interesting.  I quickly found the documentation, which appeared to be aimed at developers, not users.  The docs launched in a browser, with a link to <a href="http://access-company.com/">Access</a> at the bottom - I didn&#8217;t investigate that relationship any further.  I then launched the Wonder Brush drawing app which performed fairly well IMHO for inside a virtual machine.</p>
<p>For now Haiku appears to be a novelty.  I had fun spending 15 minutes playing with it, but it&#8217;s not immediately apparent how it can become relevant beyond a few enthusiasts or hobbyists.  And if you&#8217;re working on an open-source implementation of <a href="http://en.wikipedia.org/wiki/OS/2">OS/2 Warp 4</a>, let me know.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>MVL6:  Content Management and Build Tools</title>
		<link>http://mvista.com/blogs/jefro/2009/09/28/mvl6-content-management-and-build-tools/</link>
		<comments>http://mvista.com/blogs/jefro/2009/09/28/mvl6-content-management-and-build-tools/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:24:41 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[MVL6]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/09/28/mvl6-content-management-and-build-tools/</guid>
		<description><![CDATA[As I discussed far too long ago in my last post, one of the two hugely magical novelties of MVL6 is a new set of tools to manage content and build it directly into images.   The other magical novelty is the introduction of Market-Specific Distributions, or MSDs, which will be discussed in a [...]]]></description>
			<content:encoded><![CDATA[<p>As I discussed far too long ago in my <a href="http://mvista.com/blogs/jefro/2009/09/03/mvl6-the-basics/">last post</a>, one of the two hugely magical novelties of MVL6 is a new set of tools to manage content and build it directly into images.   The other magical novelty is the introduction of <a href="http://www.mvista.com/product_detail_msd.php">Market-Specific Distributions</a>, or MSDs, which will be discussed in a future post on this blog.  These tools provide very straightforward access to your MontaVista content and an even easier way to build that content.</p>
<p>The <a href="http://www.mvista.com/product_detail_mvip.php">MontaVista Integration Platform</a> centerpiece is BitBake, an open-source build system that makes <code>make</code> look absolutely steampunk by comparison.  BitBake is an object-oriented, Python-based build system that uses &#8220;recipes&#8221; as instruction sets.  Recipes build on each other using straightforward rules of inheritance.  Frequently-used instructions can be collected in a class and called rather than replicated,  making new recipes very easy to write.  MVL6 comes with a set of metadata that enables developers to mix and match recipes with impunity.</p>
<p>MVL6 has been compared with <a href="http://www.openembedded.org">OpenEmbedded</a>, the open-source metadata system on which MVL6 was originally based.  OpenEmbedded also enables developers to build images using BitBake recipes.  However, MVL6 is as similar to OpenEmbedded as MVL5 was to RedHat Enterprise Linux (RHEL), which is to say, not even close.  The actual bits that are used by BitBake in MVL6 are customized for each hardware platform that MontaVista supports, and are collected into MSDs.  Each MSD represents a custom, per-board distribution, fully tested, that provides features and functionality above and beyond anything available from OpenEmbedded, served from a central <a href="http://www.mvista.com/support.php#mvl6">Content Server</a> that is guaranteed to contain the content described in the MSD.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>When the build breaks your weekend</title>
		<link>http://mvista.com/blogs/npollitt/2009/09/22/when-the-build-breaks-your-weekend/</link>
		<comments>http://mvista.com/blogs/npollitt/2009/09/22/when-the-build-breaks-your-weekend/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 23:03:09 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[build]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/npollitt/2009/09/22/when-the-build-breaks-your-weekend/</guid>
		<description><![CDATA[Last week I celebrated my 5th anniversary at MontaVista, and was telling a co-worker a story about some previous engineering experiences.
At a previous employer I was on a small engineering team responsible for producing a commercial Linux distribution.  Our &#8220;build system&#8221; was 1) a guy on the East Coast and, 2) some scripts on [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I celebrated my 5th anniversary at MontaVista, and was telling a co-worker a story about some previous engineering experiences.</p>
<p>At a previous employer I was on a small engineering team responsible for producing a commercial Linux distribution.  Our &#8220;build system&#8221; was 1) a guy on the East Coast and, 2) some scripts on his workstation - the workstation could never be updated or modified lest we risk breaking the build.</p>
<p>A large conference was coming up and we needed to demo our latest software, so we crunched to get the latest bits checked in and our build guy produced some DVD images and FedEx&#8217;d them to San Francisco.  We receieved the DVDs on a Friday afternoon, only to discover that upon booting the new OS the kernel panic&#8217;d.</p>
<p>With less than 2 days to get the system ready to ship over to the conference, and the East Coast build guy off for two weeks of vacation, the two West Coast engineers (myself and a co-worker) spent the weekend in the office pulling apart SRPMs, manually patching sources, and doing whatever we needed to cobble together something that would boot and demonstrate the applications we had ready for the show.</p>
<p>The products we shipped at that company were enterprise-oriented, and so the build system was really only critical to our internal process - our customers never ripped the system apart, even though it was Linux-based and they had every right to do that.  Now that I&#8217;m out of Enterprise and in Embedded, I see that customers almost always want to take our products apart and put them back together to customize for the embedded devices they&#8217;re making.  IMHO, this makes a build system a basic necessity of any embedded Linux product, and I&#8217;m glad MontaVista has been able to rally around the open-source build engine<br />
<a href="http://bitbake.berlios.de/manual/">bitbake</a> and ship it in our <a href="http://www.mvista.com/product_detail_mvip.php">latest product</a>.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>MVL6:  The Basics</title>
		<link>http://mvista.com/blogs/jefro/2009/09/03/mvl6-the-basics/</link>
		<comments>http://mvista.com/blogs/jefro/2009/09/03/mvl6-the-basics/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:56:19 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<category><![CDATA[MVL6]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/09/03/mvl6-the-basics/</guid>
		<description><![CDATA[This is the first in a series of posts describing how MontaVista Linux 6 can make your development cycle faster, and also how it can help keep you sane in a crazy world.
To start with, the biggest change in MVL6 is in content delivery&#8212;how we get bits to you to play with.  In the [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first in a series of posts describing how <a href="http://mvista.com/product_detail_mvl6.php">MontaVista Linux 6</a> can make your development cycle faster, and also how it can help keep you sane in a crazy world.</p>
<p>To start with, the biggest change in MVL6 is in content delivery&#8212;how we get bits to you to play with.  In the past, MontaVista Linux shipped with a standardized kernel, the same for all platforms, and a <a href="http://mvista.com/product_detail_pro.php">Linux Support Package</a> (LSP) which consisted of a set of supporting patches, utilities, drivers, userland bits, and development tools.  The patched kernel and the rest of the LSP provided developers with a customized work environment for a particular hardware platform.</p>
<p>MontaVista Linux 6 improves on that by serving all those bits from a central Content Server.  The tools we provide to access that content are called the Integration Platform, and they consist of a few very easy-to-use project management utilities and a very powerful open-source build tool called BitBake.  BitBake is like <code>make</code> on steroids, and it has the ability to automatically download all of the content you need from the MontaVista Content Server.  BitBake&#8217;s real strength is in the large, integrated, tested set of metadata that enables it to build an bootable image (kernel and root filesystem) with a single command.  Adding new components or customizing existing ones is easy, repeatable, and well-planned.  </p>
<p>The other major change from previous versions of MontaVista Linux is the introduction of <a href="http://mvista.com/product_detail_msd.php">Market-Specific Distributions</a> (MSDs).  These are functionally similar to LSPs, but instead of being a set of patches and additional bits, MSDs are complete, optimized distribution mechanisms in themselves:  specific to a market rather than an individual board, feature-complete with the Linux distribution from the hardware vendor, and packed with MontaVista-supplied add-ons, quality testing, support, and build metadata.  </p>
<p><img src='http://mvista.com/blogs/jefro/files/2009/09/basic.png' alt='MVL6 Basics' /></p>
<p>Watch this space for more information about MVL6.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Article on booting Linux on the Beagle Board</title>
		<link>http://mvista.com/blogs/jefro/2009/08/19/article-on-booting-linux-on-the-beagle-board/</link>
		<comments>http://mvista.com/blogs/jefro/2009/08/19/article-on-booting-linux-on-the-beagle-board/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 16:31:48 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/08/19/article-on-booting-linux-on-the-beagle-board/</guid>
		<description><![CDATA[In an act of shameless self-promotion, I hereby submit this link to an article published today on IBM developerWorks:
http://www.ibm.com/developerworks/linux/library/l-beagle-board/index.html
After you read it, be sure to visit us in the Meld TI discussion group to discuss!
]]></description>
			<content:encoded><![CDATA[<p>In an act of shameless self-promotion, I hereby submit this link to an article published today on IBM developerWorks:</p>
<p><a href="http://www.ibm.com/developerworks/linux/library/l-beagle-board/index.html">http://www.ibm.com/developerworks/linux/library/l-beagle-board/index.html</a></p>
<p>After you read it, be sure to visit us in the <a href="http://meld.mvista.com/group_view.aspx?GroupID=daab8b9149484cfaa180bb0cf71a15d5">Meld TI discussion group</a> to discuss!</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Open Device, Insert Code is no longer active</title>
		<link>http://mvista.com/blogs/dixon/2009/08/17/open-device-insert-code-is-no-longer-active/</link>
		<comments>http://mvista.com/blogs/dixon/2009/08/17/open-device-insert-code-is-no-longer-active/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 00:43:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/dixon/2009/08/17/open-device-insert-code-is-no-longer-active/</guid>
		<description><![CDATA[Open Device, Insert Code is no longer an active blog, but, we felt there was a lot of great information here and didn’t want to take it down. We’ve left the archives for you to read through and even comment on if you like. Please continue to enjoy this and all of our other blogs!
]]></description>
			<content:encoded><![CDATA[<p>Open Device, Insert Code is no longer an active blog, but, we felt there was a lot of great information here and didn’t want to take it down. We’ve left the archives for you to read through and even comment on if you like. Please continue to enjoy this and all of our other blogs!</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>MontaVista Linux 6 Released!</title>
		<link>http://mvista.com/blogs/jefro/2009/08/14/montavista-linux-6-released/</link>
		<comments>http://mvista.com/blogs/jefro/2009/08/14/montavista-linux-6-released/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 22:10:54 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/08/14/montavista-linux-6-released/</guid>
		<description><![CDATA[MontaVista today made available its new product family.  MontaVista Linux 6 establishes an entirely new paradigm for embedded Linux development.  MVL6 provides the fantastic support, testing, and integration for which MontaVista is known, plus an automated build environment based on BitBake.  I have been part of the team working on the documentation [...]]]></description>
			<content:encoded><![CDATA[<p>MontaVista today made available its new product family.  <a href="http://mvista.com/product_detail_mvl6.php">MontaVista Linux 6</a> establishes an entirely new paradigm for embedded Linux development.  MVL6 provides the fantastic support, testing, and integration for which MontaVista is known, plus an automated build environment based on <a href="http://bitbake.berlios.de">BitBake</a>.  I have been part of the team working on the documentation for this release for several months, and I am very excited about its prospects.  </p>
<p>Watch this space in the coming weeks for more on MVL6.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Graphical History of x86 Microarchitectures</title>
		<link>http://mvista.com/blogs/jefro/2009/08/10/graphical-history-of-x86-microarchitectures/</link>
		<comments>http://mvista.com/blogs/jefro/2009/08/10/graphical-history-of-x86-microarchitectures/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 19:12:53 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/08/10/graphical-history-of-x86-microarchitectures/</guid>
		<description><![CDATA[Ever wonder about all those fancy project names Intel gives for its various architectures, and how they are related?  A new page available on the Meld embedded Linux community shows a very interesting graphical representation:  the family of Intel processors from the venerable i386 down to the present day Atom and Nehalem.

What I [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder about all those fancy project names Intel gives for its various architectures, and how they are related?  A new page available on the <a href="http://meld.mvista.com">Meld embedded Linux community</a> shows a very interesting graphical representation:  the family of <a href="http://www.intel.com">Intel</a> processors from the venerable i386 down to the present day Atom and Nehalem.</p>
<p><a href="http://meld.mvista.com/wiki_entry_view.aspx?topicid=c0e151bad1d84790b3aa7cae3b4f919a"><img src="http://meld.mvista.com/thumbnail.aspx?scaletype=preserve&amp;dt=wikifile&amp;fid=2b69cf8be56e4e4e967a486b38893be5&amp;fn=intel500.png&amp;oid=josiermixon&amp;h=300&amp;w=300" alt="Intel Architectures Explained" /></a></p>
<p>What I like best about this representation is its family tree aspect, specifically the part showing the &#8220;new&#8221; Atom processor evolving directly from the older P6 architecture rather than from more modern (some might say &#8220;overmodern&#8221;) generations of packaged cleverness.  The drawing was created by <a href="http://meld.mvista.com/profile_view.aspx?customerid=kaaching">Klaas van Gend</a>, one of my colleages at <a href="http://www.mvista.com">MontaVista</a>.  Thanks, Klaas!</p>
<p>Full disclosure&#8212;I am an admin for the Meld community.  Feel free to poke around and join us, as there is more where that came from.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Embedded Linux Conference Videos</title>
		<link>http://mvista.com/blogs/jefro/2009/08/05/embedded-linux-conference-videos/</link>
		<comments>http://mvista.com/blogs/jefro/2009/08/05/embedded-linux-conference-videos/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 17:21:54 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/08/05/embedded-linux-conference-videos/</guid>
		<description><![CDATA[Grab the popcorn!  Our friends at Free Electrons have posted videos of all of the presentations at the Embedded Linux Conference in 2009.  While watching videos is not quite the same as being there, it is a wonderful (and free) way to get some embedded Linux exposure to which you might not otherwise [...]]]></description>
			<content:encoded><![CDATA[<p>Grab the popcorn!  Our friends at <a href="http://free-electrons.com">Free Electrons</a> have posted <a href="http://free-electrons.com/blog/elc-2009-videos/">videos of all of the presentations</a> at the <a href="http://www.embeddedlinuxconference.com/elc_2009/index.html">Embedded Linux Conference in 2009</a>.  While watching videos is not quite the same as being there, it is a wonderful (and free) way to get some embedded Linux exposure to which you might not otherwise have access.  Dive in, and be sure to thank Michael and Thomas at Free Electrons.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Embedded Consolidation Continues:  Mentor Graphics absorbs Embedded Alley</title>
		<link>http://mvista.com/blogs/jefro/2009/07/30/embedded-consolidation-continues-mentor-graphics-absorbs-embedded-alley/</link>
		<comments>http://mvista.com/blogs/jefro/2009/07/30/embedded-consolidation-continues-mentor-graphics-absorbs-embedded-alley/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:42:11 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/07/30/embedded-consolidation-continues-mentor-graphics-absorbs-embedded-alley/</guid>
		<description><![CDATA[Who said fragmentation was forever?  
The news today says that design automation leader and Nucleus RTOS provider Mentor Graphics is buying embedded Linux tools provider and professional services contractor Embedded Alley for an undisclosed amount.  
The most notable aspect of this is that it comes on the heels of Intel&#8217;s acquisition of Wind [...]]]></description>
			<content:encoded><![CDATA[<p>Who said fragmentation was forever?  </p>
<p>The <a href="http://www.linuxfordevices.com/c/a/News/Mentor-Graphics-acquires-Embedded-Alley/">news today</a> says that design automation leader and Nucleus RTOS provider <a href="http://www.mentor.com/">Mentor Graphics</a> is buying embedded Linux tools provider and professional services contractor Embedded Alley for an undisclosed amount.  </p>
<p>The most notable aspect of this is that it comes on the heels of <a href="http://mvista.com/blogs/jefro/2009/06/06/wind-river-and-intel-strange-bedfellows-not-necessarily/">Intel&#8217;s acquisition of Wind River Systems</a>.  Fire sales and mergers are not unusual during flagging economic times, but this is the first time I have been aware of such consolidation happening in the embedded Linux space&#8212;not unusual, as that space has <a href="http://www.linuxfordevices.com/c/a/News/MontaVista-10th-anniversary-interview-blurb/">only existed for 10 years</a> and this is its first recession.</p>
<p>I would wax poetic on the ramifications of this merger, but <a href="http://linuxpundit.wordpress.com/2009/07/30/mentor-graphics-acquires-embedded-alley-unveils-embedded-open-source-strategy/">Bill Weinberg has already done so</a>.  (Hi Bill!)  </p>
<p>Meanwhile, I&#8217;ll continue to concentrate on helping to get <a href="http://mvista.com/product_detail_mvl6.php">MontaVista Linux 6</a> out the door.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>Social media meets embedded Linux</title>
		<link>http://mvista.com/blogs/jefro/2009/07/06/social-media-meets-embedded-linux/</link>
		<comments>http://mvista.com/blogs/jefro/2009/07/06/social-media-meets-embedded-linux/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 19:43:05 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/07/06/social-media-meets-embedded-linux/</guid>
		<description><![CDATA[No one is more social than software developers, right?  We invented the internet in order to converse, interact, fan flamewars, etc.  Sometime in this decade, the international marketing machine seems to have gotten hold of the tubes and sort of taken over, diluting our technical conversations with adware and l33tsp33k.  The original [...]]]></description>
			<content:encoded><![CDATA[<p>No one is more social than software developers, right?  We <a href="http://en.wikipedia.org/wiki/History_of_the_Internet">invented the internet</a> in order to converse, interact, fan flamewars, etc.  Sometime in this decade, the international marketing machine seems to have gotten hold of the tubes and sort of taken over, diluting our technical conversations with adware and l33tsp33k.  The original intent of the Internet is being drowned by its popularity.</p>
<p>However, there still exist some corners of the tubes where actual technical conversation still happens.  These are a few of those corners that cater to those of us with a taste for embedded Linux.  Please feel free to add to this list in the comments below.</p>
<p><b>Social media:</b></p>
<p>These include communities dedicated to embedded Linux, wikis, etc.  Blogs are listed in a separate section.</p>
<ul>
<li><a href="http://meld.mvista.com"><b>Meld</b></a> has been called the &#8220;Facebook of embedded Linux&#8221;, and not just by me.  Conversations tend to get very technical.  Stop in and join the discussion groups.  [full disclosure:  MontaVista sponsors Meld, and I am a Meld admin]</li>
<li><a href="http://elinux.org"><b>Elinux.org</b></a> is an excellent wiki maintained by <a href="http://www.celinuxforum.org/">CELF</a>.  The wiki contains a huge amount of embedded Linux information and is growing all the time.</li>
<li><a href="http://linux.com/community/groups/viewgroup/41-Embedded+Linux"><b>Embedded group on Linux.com</b></a>, recently absorbed by the Linux Foundation.</li>
</ul>
<p><b>Blogs:</b></p>
<p>Do blogs count as social media?  Almost certainly.  <img src='http://mvista.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Here are just a few that discuss embedded Linux:</p>
<ul>
<li><a href="http://www.jefro.net/blog"><b>Jeff&#8217;s Open Source Resource</b></a> [full disclosure - that&#8217;s me]</li>
<li><a href="http://blogs.forum.nokia.com/blog/kate-alholas-forum-nokia-blog"><b>Kate Alhola&#8217;s Maemo blog</b></a></li>
<li><a href="http://www.embeddedlinuxinterfacing.com/"><b>Embedded Linux Interfacing</b>, serving the Embedded Linux community since 2001</a></li>
</ul>
<p><b>Embedded Linux appearances in other social media:</b></p>
<p>Our presence is small, but loud.</p>
<ul>
<li><a href="http://twitter.com"><b>Twitter</b></a> supports many fascinating twigs and branches, some of which, like <a href="http://twitter.com/meldcommunity">Meld</a> and <a href="http://twitter.com/mvista">MontaVista</a>, relate to embedded Linux.
</li>
<li><a href="http://groups.google.com"><b>Google Groups</b></a> hosts many groups related to specific projects, e.g. the <a href="http://groups.google.com/group/beagleboard">Beagle Board</a> discussion group.</li>
<li><a href="http://www.linkedin.com/groups?gid=87910"><b>LinkedIn Embedded Linux group</b></a>.</li>
<li><a href="http://www.facebook.com/home.php#/group.php?gid=2263481177"><b>Facebook Embedded Linux group</b></a>.  Be sure to also visit <a href="http://www.facebook.com/pages/MontaVista-Software/46955609199">MontaVista&#8217;s page</a>.</li>
<li><a href="http://www.youtube.com/user/MontaVistaSoftware"><b>MontaVista on YouTube</b></a>.  There are more embedded Linux videos there as well, just search on &#8220;embedded linux&#8221;.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss />
		</item>
	<item>
		<title>What is a Developer’s Advocate?</title>
		<link>http://mvista.com/blogs/jefro/2009/06/11/what-is-a-developers-advocate/</link>
		<comments>http://mvista.com/blogs/jefro/2009/06/11/what-is-a-developers-advocate/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 02:21:27 +0000</pubDate>
		<dc:creator>Jefro</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mvista.com/blogs/jefro/2009/06/11/what-is-a-developers-advocate/</guid>
		<description><![CDATA[Developer Advocate.  It has been on my business cards since I arrived at MontaVista last fall, but I don&#8217;t know if it has ever been defined in print.  This blog&#8217;s name is a play on the term &#8220;playing devil&#8217;s advocate&#8221;, but what does it actually mean to be one?  What is the [...]]]></description>
			<content:encoded><![CDATA[<p>Developer Advocate.  It has been on my business cards since I arrived at MontaVista last fall, but I don&#8217;t know if it has ever been defined in print.  This blog&#8217;s name is a play on the term &#8220;playing devil&#8217;s advocate&#8221;, but what does it actually mean to be one?  What is the role of a Developer Advocate in the world of open-source?  </p>
<p>The short answer is that I am an ambassador for Linux developers, currently acting within this corporate structure.  Obviously I have a vested interest in helping MontaVista succeed.  What that means to me, though, is that a major component of that interest is to help embedded Linux developers succeed in general, partly because they may someday become MontaVista customers, but mostly because they help to advance the cause and penetration of the current best embedded operating system.  </p>
<p>As a community admin, technical writer, and developer, I have several avenues by which I advocate.  </p>
<p>One is that I help to administer an open community called <a href="http://meld.mvista.com">Meld</a>.  Meld is sponsored by MontaVista, but it is truly open, meaning that anyone can join and discuss any embedded Linux topic, including the <a href="http://meld.mvista.com/group_discussion.aspx?discussionid=0ce7cd6373a34dad9899a3b2344587f9">merger of Wind River with Intel</a>, the recent <a href="http://meld.mvista.com/group_discussion.aspx?DiscussionID=12b24b13c2ae44e9b540771dd95e9a3f">webinar about fault-tolerant memory management</a>, or even the thrill of <a href="http://meld.mvista.com/group_discussion.aspx?DiscussionID=ea344d2c94dd422fa36e5a7468e05e35">rolling your own kernel</a>, none of which directly involve MontaVista.  In company meetings about Meld and at conferences, I try to represent the needs of developers at large and help to keep Meld open and non-corporate, although I&#8217;m swimming with the flow in that case&#8212;MontaVista as a corporation and the entire Meld team are as dedicated as I am to that level of openness.</p>
<p>Another way I advocate for developers is as a technical writer, by helping to document important tools, like <a href="http://www.mvista.com/product_detail_mvl6.php">MontaVista Linux 6</a>.  It is fascinating to be a part of building such a complex tool and useful tool and to try to find the best ways to explain it.  </p>
<p>A third method is to find ways we as a company can give back to the communities that support us.  This is more than just the kernel community, of course:  <a href="http://www.celinuxforum.org/">CELF</a> and <a href="http://elinux.org/">elinux.org</a>, the <a href="http://www.linux.com">Linux Foundation</a>, <a href="http://www.openembedded.org">OpenEmbedded</a> and <a href="http://bitbake.berlios.de">BitBake</a>, and <a href="http://moblin.org">Moblin</a> are all organizations and projects that share a common goal in helping embedded Linux succeed. </p>
<p>Actually, to boil it down, I figure it is my job to help embedded Linux developers succeed.  I think that sums it up nicely.  </p>
<p>If you are an embedded Linux developer, don&#8217;t be shy about letting me know how I can help YOU succeed, by <a href="mailto://josiermixon@mvista.com">email</a> or in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss />
		</item>
</channel>
</rss><!-- 158 queries 0.653 seconds. -->
