Tool Resource Download Links
Before using AidLux hardware products, developers need to pre-install some software on their local Windows computers, such as the ADB debugging tool and the QPST flashing tool.
Software download links:
| No. | Tool Name | Download Link |
|---|---|---|
| 1 | USB Driver | https://file.aidlux.com/files?folder_id=b63beb25 |
| 2 | ADB Tool | https://file.aidlux.com/files?folder_id=a7243295 |
| 3 | System Flashing Tool | https://file.aidlux.com/files?folder_id=02373180 |
| 4 | Screen Capture Tool | https://file.aidlux.com/files?folder_id=0ddff067 |
| 5 | aid-deploy-tool | https://file.aidlux.com/files?folder_id=24c3d8d0 |
Tools
Flashing Tool
| Tool | Platform | Purpose | Access Method |
|---|---|---|---|
| QFIL | Windows | Qualcomm 9008 mode flashing tool for firmware flashing | Download |
QFIL Flashing Workflow
Go to Firmware Flashing chapter
AI Model Management Tools
| Tool | Preinstall Location | Main Functions |
|---|---|---|
| mms | Preinstalled | Model Farm client for downloading/querying/managing AI models |
| aidllm | Preinstalled | LLM lifecycle management: install/start/query status |
| aidgense | /opt/aidgense/ | OpenAI-compatible HTTP API service |
Common mms commands:
bash
mms list # List available models in Model Farm
mms search qwen # Search by keyword
mms download qwen2.5-0.5b # Download model
mms list --local # List downloaded local modelsCommon aidllm commands:
bash
sudo -i # Switch to root
aidllm remote-list api | grep VL # List available VLM models
aidllm pull api aplux/Qwen2.5-VL-3B-392x392-8625 # Pull model
aidllm status api # Check model status
aidllm start api -m Qwen2.5-VL-3B-392x392-8625 --show-log # Start and show logsDebug Tools
| Tool | Purpose | Notes |
|---|---|---|
| MobaXterm | SSH/serial remote terminal | Recommended on Windows, supports SFTP |
| Putty | SSH/serial terminal | Lightweight tool |
| ADB | Android Debug Bridge, USB device access | Requires Android Platform Tools |
| VNC Viewer | Remote Ubuntu desktop | Used with AidLux Desktop on Ubuntu |