

Setting up the EVK
The sections below provide abbreviated setup steps to get your IQ-8275 EVK up and running with Ubuntu. For further details, please refer to the Qualcomm Dragonwing IQ-8275 EVK Ubuntu setup documentation. The IQ-8275 EVK also supports running Qualcomm Linux. If this is your preferred operating system, please refer to the Qualcomm Dragonwing IQ-8275 EVK Qualcomm Linux setup documentation for guidance.Powering on the EVK
The IQ-8275 EVK receives its main power through a 2.10 mm barrel jack connector, which supports an input voltage range of 12 V to 36 V. The EVK also includes a USB-C to barrel plug adapter for convenience. Connect a +12 V power adapter to supply power to the board.Flashing Ubuntu
Updating Ubuntu image instead of flashingIf you have previously flashed your EVK and simply want to update the Ubuntu image, you can do so without reflashing. Follow the instructions in the IQ-8275 EVK Upgrade Ubuntu image documentation.
USB0 on the board and the other end to your host device.
Then, you will be able to flash the board using the Qualcomm Launcher tool, which provides a user-friendly GUI for flashing firmware and operating systems onto Qualcomm devices. This is the preferred method for flashing Ubuntu onto your EVK. See the IQ-8275 EVK Flash Ubuntu using Qualcomm Launcher documentation for step-by-step instructions.

Setting up the UART
If you skipped setting up the UART connection in the Qualcomm Launcher, or used QDL to flash the board, you will need to set up the UART connection manually. See the IQ-8275 EVK Set up the debug UART instructions for guidance based on your host operating system.Connecting to a network
Again, if you skipped setting up a network connection in the Qualcomm Launcher, or used QDL to flash the board, you will need to set up the network connection manually. Using a serial console on your host, connect to the IQ-8275 EVK with a 115200 baud rate and configure the Wi-Fi usingnmcli.
Connecting over SSH
After completing the steps above, your IQ-8275 EVK can now be used as a single board computer by attaching a mouse, keyboard, and display. However, you can also optionally connect over SSH instead by following these steps. The default username and password are bothubuntu.
Installing dependencies
Below is a minimal set of dependencies that you will need to install on your IQ-8275 EVK in order to run accelerated Edge Impulse models. Execute the commands on your EVK. For a more comprehensive list of dependencies, see the IQ-8275 EVK Install required software packages documentation.Base packages
Edge Impulse Linux CLI
Additional packages
Connecting to Edge Impulse
You can use the Edge Impulse Linux CLI to connect your IQ-8275 EVK to a project in Edge Impulse Studio. This allows you to send data from the device to the cloud for training and inference.--clean flag.
Building a model
With everything set up you can now build your first machine learning model with these tutorials:- Responding to your voice
- Recognize sounds from audio
- Adding sight to your sensors
- Object detection
- Visual anomaly detection with FOMO-AD
Profiling a model
To profile your models for the IQ-8275 EVK in Studio:- Make sure to select the IQ-8275 EVK as your Target device. You can change the target at the top of the page near your user logo.
- On the settings page for you learning block, click the
Calculate performancebutton in the On-device performance section.

Deploying a model
You can run your trained model on the IQ-8275 EVK using one of the EIM or IM SDK GStreamer deployment options. The EIM option is recommended for most users, while the GStreamer option is more advanced and requires additional setup.With an EIM deployment
In your project on the deployment page, select theQualcomm Dragonwing IQ 8275 EVK (AARCH64 with Qualcomm QNN) deployment option and build it. This will generate and download an .eim file that you will be able to run on your IQ-8275 EVK using the Edge Impulse Linux CLI or the Edge Impulse Linux Inferencing SDKs.

Using the Edge Impulse Linux CLI
If you have not yet downloaded the.eim file, you can use the Edge Impulse Linux CLI to automatically build your model, download it to your IQ-8275 EVK, and then start running inference. To do this, execute the following command on your EVK and follow the prompts:
--clean flag to reset the connection and select a new project.
If you have already downloaded an .eim file and moved it to your IQ-8275 EVK, you can run it by executing the command below on your EVK and following the prompts:
Using the Edge Impulse Linux Inferencing SDKs
The.eim file can also be used with the Edge Impulse Linux Inferencing SDKs. Our Linux SDKs documentation has examples on how to integrate the .eim model with your favourite programming language.
With an IM SDK GStreamer plugin deployment
In your project on the deployment page, select one of the Qualcomm IM SDK GStreamer deployment options and build it. This will generate and download a.zip file. After unzipping the archive, you will find a README.md file with instructions on how to use the IM SDK GStreamer plugin to run your model.

Previewing image models
If you have an image model, you can see a preview of what your IQ-8275 EVK sees. After starting inference with the Edge Impulse Linux CLI, look for the message in your terminal that saysWant to see a feed of the camera and live classification in your browser. Open the provided URL in a browser and both the camera feed and the inference results are shown in real-time. Note that if you are opening the browser on a different device than the IQ-8275 EVK, you will need to be on the same network.
Troubleshooting
No common issues have been identified thus far. If you encounter an issue, please reach out on the forum or, if you are on the Enterprise plan, through your support channels.