3. Installing the QNX Neutrino RTOS on the target system

Next, set up your QNX Neutrino RTOS target as a virtual machine.

We provide a VMware image that's compatible with VMware Workstation 9.0 and VMware Player 5.0. This image is a minimal QNX Neutrino system. You can download a VMware image from:

http://www.qnx.com/products/evaluation/eval-target.html

After you start the virtual machine, you're automatically logged in as root. To see a list of the processes that currently exist in your system, type the following on the QNX Neutrino target's console:

pidin | less

Each process is optional, which means that later in your design, you can remove processes to save resources—or you can add other processes to increase the system's functionality. This also applies for graphics, networking, or audio; each QNX Neutrino component is a single process that you can load dynamically.

One of the programs you should see in the list is qconn, which you'll need later. Type q to exit the less command.