Tools & Software
Flashing Tools
| Tool | Description | Download |
|---|---|---|
| USB Driver | Qualcomm USB driver, package: USB_Driver_qud.win.1.1_installer_10061.1.zip | Go to download page |
| QFIL | System flashing tool, package: QPST_2.7.496.zip | Go to download page |
| ADB Platform Tools | ADB debugging tool, package: platform-tools.zip | Go to download page |
The above tools are only applicable to Windows system environments
AI Model Management Tools
| Tool | Pre-installed Location | Main Functions |
|---|---|---|
| mms | System pre-installed | Model Farm client — download / query / manage AI models |
| aidllm | System pre-installed | LLM 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 modelsCommon 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 logsDebugging Tools
| Tool | Purpose | Notes |
|---|---|---|
| MobaXterm | SSH/Serial remote terminal | Recommended for Windows, supports SFTP |
| Putty | SSH/Serial terminal | Lightweight tool |
| VNC Viewer | Remote Ubuntu desktop | Use with Aid Desktop Ubuntu Desktop feature |