This article aims to give the following information:
- How to download and install the latest X-LINUX-QT Developer Package for the STM32 microprocessor series.
- Where to find the previous releases (archives).
Information |
To use efficiently this Developer Package, go through the Developer Package article relative to your STM32 microprocessor series: Category:Developer Package |
1. Prerequisites[edit | edit source]
Check detailed prerequisites here.
2. Install the STM32MPU OpenSTLinux Developer Package[edit | edit source]
To download and install the STM32MPU OpenSTLinux Developer Package, you need to follow instructions from here
3. Install the X-LINUX-QT Developer Package[edit | edit source]
- Download and install the X-LINUX-QT Developer Package
- The X-LINUX-QT Developer Package is delivered through two tarball files named :
- en.sdk-x86_64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0.tar.gz for x86_64 host architecture
- en.sdk-aarch64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0.tar.gz for arm64 host architecture
- Download and install the X-LINUX-QT Developer Package
- 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.
X-LINUX-QT Developer Package v2.0.0 release Download - Go on st.com to download
- en.sdk-x86_64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0.tar.gz file for x86_64 host architecture
- en.sdk-aarch64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0.tar.gz file for arm64 host architecture
Installation For x86_64 host architecture
- Uncompress the tarball file to get the Developer Package installation script.
mkdir -p ~/MySDK tar xvf en.sdk-x86_64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0.tar.gz -C ~/MySDK
- If needed, change the permissions on the SDK installation script so that it is executable.
chmod +x ~/MySDK/stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0/sdk/st-image-qt-openstlinux-weston-stm32mp2-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-qt-v1.0.0.sh
- Run the SDK installation script.
- go to the absolute path to the directory in which you had installed your Developer Package (<Developer Package installation directory>).
- If you follow the proposition to organize the working directory, it means:
cd <working directory absolute path>/Developer-Package/SDK ~/MySDK/stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0/sdk/st-image-qt-openstlinux-weston-stm32mp2-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-qt-v1.0.0.sh
- A successful installation outputs the following log:
=============================================================================================================================================== ST OpenSTLinux - Weston - (A Yocto Project Based Distro) SDK installer version 5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06 - X-LINUX-QT version 2.0.0 SDK-Addon installer =============================================================================================================================================== Extracting X-LINUX-QT-Addon SDK................................................................................................Done. Setting it up... Done. Do you want to configure the Qt Creator for this SDK [y/n]? n Qt Creator configuration will be ignored. X-LINUX-QT-Addon SDK has been successfully set up and is ready to be used.
Alternative : If you have installed preliminary the Qt Creator as explained in the "Prerequisites" chapter, you can now configure it. For that, you need to answer y to the next question
Do you want to configure the Qt Creator for this SDK [y/n]? y Please enter the directory where Qt Tools are installed (default: "/usr/lib, /usr/libexec"): /usr/libexec Using /home/USER/Qt/Tools/sdktool/libexec/qtcreator/sdktool Adding "Qt unknown package for STM32MP25 ( 5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06, X-LINUX-QT v2.0.0)" kit for Qt Creator... Done.
X-LINUX-QT-Addon SDK has been successfully set up and is ready to be used.
For arm64 host architecture
- Uncompress the tarball file to get the Developer Package installation script.
mkdir -p ~/MySDK tar xvf en.sdk-aarch64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0.tar.gz -C ~/MySDK
- If needed, change the permissions on the SDK installation script so that it is executable.
chmod +x ~/MySDK/stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0/sdk/st-image-qt-openstlinux-weston-stm32mp2-aarch64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-qt-v1.0.0.sh
- Run the SDK installation script.
- got to the absolute path to the directory in which you had installed your SDK (<SDK installation directory>).
- If you follow the proposition to organize the working directory, it means:
cd <working directory absolute path>/Developer-Package/SDK ~/MySDK/stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0/sdk/{{X-
- A successful installation outputs the following log:
================================================================================================================================================== ST OpenSTLinux - Weston - (A Yocto Project Based Distro) SDK installer version 5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06 - X-LINUX-QT version 2.0.0 SDK-Addon installer =================================================================================================================================================== Extracting X-LINUX-QT-Addon SDK......................................................................................................... Done. Setting it up... Done. Do you want to configure the Qt Creator for this SDK [y/n]? n Qt Creator configuration will be ignored. X-LINUX-QT-Addon SDK has been successfully set up and is ready to be used.
Alternative : If you have installed preliminary the Qt Creator as explained in the "Prerequisites" chapter, you can now configure it. For that, you need to answer y to the next question
Do you want to configure the Qt Creator for this SDK [y/n]? y Please enter the directory where Qt Tools are installed (default: "/usr/lib, /usr/libexec"): /usr/libexec Using /home/USER/Qt/Tools/sdktool/libexec/qtcreator/sdktool Adding "Qt unknown package for STM32MP25 ( 5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06, X-LINUX-QT v2.0.0)" kit for Qt Creator... Done. X-LINUX-QT-Addon SDK has been successfully set up and is ready to be used.
- Go on st.com to download
- Older versions of X-LINUX-QT Developer Package can be found here.
4. Archives [edit | edit source]
X-LINUX-QT release | Developer Package |
---|---|
X-LINUX-QT v1.0.0 | X-LINUX-QT Developer Package v1.0.0 |