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 |