Skip to main content
This section describes how to develop an application using the QIR SDK, including:
  • Develop a ROS 2 sample application using the QIR SDK toolchain.
To develop your own application, you can also check out all the APIs currently supported by Qualcomm Linux platforms. Start your application development by exploring the file structure of the QIR SDK.

QIR SDK file structure

The QIR SDK installation package provides not only a runtime package with an out-of-the-box experience but also a cross-compilation toolchain. It’s located in the <decompressed_workspace>/images/<machine-name>/qirpsdk_artifacts/<machine-name> directory. For example, iq-9075-evk cross-compilation toolchain is located at:
Following is the directory structure and description of the toolchain:

Next steps