Skip to content

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 NameDownload Link
1USB Driverhttps://file.aidlux.com/files?folder_id=b63beb25
2ADB Toolhttps://file.aidlux.com/files?folder_id=a7243295
3System Flashing Toolhttps://file.aidlux.com/files?folder_id=02373180
4Screen Capture Toolhttps://file.aidlux.com/files?folder_id=0ddff067
5aid-deploy-toolhttps://file.aidlux.com/files?folder_id=24c3d8d0

Tools

Flashing Tool

ToolPlatformPurposeAccess Method
QFILWindowsQualcomm 9008 mode flashing tool for firmware flashingDownload

QFIL Flashing Workflow

Go to Firmware Flashing chapter

AI Model Management Tools

ToolPreinstall LocationMain Functions
mmsPreinstalledModel Farm client for downloading/querying/managing AI models
aidllmPreinstalledLLM 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 models

Common 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 logs

Debug Tools

ToolPurposeNotes
MobaXtermSSH/serial remote terminalRecommended on Windows, supports SFTP
PuttySSH/serial terminalLightweight tool
ADBAndroid Debug Bridge, USB device accessRequires Android Platform Tools
VNC ViewerRemote Ubuntu desktopUsed with AidLux Desktop on Ubuntu