X-LINUX-QT Starter Package

Revision as of 11:54, 9 July 2024 by Registered User
Applicable for STM32MP25x lines

This article aims to give the following information:

  • How to download and install the latest X-LINUX-QT Starter Package for the STM32 microprocessor series.
Info white.png Information
To use efficiently this Starter Package, please go through the Starter Package article relative to your STM32 microprocessor series: Category:Starter Package

1. X-LINUX-QT Starter Package v1.0.0 release

Once the board is booted, make sure it is connected to the internet then execute the following command in the console to install the X-LINUX-QT packages:


Warning white.png Warning
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here.


  • Install the package with the apt configuration to access the Qt packages :
 apt-get install apt-openstlinux-x-linux-qt
  • Update the apt database to access the Qt package repository :
 apt-get update
  • Install the package group for the X-LINUX-QT
 apt-get install -y packagegroup-x-linux-qt
  • Restart the Weston graphical services with the new ST-Launcher
 systemctl restart weston-graphical-session.service