2. Getting Started

Important

Processor SDK RTOS (PSDK RTOS) for J784S4 needs to be downloaded separately.

2.1. Downloading and installing the PSDK QNX

2.1.1. Step 1: Install QNX Packages

  • In order to build for a QNX environment, there are multiple packages from QNX Software Center that must be installed. This includes the QNX SDP and related packages. Please refer to the Software Dependencies section of the Release Notes, for a list of those packages, and ensure they are installed on the host build machine.

  • Processor SDK QNX (PSDK QNX) supports & validated with QNX SDP 7.1 only. While installing the QNX SDP 7.1, the default install location is:

/home/$USER/qnx710
  • The QNX SDP 7.1 can be installed to any directory location, but please update the version and paths accordingly in:

    • ${PSDK_RTOS_PATH}/vision_apps/vision_apps_tools_path.mak

    • ${PSDK_RTOS_PATH}/psdkqa/qnx/qnx_tools_path.mak

export QNX_SDP_VERSION ?= 710
ifeq ($(QNX_SDP_VERSION),700)
  export QNX_BASE ?= <your-sdp700-path>
  export QNX_CROSS_COMPILER_TOOL ?= aarch64-unknown-nto-qnx7.0.0-
else
 export QNX_BASE ?= <your-sdp710-path>
 export QNX_CROSS_COMPILER_TOOL ?= aarch64-unknown-nto-qnx7.1.0-
endif

2.1.2. Step 2: Download & Install the PSDK RTOS

Important

In order to download and compile some components from next step, it is required that your PC network proxy is setup properly in case it is not directly connected to internet.

  • The PSDK RTOS release can be downloaded from ti.com. [LINK]. The version of the PSDK RTOS and PSDK QNX release must be the same. The PSDK RTOS package needs to be installed in your build machine. Here after we’ll refer to this installation directory as $PSDK_RTOS_PATH

  • The PSDK RTOS release requires certain packages which are NOT included in PSDK RTOS installer and need to be downloaded separately.The script setup_psdk_rtos.sh downloads these packages and needs to be run after the PSDK RTOS is installed. Refer vision apps user guide [LINK] for more details.

Note

  • To run below script, ‘sudo’ permission is required for installing some components using apt-get. In case you don’t want to install packages with sudo permission pass below argument to this script: --skip_sudo

  • In case you are only using QNX SBL in your development, you can skip any SPL-related installations by passing the below flag when running the setup_psdk_rtos script: --qnx_sbl

  • Make sure to call the script from ${PSDK_RTOS_PATH} as shown above. DO NOT “cd” into psdk_rtos/scripts and call the script

cd ${PSDK_RTOS_PATH}
./psdk_rtos/scripts/setup_psdk_rtos.sh

2.1.3. Step 3: Download & Install the PSDK QNX

  • Download the psdk qnx package (ti-processor-sdk-qnx_j784s4_xx_xx_xx.tar.gz) and extract this to the $PSDK_RTOS_PATH

cd ${PSDK_RTOS_PATH}
tar -xvf ti-processor-sdk-qnx_j784s4_xx_xx_xx.tar.gz -C $PSDK_RTOS_PATH

Note

The above step would create the directory by name psdkqa. Please note that from now on $PSDK_RTOS_PATH/psdkqa will be referred at PSDK_QNX_PATH

  • Once the PSDK QNX package has been extracted, the ${PSDK_QNX_PATH}/psdk_qnx_setup_qnx710.sh can be run from the $PSDK_QNX_PATH folder to complete installation. Please check following variables is set correctly in the ${PSDK_QNX_PATH}/psdk_qnx_setup_qnx710.sh for the script to function correctly.

QNX_BSP_PATH=${QNX_BASE}/bsp/                                          (The location of the extracted bsp that was downloaded from QNX Software Center)
QNX_BSP_NAME=BSP_ti-j784s4-evm_br-710_be-710_SVNxxxxxx_JBNyy.zip       (The QNX BSP zip file)
QNX_BSP_VERSION=710_SVNxxxxxx_JBNyy                                    (The QNX BSP version)
  • The QNX_BASE referenced is the location in which QNX SDP was installed. The script assumes the default location, if QNX SDP was installed elsewhere the path must be updated accordingly.

Note

QNX Software Center would download the BSP archive by default to /home/$USER/qnx710/bsp, however user can modify this path.

Note

Please refer to the Software Dependencies section of the Release Notes supported QNX BSP releases.

  • The BSP archive must be downloaded using QNX Software Center prior to running the psdk_qnx_setup_qnx710.sh script.

  • After modifying the ${PSDK_QNX_PATH}/psdk_qnx_setup_qnx710.sh script, launch it with the following command from the PSDK_QNX_PATH directory path.

cd ${PSDK_QNX_PATH}
./psdk_qnx_setup_qnx710.sh

Note

Make sure to call the script from ${PSDK_QNX_PATH} as shown above.

  • The psdk_qnx_setup_qnx710.sh creates

    1. A QNX specific copy of the PDK in psdkqa/pdk

    2. A TI modified copy of the QNX BSP in psdkqa/bsp

2.2. PSDK QNX Build Options

The PSDK QNX provides a build environment to generate QNX binaries and libraries required for the J784S4 EVM to run in an QNX environment. The QNX binaries and libraries must be aligned with the firmware on the other cores of the J784S4 device. By default the PSDK QNX supports three different variants of firmware images, as described in the following sections. Each of the build options is exclusive and offers different features. The generated PSDK QNX binaries and libraries for each option will only function correctly provided that they are aligned with the firmware running on the remote cores, for that build option. When switching between the supported build options, a full scrub must be done.

2.2.1. PSDK QNX And Vision Apps Demos

  • The Vision Apps build environment is used as a centralized build location for both PSDK RTOS and PSDK QNX. To build and run the PSDK QNX and vision apps demos, detailed instructions from vision_apps user guide should be followed. Refer to the Build and Run section of vision apps user-guide. The vision apps user guide is available at the latest online documentation [LINK] or in the local installation documentation at ${PSDK_RTOS_PATH}/vision_apps/docs/user_guide/index.html

  • For details regarding setting the EVM, boot modes etc., please refer EVM Setup for J784S4

  • Refer to section CCS Setup for J784S4 for steps to debug RTOS or QNX cores.

Note

Build Steps must not be referred when building for vision app demos

2.2.2. PSDK QNX And Ethernet Firmware Images

This build option provides a QNX setup on the A72 along with support of the CPSW9G, and includes support of the required ethernet firmware image running on MCU2_0.

Please refer Build Steps for the detailed build instructions.

2.2.3. PSDK QNX And IPC Echo Test Firmware Images

This build option provides a QNX setup on the A72 with firmware images capable of support and IPC test setup.

Please refer Build Steps for the detailed build instructions.

2.3. Resource Managers

The PSDK QNX package provides A72 resource managers as described in PSDK QNX Components, for:

  • SCI

  • UDMA

  • IPC

  • Shared Memory Allocator

  • VPU Codec

These resource managers must be launched during system initialization. Examples of this can be seen in ${PSDK_QNX_PATH}/qnx/scripts/user.sh. This script file is used during initialization, and is included in the SD card image generated by following:

  • The Build and Run section of vision apps user-guide [LINK].

  • The Build Steps

2.4. PSDK QNX Boot Modes

Important

Refer to PSDK RTOS documentation for detailed information boot modes, and boot flow.

The PSDK QNX addon package supports 3 different boot modes

  • SPL+Uboot(SD Boot)

  • SBL+BootApp(SD Boot)

  • SBL+BootApp(OSPI Boot)

The steps to get each of these boot modes running is covered in:

  • The Build and Run section of vision apps user-guide [LINK].

  • The Build Steps

2.4.1. SPL+Uboot Boot

For the SPL/Uboot option, the following binaries are required, which are available as part of the PSDK Linux package:

  • R5 bootloader (tiboot3.bin),

  • A72 bootloader (tispl.bin),

  • U-boot (u-boot.img)

2.4.2. SBL Boot

For the SBL boot option, we use the SBL bootloader include as part of the PSDK RTOS package. Reference PSDK RTOS J784S4 package documentation (LINK) for details.

When using the SBL / BootApp boot flow, be aware that the following set of resources are already configured prior to QNX starting. The settings are mostly done through usage of “Board_init()” calls in SBL or Boot App, which in turn call init functions in the Board library:

PLLs: Refer to the list PLLs that are initialized for both MCU & MAIN domains in the “gBoardPllClkCfgMcu[]” and “gBoardPllClkCfgMain[]” struct arrays, shown in the board_pll.c file here:

Clocks: Refer to the list of Clocks that are initialized for both MCU & MAIN domains in the “gBoardClkModuleMcuID[]” and “gBoardClkModuleMainID[]” arrays, shown in the board_clock.c file here:

Pinmux: on the J784S4 EVM, the main boards and daughter boards are detected and basic pinmux setup is done for the primary functionality used with these boards. Any other functionality must be customized (for customer boards, etc.). The pinmux configuration is called using the function “Board_pinmuxConfig” in the file here:

Related MCU & MAIN domain pinmux selections are possible (depending on which daughter boards are connected to the main EVM), where configurations are shown in these files:

There are other files there for different EVM daughter boards, etc.

DDR: LPDDR4 memory is configured through the “Board_DDRInit()” function in file:

Boot media: The Boot App will leave the boot media (either OSPI flash or SD card) as previously used, but with handles closed and left in a state to allow the software on the A72 to take over control:

  • MMCSD boot: SD card has been released and is ready for HLOS to take control

  • OSPI flash: Flash is closed & re-initialized in SPI mode, so that the HLOS can reset the flash as needed and re-initialize with its own OSPI