Updating your target

Updated: April 19, 2023

After you've completed updating and building your Wfdcfg library, you are ready to rebuild your QNX IFS and transfer it to your target.

Updating your buildfile

  1. Navigate to the buildfile for your BSP under your bsp_working_dir:
    Figure 1. buildfile
  2. Add the Wfdcfg library to the buildfile.
    /usr/lib/graphics/platform/libwfdcfg-sample.so=graphics/platform/libwfdcfg-sample.so
                     

    Your default library search path is an acceptable path for your built Wfdcfg library.

For more information on changing buildfiles, refer to Building Embedded Systems, or to the BSP User's Guide. The BSP User's Guide that's specific to your target is available from from our website, www.qnx.com.

Building your QNX IFS

  1. Go to the root directory for your BSP (bsp_working_dir).
  2. Ensure your environment is clean.
    make clean
                       
  3. Use the make to build your QNX IFS.
    make
                        

For more information on building your QNX IFS, refer to Building Embedded Systems, or to the BSP User's Guide. The BSP User's Guide that's specific to your target is available from from our website, www.qnx.com.

Transferring the QNX IFS to your target

From Building Embedded Systems, follow the instructions on how to transfer your QNX IFS to your target.