<?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>Media Type &#187; QNX</title>
	<atom:link href="http://mediatype.ca/category/qnx/feed/" rel="self" type="application/rss+xml" />
	<link>http://mediatype.ca</link>
	<description>Thoughts on QNX and the state of Multi-Media</description>
	<lastBuildDate>Wed, 17 Nov 2010 12:47:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>BlackBerry Playbook</title>
		<link>http://mediatype.ca/2010/11/17/blackberry-playbook/</link>
		<comments>http://mediatype.ca/2010/11/17/blackberry-playbook/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 12:47:02 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=51</guid>
		<description><![CDATA[The QNX MM team has been hard at work on the blackberry playbook, things are starting to pay off as we get closer to the finish line. Check out a few of these videos from monday and tuesday this week. Jim Balsillie demoing QNX driving multiple use cases including video and camera: http://www.engadget.com/2010/11/16/blackberry-playbook-first-hands-on-video/]]></description>
			<content:encoded><![CDATA[<p>The QNX MM team has been hard at work on the blackberry playbook, things are starting to pay off as we get closer to the finish line.  Check out a few of these videos from monday and tuesday this week.</p>
<p><object width="640" height="390"><param name="movie" value="http://www.youtube.com/v/s72rGDUn2uo&#038;hl=en_GB&#038;feature=player_embedded&#038;version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/s72rGDUn2uo&#038;hl=en_GB&#038;feature=player_embedded&#038;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></embed></object></p>
<p>Jim Balsillie  demoing QNX driving multiple use cases including video and camera:<br />
<a href="http://www.engadget.com/2010/11/16/blackberry-playbook-first-hands-on-video/">http://www.engadget.com/2010/11/16/blackberry-playbook-first-hands-on-video/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2010/11/17/blackberry-playbook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shell Script to lookup QNX docs</title>
		<link>http://mediatype.ca/2010/07/27/shell-script-to-lookup-qnx-docs/</link>
		<comments>http://mediatype.ca/2010/07/27/shell-script-to-lookup-qnx-docs/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 13:57:40 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=46</guid>
		<description><![CDATA[Here is a shell script that should run on any system with Python but I only tried it on Mac. It will lookup the QNX documentation for any library call you pass in on the command line. This is how you use it: qnxhelp printf And it will then open up a web browser with [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a shell script that should run on any system with Python but I only tried it on Mac.  It will lookup the QNX documentation for any library call you pass in on the command line.</p>
<p>This is how you use it:</p>
<pre>
  qnxhelp printf
</pre>
<p>And it will then open up a web browser with the docs for 6.4.1&#8242;s library page for printf.</p>
<p>Here is the script code for qnxhelp:</p>
<pre class="brush: python; title: ;">
#!/usr/bin/env python
import os, string, sys, webbrowser
if (len(sys.argv) != 2):
    print &quot;Usage:  %s &lt;command to lookup&gt;&quot; %(sys.argv[0])

else:
    word = sys.argv[1]
    char = word[:1]
    location = &quot;http://www.qnx.com/developers/docs/6.4.1/neutrino/lib_ref/%s/%s.html&quot; % (string.lower(char), string.lower(word))    webbrowser.open(location)
</pre>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2010/07/27/shell-script-to-lookup-qnx-docs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RIM + QNX = Great News!</title>
		<link>http://mediatype.ca/2010/04/09/rim-qnx-great-news/</link>
		<comments>http://mediatype.ca/2010/04/09/rim-qnx-great-news/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 02:47:25 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=44</guid>
		<description><![CDATA[Pretty excited about the acquisition of QNX by RIM. I think that together there will be a lot of synergy going forward. OSNews had a great article that is worth a read: http://www.osnews.com/story/23134/Research_In_Motion_Buys_QNX_Software]]></description>
			<content:encoded><![CDATA[<p>Pretty excited about the acquisition of QNX by RIM.  I think that together there will be a lot of synergy going forward.</p>
<p>OSNews had a great article that is worth a read:  <a href="http://www.osnews.com/story/23134/Research_In_Motion_Buys_QNX_Software">http://www.osnews.com/story/23134/Research_In_Motion_Buys_QNX_Software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2010/04/09/rim-qnx-great-news/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QNX MM 1.2 is Released</title>
		<link>http://mediatype.ca/2009/05/27/qnx-mm-12-is-released/</link>
		<comments>http://mediatype.ca/2009/05/27/qnx-mm-12-is-released/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:47:25 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=26</guid>
		<description><![CDATA[Our team has finished Aviage MM 1.2. Its got some excellent features and new platforms that it supports. Notably: DVD-V playback Video file playback Microsoft Zune support Significant improvements to Album Art support Significant improvements to metadata synchronization speeds Additional playlists supported Faster startup, much less memory used RTP &#038; HTTP streaming TI OMAP3 Codec [...]]]></description>
			<content:encoded><![CDATA[<p>Our team has finished Aviage MM 1.2.  Its got some excellent features and new platforms that it supports.  Notably:</p>
<ul>
<li>DVD-V playback
<li>Video file playback
<li>Microsoft Zune support
<li>Significant improvements to Album Art support
<li>Significant improvements to metadata synchronization speeds
<li>Additional playlists supported
<li>Faster startup, much less memory used
<li>RTP &#038; HTTP streaming
<li>TI OMAP3 Codec Engine (audio decoders)
<li>Intel Performance Primitives codecs
</ul>
<p>There are lots of other improvements also.  We&#8217;ve been busy this past 6 months!</p>
<p>You can find more information about it here:<br />
<a href="http://www.qnx.com/products/middleware/multimedia.html">http://www.qnx.com/products/middleware/multimedia.html</a></p>
<p>This project is developed openly on <a href="http://community.qnx.com/sf/projects/multimedia">the foundry27 site</a> where you can <a href="http://community.qnx.com/sf/scm/do/listRepositories/projects.multimedia/scm">get source code</a> and <a href="http://community.qnx.com/sf/frs/do/viewSummary/projects.multimedia/frs">daily builds</a>.  If you&#8217;re looking to try it out you can do that for free with one of those <a href="http://community.qnx.com/sf/frs/do/viewSummary/projects.multimedia/frs">daily builds</a> on top of <a href="http://www.qnx.com/products/evaluation/">QNX Momentics 6.4.0 or 6.4.1</a>(soon to be released).</p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2009/05/27/qnx-mm-12-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multimedia on Foundry27</title>
		<link>http://mediatype.ca/2009/04/02/multimedia-on-foundry27/</link>
		<comments>http://mediatype.ca/2009/04/02/multimedia-on-foundry27/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 00:45:07 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=24</guid>
		<description><![CDATA[The multimedia project I work on at QNX is now available on foundry27. Foundry27 is QNX&#8217;s development portal where you can find software projects actively being developed. On the foundry27 site for multimedia you can get source code, documentation, forums and other great resources. The source code is the latest and greatest, updated every night [...]]]></description>
			<content:encoded><![CDATA[<p>The multimedia project I work on at QNX is now available on <a href="http://community.qnx.com/sf/projects/multimedia">foundry27</a>.  <a href="http://community.qnx.com/sf/projects/multimedia">Foundry27</a> is QNX&#8217;s development portal where you can find software projects actively being developed.</p>
<p>On the <a href="http://community.qnx.com/sf/projects/multimedia">foundry27 site for multimedia</a> you can get <a href="http://community.qnx.com/sf/scm/do/listRepositories/projects.multimedia/scm">source code</a>, documentation, forums and other great resources.  The<a href="http://community.qnx.com/sf/scm/do/listRepositories/projects.multimedia/scm"> source code</a> is the latest and greatest, updated every night at 2am and right after that a <a href="http://community.qnx.com/sf/frs/do/listReleases/projects.multimedia/frs.daily_builds">binary nightly build is available</a>.  If you want to <a href="http://community.qnx.com/sf/wiki/do/viewPage/projects.multimedia/wiki/SourceGuide">build the source, make sure to check our the source guide wiki page</a> that describes the straight forward process.</p>
<p>We put together a QNX video a while ago where I walk through at a high level what each of the components are.  Here it is:<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/TWAN7iMM_M4&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TWAN7iMM_M4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2009/04/02/multimedia-on-foundry27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audi turns to Nvidia for 3D navigation</title>
		<link>http://mediatype.ca/2009/01/30/audi-turns-to-nvidia-for-3d-navigation/</link>
		<comments>http://mediatype.ca/2009/01/30/audi-turns-to-nvidia-for-3d-navigation/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 16:04:06 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=22</guid>
		<description><![CDATA[QNX RTOS and multimedia are helping to drive this new infotainment system provided in the latest Audi&#8217;s. Audi turns to Nvidia for 3D navigation: &#8220; Audis new navigation system includes 3D textured buildings. (Credit: Audi) Audi&#8217;s new Q5 sports navigation graphics empowered by chip maker Nvidia, along with a radically updated dashboard interface, which Audi [...]]]></description>
			<content:encoded><![CDATA[<p>QNX RTOS and multimedia are helping to drive this new infotainment system provided in the latest Audi&#8217;s.</p>
<p><a href="http://reviews.cnet.com/8301-13746_7-10153067-48.html?part=rss&#038;tag=feed&#038;subj=TheCarTechblog">Audi turns to Nvidia for 3D navigation</a>: &#8220;
<div class="cnet-image-div image-large float-left" style="width: 610px;" ><img class="cnet-image" src="http://i.i.com.com/cnwk.1d/i/bto/20090129/AudiMMI01_610x363.jpg" alt="Audi navigation system" width="610" height="363" />
<p class="image-caption">Audis new navigation system includes 3D textured buildings.</p>
<p><span class="image-credit">(Credit: Audi)</span></div>
</p>
<p>
Audi&#8217;s new Q5 sports navigation graphics empowered by chip maker Nvidia, along with a radically updated dashboard interface, which Audi calls the Multimedia Interface, or MMI. Integrated into the new navigation system is an automotive grade Nvidia &#8230;</p>
<p>&#8220;</p>
<p>(Via <a href="http://reviews.cnet.com/8300-13746_7-48.html">Car Tech: An automotive blog from CNET</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2009/01/30/audi-turns-to-nvidia-for-3d-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QNX Multimedia at Convergence!</title>
		<link>http://mediatype.ca/2008/10/21/qnx-multimedia-at-convergence/</link>
		<comments>http://mediatype.ca/2008/10/21/qnx-multimedia-at-convergence/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 19:14:01 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/2008/10/21/qnx-multimedia-at-convergence/</guid>
		<description><![CDATA[QNX is at convergence this year with a great demo. Some great things from a multimedia perspective that we&#8217;re showing at this demo: * Zune playback * iPod 1-wire playback * USB Mass storage playback * Youtube * Video games * Multinode: you can plug in an iPod in the front, and listen to it [...]]]></description>
			<content:encoded><![CDATA[<p>QNX is at convergence this year with a great demo.  Some great things from a multimedia perspective that we&#8217;re showing at this demo:</p>
<p>*  Zune playback<br />
*  iPod 1-wire playback<br />
*  USB Mass storage playback<br />
*  Youtube<br />
*  Video games<br />
*  Multinode:  you can plug in an iPod in the front, and listen to it in the back seat using headphones<br />
*  From you LCD panel dash cluster you can see what song you&#8217;re playing, and its artwork</p>
<p>I think this demonstrates a well &#8220;connected&#8221; car.  You&#8217;ve got the devices, you&#8217;ve got the internet, and you&#8217;ve got several happy networked users!</p>
<p>Here is a photo of the booth:</p>
<p>![QNX Convergence Booth](/wp-content/uploads/booth.jpg)</p>
<p>There are more photos of this on [Paul Leroux's blog](http://onqpl.blogspot.com/2008/10/report-from-convergence.html &#8220;On Q: Report from Convergence&#8221;).</p>
<p>There are lots of other advanced features that it shows as well such as voice integration, hands free support for bluetooth phones.   I hope a few of you have a chance to see it.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2008/10/21/qnx-multimedia-at-convergence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod integration in the car</title>
		<link>http://mediatype.ca/2008/10/13/ipod-integration-in-the-car/</link>
		<comments>http://mediatype.ca/2008/10/13/ipod-integration-in-the-car/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 02:04:59 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mediatype.ca/2008/10/13/ipod-integration-in-the-car/</guid>
		<description><![CDATA[Cars are getting to be pretty advanced and feature rich. [CNET has an article that talks about how iPods are integrated into more than half of 2009 models](http://reviews.cnet.com/8301-13746_7-10064887-48.html?part=rss&#38;tag=feed&#38;subj=TheCarTechblog &#8220;Raising the bar: iPod integration in more than half of 2009 models &#124; Car Tech: An automotive blog from CNET &#8211; CNET Reviews&#8221;). QNX likely has contributed [...]]]></description>
			<content:encoded><![CDATA[<p>Cars are getting to be pretty advanced and feature rich.  [CNET has an article that talks about how iPods are integrated into more than half of 2009 models](http://reviews.cnet.com/8301-13746_7-10064887-48.html?part=rss&amp;tag=feed&amp;subj=TheCarTechblog &#8220;Raising the bar: iPod integration in more than half of 2009 models | Car Tech: An automotive blog from CNET &#8211; CNET Reviews&#8221;).  QNX likely has contributed a large portion to many of these models.  Its satisfying to see your work end up in real-world product.</p>
<p>[The article](http://reviews.cnet.com/8301-13746_7-10064887-48.html?part=rss&amp;tag=feed&amp;subj=TheCarTechblog &#8220;Raising the bar: iPod integration in more than half of 2009 models | Car Tech: An automotive blog from CNET &#8211; CNET Reviews&#8221;) also has some interesting stats on hard drives and bluetooth integration in cars.  The head units in cars these days are as powerful as many desktop computers and have even more peripherals.</p>
<p>Now unfortunately, the one thing the article has completely wrong is that &#8220;Microsoft Automotive Platform &#8230; offers the most universal integration&#8221;.  If I were to compare MS Auto to QNX Car, I&#8217;d like to point out:</p>
<p>*   CD&#8217;s are not dead.  MS Auto currently doesn&#8217;t do CDs, or CD Changers.  QNX is shipping in many cars today with that feature.  We also support MP3-CD&#8217;s<br />
*   Ripping CDs, or USB Sticks.  QNX&#8217;s MME manages all this for you so that when you ask to rip a CD or list of USB tracks to your hard drive it will do that as fast as possible without interrupting your playback.  And if you power off your car, it&#8217;ll continue where it left off.<br />
*   Embedded hard drive support:  without ripping, do you support a hard drive?<br />
*   Internet Radio integration.. how connected are you without the internet?<br />
*  QNX Car also has the same &#8220;most universal integration&#8221; features that MS has:  USB Mass Storage, iPod, PlaysForSure, Zune, Bluetooth.<br />
*   QNX Car is shipping in many other makes than Ford.  In fact the last stat I heard is that it is in over 40% of the 2009 models!  I should talk to marketing to get a completely accurate number.</p>
<p>As usual, Microsoft has lots of dollars to spend on advertising, but the real question is how good is their product?   QNX has always been quality driven, and therefore is chosen to run space equipment, nuclear power plants, and the fancy features in your car.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2008/10/13/ipod-integration-in-the-car/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>QNX 6.3.2 on Parallels 3.0</title>
		<link>http://mediatype.ca/2008/01/03/qnx-632-on-parallels-30/</link>
		<comments>http://mediatype.ca/2008/01/03/qnx-632-on-parallels-30/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 19:52:47 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/2008/01/03/qnx-632-on-parallels-30/</guid>
		<description><![CDATA[I spent some time getting QNX working on [Parallels](http://www.parallels.com/ &#8220;Virtual pc, virtual machine and multiple operating system solutions by Parallels, Inc.&#8221;) 3.0. Its working well with the exception of video which I know can work, I just haven&#8217;t spent the time to get it going yet. If you get it working please comment on this [...]]]></description>
			<content:encoded><![CDATA[<p>I spent some time getting QNX working on [Parallels](http://www.parallels.com/ &#8220;Virtual pc, virtual machine and multiple operating system solutions by Parallels, Inc.&#8221;) 3.0.  Its working well with the exception of video which I know can work, I just haven&#8217;t spent the time to get it going yet.  If you get it working please comment on this post with how to do it.</p>
<p>First off, why use Parallels now that [VMWare](http://www.vmware.com/ &#8220;VMware: Virtualization, Virtual Machine &amp; Virtual Server Consolidation &#8211; VMware&#8221;) is working?  I use Parallels instead of VMWare because it is much faster for what I use it for.  I have all my work on my mac and export that folder using nfs to my virtual machines.  On my virtual machines I do builds as well as run and test my code.  I did a quick test comparing QNX 6.3.2 building the multimedia engine and it took 9.5 minutes on VMWare Fusion 1.1, it took Parallels slightly less than 3 minutes to do the same thing.  I also find a significamarknt difference in performance while running my application also.</p>
<p># Issues:<br />
There are 3 issues with QNX 6.3.2 running on Parallels out of the box:<br />
1.  Kernel doesn&#8217;t work<br />
2.  Network driver (ne2000) doesn&#8217;t work<br />
3.  Graphics detect vga mode only</p>
<p>There is only one issue with running QNX 6.3.2 on VMWare Fusion out of the box:<br />
1.  USB doesn&#8217;t work</p>
<p>I&#8217;ve got problems one and two fixed for Parallels, here are the steps to get yourself a QNX 6.3.2 virtual machine running on Parallels 3.0 build 5582.  There are two floppy images you&#8217;ll need to get for this off my server:</p>
<p>1.  *Boot floppy*:  [http://www.mediatype.ca/wp-content/uploads/parallels/QNX632ParallelsBoot.fdd](http://www.mediatype.ca/wp-content/uploads/parallels/QNX632ParallelsBoot.fdd &#8220;&#8221;)<br />
2.  *Installation floppy*:   [http://www.mediatype.ca/wp-content/uploads/parallels/QNX632ParallelsInstall.fdd](http://www.mediatype.ca/wp-content/uploads/parallels/QNX632ParallelsInstall.fdd &#8220;&#8221;)</p>
<p># Create the virtual machine:<br />
1.  get the [QNX 6.3.2 ISO](http://www.qnx.com/download/feature.html?programid=16783 &#8220;QNX Downloads: Documents and Software&#8221;)<br />
2.  open Parallels<br />
3.  click file | new<br />
4.  choose custom.  OS type:  Other  OS Version: Other<br />
5.  Choose the amount of RAM to give QNX.  I choose 300.<br />
6.  Create a new hard disk image.  I make mine 3000GB expanding.<br />
7.  Shared networking<br />
8.  Give it a name<br />
9.  Optimize for VM<br />
10.  Click more options, then select ISO image, then choose the image you got from step 1.<br />
11.  uncheck “start guest operating system”<br />
12.  Click menu item “Edit” then “Virtual Machine&#8230;”<br />
13.  Click “Add&#8230;”  I add a usb adapter<br />
14.  Click “Options”  Then click the “Booting” tab on the right.  Choose “Floppy, Hard Disk, CDROM”<br />
15.  Click “Floppy” on the left.  Check the “Connect at startup” checkbox.  Click the “&#8230;” for the image file and choose the QNX632ParallelsInstall.fdd file.<br />
16.  Click OK.  Then start the VM.</p>
<p># Install QNX:<br />
Follow the steps on the screen.  You’ll need your license key to perform the installation.  Make sure to install to the complete hard drive.  Myself I install all the tools and GPL utilities.  When it asks you to reboot, just turn off the virtual machine by hitting the red stop button on the top right.</p>
<p># Prepare the VM for regular booting:<br />
1.  Click “Edit” | “Virtual Machine&#8230;”<br />
2.  Click Floppy<br />
3.  Check the “&#8230;” for the image file and choose QNX632ParallelsBoot.fdd<br />
4.  Click OK.  Start the virtual machine.<br />
5.  This part you need to do quickly.  While the virtual machine is booting, click on the black part where the VM text will come up to put your cursor into it.  Then when it asks if you want to enter boot options by hitting the space key, hit the space key on your keyboard.<br />
6.  Press F5 to have it drop to a shell during boot<br />
7.  Type these commands in the shell to replace the stock 6.3.2 network driver with one that works included in the boot image:<br />
	cd /lib/dll<br />
	/bin/cp devn-ne2000.so devn-ne2000.so.bak<br />
	/bin/cp /proc/boot/devn-ne2000.so devn-ne2000.so<br />
8.  Hit CTRL-D twice<br />
9.  It should continue booting.  Only the vga option will present itself at first, continue using these settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2008/01/03/qnx-632-on-parallels-30/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>pkgsrc for installing open source</title>
		<link>http://mediatype.ca/2007/10/18/pkgsrc-for-installing-open-source/</link>
		<comments>http://mediatype.ca/2007/10/18/pkgsrc-for-installing-open-source/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 23:27:11 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/2007/10/18/pkgsrc-for-installing-open-source/</guid>
		<description><![CDATA[I&#8217;ve always found it a lot of work to install open source software on QNX.. until today. pkgsrc is fantastic! From the QNX community website: &#8216;pkgsrc&#8217; is a framework for building third-party software and managing the resulting packages. Originally developed on NetBSD, pkgsrc has evolved according to NetBSD&#8217;s principle of portability and currently supports 13 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always found it a lot of work to install open source software on QNX.. until today.  <a href="http://community.qnx.com/sf/projects/pkgsrc" title="SourceForge : Project Home">pkgsrc is fantastic</a>!</p>
<p>From the QNX community website:</p>
<blockquote>
<p>&#8216;pkgsrc&#8217; is a framework for building third-party software and managing the resulting packages. Originally developed on NetBSD, pkgsrc has evolved according to NetBSD&#8217;s principle of portability and currently supports 13 different platforms (hopefully QNX will be number 14). Over 6400 packages are in the base distribution.</p>
</blockquote>
<p>This handles dependencies and can build packages on your desktop, very important for a good UNIX system.  So far I&#8217;ve got bash, openssh, and perl installed&#8230; more to follow <img src='http://mediatype.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you haven&#8217;t given it a shot it is quite simple to get started with, you can find <a href="http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/Bootstrap" title="SourceForge : View Wiki Page: Bootstrap">the instructions on the wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2007/10/18/pkgsrc-for-installing-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

