> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get started with QIR SDK

This information describes how to get started with Qualcomm Intelligent Robotics (QIR) SDK using the prebuilt image. You can get an out-of-the-box experience of the robotics sample applications on Qualcomm Dragonwing<sup>TM</sup> development kits. It describes how to:

* [Download the prebuilt packages](./download-the-prebuilt-packages)
* [Flash the robotics image](./flash-the-robotics-image)
* [Set up the environment for running sample applications](./set-up-env-for-sample-app)
* [Run the demo application](./run-demo-application)

## Host computer for QIR SDK

The differences in your host operating system affect the use of this user guide. It's recommended to use the following environment for the QIR SDK:

<Note>
  **Note**

  This is a basic requirement for using the QIR SDK. For customizing and building the QIR SDK, see the specific requirements in [Build the QIR SDK](./build-the-qir-sdk).
</Note>

<p style={{ textAlign: 'center', fontWeight: 'bold' }}>
  Table: host computer for QIR SDK
</p>

<table>
  <thead>
    <tr>
      <th style={{ width: '33%' }}>Flash</th>
      <th style={{ width: '34%' }}>Development</th>
      <th style={{ width: '33%' }}>Build (optional)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        * Ubuntu 24.04 (recommended)
        * Windows/MacOS
      </td>

      <td>
        * Ubuntu 24.04 (recommended)
        * Virtual machine or WSL
      </td>

      <td>Ubuntu 24.04 (recommended)</td>
    </tr>
  </tbody>
</table>

<Note>
  To set up a virtual machine (VM) running Ubuntu 24.04 on Microsoft® Windows® or Apple® macOS®, see [Qualcomm Linux Virtual Machine Setup Guide](../../Key-Documents/Virtual-Machine-Setup/virtual-machine-setup-overview).
</Note>
