Sure — here’s a short NXP Community post draft for VLM Edge Studio:
In this post, I want to share a quick walkthrough of VLM Edge Studio, an NXP launcher application designed to interact with supported Vision-Language Models running locally on FRDM i.MX platforms with Ara240 DNPU acceleration. [github.com]
VLM Edge Studio provides a Qt/QML-based GUI for model selection, prompt input, and visual interaction with locally running VLMs at the edge. It communicates with the Ara240 Runtime SDK through the eIQ AAF Connector using a REST-based interface and streaming token responses. [github.com]
The current version supports:
Qwen2.5-VL-7B-Instruct-Ara240 [github.com]This model is provided as an Ara240-compatible model.dvm file and is intended for local execution on the target platform. [github.com]
After making sure the Ara240 Runtime SDK is installed on the target board, copy the Debian package to the board:
scp vlm-edge-studio.deb root@<ip_addr>:
Install it with:
dpkg -i vlm-edge-studio.deb
The installation may take a few minutes because the model needs to be extracted during setup. [github.com]
Start the application with:
run_vlm_edge_studio
Before launching, make sure the Ara240 runtime service is running:
systemctl status rt-sdk-ara2.service --no-pager -l
Once the GUI appears, click LOAD to load the model. After the model is ready, enter a prompt and submit it to interact with the VLM locally on the i.MX platform. [github.com]
In the attached video, I show how to launch VLM Edge Studio, load the supported Vision-Language Model, submit a prompt, and interact with the model running locally with Ara240 DNPU acceleration.
Video:
VLM Edge Studio is a useful tool for evaluating local Vision-Language Model inference on NXP i.MX platforms using Ara240 DNPU acceleration. It provides a simple workflow for loading the model, entering prompts, and interacting with visual-language AI directly at the edge. [github.com]
VLM Edge Studio repository:
https://github.com/nxp-imx-support/vlm-edge-studio