Using the IDE's QNX System Builder feature, you can generate OS images, which are bootable images that contain startup code, the OS, your executables, and any data files that might be related to your programs. The IDE supports image building by enabling you to transfer an image to a target board.
After you've booted the image and verified that the OS runs successfully on your target hardware, you might go through more iterations of this process as you optimize your system. For example, you could modify the project again to add components. You would then need to repeat the last three steps to run the new system image.
The IDE also lets you import BSP archives as projects and build them into system images. BSP archives contain the hardware-specific components needed to support the QNX Neutrino RTOS on a particular board. The Building Embedded Systems guide provides an overview on BSPs. After you successfully build a BSP project, the output image files contain everything needed to boot the system and run the OS and any included applications.