Last edited one month ago

STM32MPU Developer Package - OpenSTLinux BSP



This article aims at giving the following information:

  • How to get the latest OP-TEE, TF-A, U-Boot, Linux® kernel, gcnano-driver, external device tree, TF-M and m33td-projects sources for the STM32 microprocessor series
  • Where to find the associated release note
  • Where to find the previous releases (archives)

1. STM32MPU-Ecosystem-v6.1.0 release[edit | edit source]

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.

  • The OpenSTLinux BSP package is delivered through a tarball file named SOURCES-stm32mp-openstlinux-6.6-yocto-scarthgap-mpu-v25.06.11.tar.gz applicable for all STM32 microprocessor series.

  • Download and install the STM32MPU OpenSTLinux BSP package.
STM32MPU Developer Package - STM32MPU ecosystem v6.1.0 release
Download
Installation
cd <working directory path>/Developer-Package
tar xvf SOURCES-stm32mp-openstlinux-6.6-yocto-scarthgap-mpu-v25.06.11.tar.gz
Release note

Details about the content of the OpenSTLinux BSP package are available in the associated STM32 MPU OpenSTLinux release note.

Archive box.png For information on older releases, go to Archives.

  • In sub-directories from <Developer Package installation directory>/stm32mp-openstlinux-6.6-yocto-scarthgap-mpu-v25.06.11/sources/ostl-linux, several tarball archive of the OpenSTLinux BSP components can be found.
  • The external device tree directory is named external-dt-<ext-dt version>:
external-dt-6.0-r2	external device tree installation directory
├── external-dt-6.0-r2.tar.xz		Tarball file of the external device tree source code
├── README.HOW_TO.txt.stm32mp1		Helper file for external device tree management: reference for stm32mp1 external device tree usage
├── README.HOW_TO.txt.stm32mp2		Helper file for external device tree management: reference for stm32mp2 external device tree usage
└── README.HOW_TO.txt.stm32mp2-m33td	Helper file for external device tree management: reference for stm32mp2 M33TD flavor external device tree usage
  • The Linux kernel installation directory is named linux-stm32mp-<kernel version>:
linux-stm32mp-6.6.78-stm32mp-r2-r0	Linux kernel installation directory
├── [*].patch				ST patches to apply during the Linux kernel preparation (see next chapter)
├── fragment-[*].config			ST configuration fragments to apply during the Linux kernel configuration (see next chapter)
├── optional-fragment-[*].config	Optional ST configuration fragments to apply during the Linux kernel configuration depending on your needs (SMP or not, signature or not, ...)
├── linux-6.6.78.tar.xz                 Tarball file of the Linux kernel source code
├── README.HOW_TO.txt.stm32mp1		Helper file for Linux kernel management: reference for stm32mp1 Linux kernel build
├── README.HOW_TO.txt.stm32mp2		Helper file for Linux kernel management: reference for stm32mp2 Linux kernel build
├── README.HOW_TO.txt.stm32mp2-m33td	Helper file for Linux kernel management: reference for stm32mp2 M33TD flavor Linux kernel build
└── series                              List of all ST patches to apply
  • The gcnano driver installation directory is named gcnano-driver-stm32mp-<gcnano driver version>:
gcnano-driver-stm32mp-6.4.21-r1-r0	gcnano-driver installation directory
├── gcnano-driver-stm32mp-6.4.21-r1-r0.tar.xz	Tarball file of the gcnano-driver source code
├── README.HOW_TO.txt.stm32mp1			Helper file for gcnano-driver management: reference for stm32mp1 gcnano-driver build
├── README.HOW_TO.txt.stm32mp2			Helper file for gcnano-driver management: reference for stm32mp2 gcnano-driver build
└── README.HOW_TO.txt.stm32mp2-m33td		Helper file for gcnano-driver management: reference for stm32mp2 M33TD flavor gcnano-driver build
  • The ddr phy installation directory is named stm32mp-ddr-phy-<ddr phy version>:
stm32mp-ddr-phy-A2022.11-r0	ddr-phy installation directory
├── README.HOW_TO.txt.stm32mp2		Helper file for ddr phy management: reference for stm32mp2 ddr-phy use
├── README.HOW_TO.txt.stm32mp2-m33td	Helper file for ddr phy management: reference for stm32mp2 M33TD flavor ddr-phy use
└── stm32mp-ddr-phy-A2022.11-r0.tar.xz	Tarball file of the stm32mp-ddr-phy binaries
  • The OP-TEE installation directory is named optee-os-stm32mp-<OP-TEE version>:
optee-os-stm32mp-4.0.0-stm32mp-r2-r0	OP-TEE installation directory
├── [*].patch						ST patches to apply during the OP-TEE preparation (see next chapter)
├── fiptool-stm32mp.stm32mp1				Tool for stm32mp1 fip generation
├── fiptool-stm32mp.stm32mp2				Tool for stm32mp2 fip generation
├── fiptool-stm32mp.stm32mp2-m33td			Tool for stm32mp2 M33TD flavor fip generation
├── fonts.tar.gz					fonts for OPTEE-OS
├── Makefile.sdk.stm32mp1				Makefile for the stm32mp1 OP-TEE compilation
├── Makefile.sdk.stm32mp2				Makefile for the stm32mp2 OP-TEE compilation
├── Makefile.sdk.stm32mp2-m33td				Makefile for the stm32mp2 M33TD flavor OP-TEE compilation
├── optee-os-stm32mp-4.0.0-stm32mp-r2-r0.tar.xz		Tarball file of the OP-TEE source code
├── README.HOW_TO.txt.stm32mp1				Helper file for OP-TEE management: reference for stm32mp1 OP-TEE build
├── README.HOW_TO.txt.stm32mp2				Helper file for OP-TEE management: reference for stm32mp2 OP-TEE build
├── README.HOW_TO.txt.stm32mp2-m33td			Helper file for OP-TEE management: reference for stm32mp2 M33TD flavor OP-TEE build
└── series						List of all ST patches to apply
  • The U-Boot installation directory is named u-boot-stm32mp-<U-Boot version>:
u-boot-stm32mp-v2023.10-stm32mp-r2-r0	U-Boot installation directory
├── [*].patch						ST patches to apply during the U-Boot preparation (see next chapter)
├── fiptool-stm32mp.stm32mp1				Tool for stm32mp1 fip generation
├── fiptool-stm32mp.stm32mp2				Tool for stm32mp2 fip generation
├── fiptool-stm32mp.stm32mp2-m33td			Tool for stm32mp2 M33TD flavor fip generation
├── fragment-[*].fb_cfg					ST configuration fragments to apply during the U-Boot configuration to support fastboot
├── Makefile.sdk.stm32mp1				Makefile for the stm32mp1 U-Boot compilation
├── Makefile.sdk.stm32mp2				Makefile for the stm32mp2 U-Boot compilation
├── Makefile.sdk.stm32mp2-m33td				Makefile for the stm32mp2 M33TD flavor U-Boot compilation
├── README.HOW_TO.txt.stm32mp1				Helper file for U-Boot management: reference for stm32mp1 U-Boot build
├── README.HOW_TO.txt.stm32mp2				Helper file for U-Boot management: reference for stm32mp2 U-Boot build
├── README.HOW_TO.txt.stm32mp2-m33td			Helper file for U-Boot management: reference for stm32mp2 M33TD flavor U-Boot build
├── series						List of all ST patches to apply
└── u-boot-stm32mp-v2023.10-stm32mp-r2-r0.tar.xz	Tarball file of the U-Boot source code
  • The TF-A installation directory is named tf-a-stm32mp-<TF-A version>:
tf-a-stm32mp-v2.10.13-stm32mp-r2-r0	TF-A installation directory
├── [*].patch					ST patches to apply during the TF-A preparation (see next chapter)
├── fiptool-stm32mp.stm32mp1			Tool for stm32mp1 fip generation
├── fiptool-stm32mp.stm32mp2			Tool for stm32mp2 fip generation
├── fiptool-stm32mp.stm32mp2-m33td		Tool for stm32mp2 M33TD flavor fip generation
├── Makefile.sdk.stm32mp1			Makefile for the stm32mp1 TF-A compilation
├── Makefile.sdk.stm32mp2			Makefile for the stm32mp2 TF-A compilation
├── Makefile.sdk.stm32mp2-m33td			Makefile for the stm32mp2 M33TD flavor TF-A compilation
├── README.HOW_TO.txt.stm32mp1			Helper file for TF-A management: reference for stm32mp1 TF-A build
├── README.HOW_TO.txt.stm32mp2			Helper file for TF-A management: reference for stm32mp2 TF-A build
├── README.HOW_TO.txt.stm32mp2-m33td		Helper file for TF-A management: reference for stm32mp2 M33TD flavor TF-A build
├── series					List of all ST patches to apply
└── tf-a-stm32mp-v2.10.13-stm32mp-r2-r0.tar.xz	Tarball file of the TF-A source code

  • The TF-M-TESTS installation directory is named tf-m-tests-<TF-M-TESTS version>:
tf-m-tests-stm32mp-v2.1.0-stm32mp-r1-r0	TF-M-TESTS installation directory
├── [*].patch						ST patches to apply during the TF-M-TESTS preparation (see next chapter)
├── README.HOW_TO.txt.stm32mp2-m33td			Helper file for TF-M-TESTS management: reference for stm32mp2 M33TD flavor TF-M-TESTS build
├── series						List of all ST patches to apply
└── tf-m-tests-stm32mp-v2.1.0-stm32mp-r1-r0.tar.xz	Tarball file of the TF-M-TESTS source code
  • The TF-M installation directory is named tf-m-<TF-M version>:
tf-m-stm32mp-v2.1.0-stm32mp-r1-r0	TF-M installation directory
├── Makefile.sdk.stm32mp2-m33td			Makefile for the stm32mp2 M33TD flavor TF-M compilation
├── README.HOW_TO.txt.stm32mp2-m33td		Helper file for TF-M management: reference for stm32mp2 M33TD flavor TF-M build
├── series					List of all ST patches to apply
├── tf-m-stm32mp-v2.1.0-stm32mp-r1-r0-diff.gz	ST patches applied on top of TF-M community source code reference
└── tf-m-stm32mp-v2.1.0-stm32mp-r1-r0.tar.xz	Tarball file of the TF-M source code
  • The M33TD PROJECTS installation directory is named m33tdprojectst-starter-stm32mp2-<M33TD PROJECTS version>:
m33tdprojects-starter-stm32mp2-1.2.0-r0	M33TD PROJECTS installation directory
├── m33tdprojects-starter-stm32mp2-1.2.0-r0.tar.xz	Tarball file of the M33TD PROJECTS source code
├── Makefile.sdk.stm32mp2-m33td				Makefile for the stm32mp2 M33TD flavor TF-M compilation
└── README.HOW_TO.txt.stm32mp2-m33td			Helper file for M33TD PROJECTS management: reference for stm32mp2 M33TD flavor M33TD PROJECTS build
  • The sdk infos installation directory is named sdk-infos-<sdk infos version>:
sdk-infos-1.0-r0	sdk infos installation directory
├── generated_build_script-stm32mpx.sh	Tool for source code compilation under SDK
├── README.HOW_TO.txt.stm32mp1		Helper file for sdk infos management: reference for stm32mp1 sdk infos use
├── README.HOW_TO.txt.stm32mp2		Helper file for sdk infos management: reference for stm32mp2 sdk infos use
└── README.HOW_TO.txt.stm32mp2-m33td	Helper file for sdk infos management: reference for stm32mp2 M33TD flavor sdk infos use


2. Archives Archive box.png[edit | edit source]

2.1. STM32MPU-Ecosystem-v6.0.0 release[edit | edit source]

  • STM32MP1
  • STM32MP2

This wiki is for the v6 ecosystem releases. For information about the previous ecosystem releases, go through the Wiki archives.