- Robotics image: A flashable image based on the Qualcomm Linux release with the ROS core packages added and the QIR SDK included by default. This image is flashed directly onto the target device. You can directly use the robotics image to get an out-of-the-box experience.
- QIR SDK: A package that runs on your host computer. It provides not only a runtime installation package with the out-of-the-box experience, but also a cross-compilation toolchain. Using that toolchain on your host computer, you can quickly cross-compile applications for the target device in a shorter time based on the sample code.
- Robotics eSDK: The package is installed on your host computer. It provides a complete Yocto environment that allows you to synchronize, modify, compile, and install applications. For details, see Build the robotics image with the prebuilt robotics eSDK.
Prerequisites
A Host computer for QIR SDK is available.Download the prebuilt packages for individual development kits
The following example applies to an Ubuntu host computer. If you are using Windows, you can directly click the link in Step 1 to download the package, or copy the link and open it in a browser to download it.- IQ-9075 Evaluation Kit
- IQ-8275 Evaluation Kit
-
Download the prebuilt packages matching your device model and host architecture (x86/Arm®).
Note To view the host architecture, run the
uname -mcommand. -
Extract the downloaded ZIP files with the following command:
The following table lists the contents and respective locations:
-
Check the directory structure with the
treecommand:A successful operation should result in a directory structure similar to the following example:

