Utility Installation#
Mobilint provides a set of utilities for few features like checking status of NPU, running benchmark, and viewing MXQ file information. This secction explains how to install these utilities.
Linux/Ubuntu#
Mobilint provides two types of utility tools for Linux/Ubuntu environments:
mobilint-cli: Command-line utility for checking NPU status, running benchmarks, and viewing MXQ information.
mobilint-runtime-gui: A GUI-based utility that enables users to easily run and test various AI models on the NPU without writing any code.
Install mobilint-cli#
Option 1: Installation via APT#
If you have already added Mobilint’s APT repository to your system during Driver Installation or Runtime Library Installation process, you can install mobilint-cli using following command:
sudo apt install mobilint-cli
Option 2: Manual Installation from Download Center#
mobilint-cli utility is included in the runtime library (qb Runtime) package provided through official Mobilint Download Center.
Within the downloaded directory, run the following command to install both runtime library and mobilint-cli:
sudo make install
For more details, refer to Runtime Library Installation Guide.
Install mobilint-runtime-gui#
If you have already added Mobilint’s APT repository to your system during Driver Installation or Runtime Library Installation process, you can install mobilint-runtime-gui using following command:
sudo apt install mobilint-runtime-gui
Windows#
For Windows environments, utility tool mobilint ctrl is available. It can be downloaded from official Mobilint Download Center.
After downloading mobilint_ctrl_{version}.zip file, extract it and double-click the included mobilint_ctrl.exe file to run the program.