Prerequisites
- Ensure that you have set up the device for your development board.
- Ensure that you have established an SSH connection with the Qualcomm evaluation kit. Once connected, the evaluation kit is accessible through its configured IP address. The IP address is required to push models and artifacts for running AI/ML applications.
Train an AI model
To start building models using Edge Impulse, complete the following steps:- Sign up for a free developer account at Edge Impulse.
-
Install the Edge Impulse command-line interface and dependencies on the device.
-
Connect the device to Edge Impulse.
The wizard launches and prompts you to sign in and select an Edge Impulse project.
-
Verify that the device is connected to Edge Impulse.
a. Navigate to your Edge Impulse project and select Devices.
b. Confirm that your device appears in the list.

- To build your first AI model, follow one of the Edge Impulse tutorials.
-
To run your model, from the terminal or SSH session on your development board, run the following command:
This command automatically builds, downloads, and runs the model on the NPU. It supports quantized models only. To manually download the EIM file, go to the Deployment page of your Edge Impulse project and search for
Linux (AARCH64 with Qualcomm QNN).

