Skip to content

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