X-LINUX-QT Starter Package

Revision as of 18:34, 15 July 2024 by Registered User
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.


Warning white.png Warning
You may need to update date and time on your connected board before running the below commands


  • Refresh the apt database to access the Qt package repository :
 apt-get update
  • 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 read the Qt package repository :
 apt-get update
  • Install the package group for the X-LINUX-QT
 apt-get install -y packagegroup-x-linux-qt
Info white.png Information
Instead of restarting the weston graphical service which could take few seconds, user could just close the current GTK demo-launcher and start the new ST-Launcher from the weston bottom toolbar (last icon in the list)


  • Restart the Weston graphical services with the new ST-Launcher
 systemctl restart weston-graphical-session.service