Skip to content

Tools & Software

Flashing Tools

ToolDescriptionDownload
USB DriverQualcomm USB driver, package: USB_Driver_qud.win.1.1_installer_10061.1.zipGo to download page
QFILSystem flashing tool, package: QPST_2.7.496.zipGo to download page
ADB Platform ToolsADB debugging tool, package: platform-tools.zipGo to download page

The above tools are only applicable to Windows system environments

AI Model Management Tools

ToolPre-installed LocationMain Functions
mmsSystem pre-installedModel Farm client — download / query / manage AI models
aidllmSystem pre-installedLLM lifecycle management — supports install / start / status check
aidgense/opt/aidgense/OpenAI-compatible HTTP API service

Common mms commands:

bash
mms list                        # View available models in Model Farm
mms search qwen                 # Search by keyword
mms download qwen2.5-0.5b       # Download a model
mms list --local                # View downloaded models

Common aidllm commands:

bash
sudo -i                                               # Switch to root
aidllm remote-list api | grep VL                      # View available VLM models
aidllm pull api aplux/Qwen2.5-VL-3B-392x392-8625     # Pull a model
aidllm status api                                     # Check model status
aidllm start api -m Qwen2.5-VL-3B-392x392-8625 --show-log  # Start and show logs

Debugging Tools

ToolPurposeNotes
MobaXtermSSH/Serial remote terminalRecommended for Windows, supports SFTP
PuttySSH/Serial terminalLightweight tool
VNC ViewerRemote Ubuntu desktopUse with Aid Desktop Ubuntu Desktop feature