About
This guide provides instructions on how to set up the custom target image (CTI) on a Raspberry Pi.
The custom target image (CTI) is similar to the QSTI, except it allows you to build your own image. This means that the CTI has more customization options to suit your needs.
Prerequisites
Linux Utilities
Currently, this project can only be built on Linux hosts, and it requires some utilities to build correctly.
Run the command below to install the required utilities for building successfully
(works on Ubuntu):
sudo apt install cmake git texinfo ninja-build g++ libtool automake pkg-config wget curl unzip imagemagick
QNX Software Development Platform
The QNX Software Development Platform (SDP) and a development license is required to
build this project. If you do not already have these, follow the steps below before
proceeding with the steps in the next section:
- Get a free, non-commercial QNX Software Development Platform 8.0 license at https://www.qnx.com/getqnx.
- Accept and deploy your license.
- Install the QNX Software Center (QSC). The QSC allows you to install the QNX SDP and pre-built packages.
- Install the QNX Software Development Platform 8.0.
Page updated: