Approved version. Approved on: 16:08, 27 June 2022
Difference between revisions of "STM32MP1 Developer Package - OpenSTLinux BSP"
[quality revision] | [quality revision] |
m
|
m
|
This article aims to give the following information:
- How to get the latest OP-TEE, TF-A, U-Boot, Linux kernel, gcnano-driver and debug symbols for the STM32 microprocessor Series
- Where to find the associated release note
- Where to find the previous releases (archives)
![]() |
To use efficiently this package, go through the Developer Package article relative to your STM32 microprocessor Series: Category:Developer Package |
1 STM32MP1-Ecosystem-v4.0.0 release[edit]
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA). The detailed content licenses can be found here.
![]() |
To download a package, it is recommended to be logged in to your "myst" account [1]. If, trying to download, you encounter a “403 error”, you could try to empty your browser cache to workaround the problem. We are working on the resolution of this problem. We apologize for this inconvenience |
- The OpenSTLinux BSP package is delivered through a tarball file named SOURCES-stm32mp1-openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15.tar.xz for STM32MP157x-EV1
, STM32MP157x-DKx
and STM32MP135x-DK
boards.
- Download and install the STM32MP1 OpenSTLinux BSP package
STM32MP1 Developer Package - STM32MP1-Ecosystem-v4.0.0 release | |
---|---|
Download |
You need to be logged on my.st.com before accessing the following link: |
Installation |
cd <working directory path>/Developer-Package
tar xvf SOURCES-stm32mp1-openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15.tar.xz |
Release note |
Details about the content of the OpenSTLinux BSP package are available in the associated STM32 MPU OpenSTLinux release note.
|
- In the <Developer Package installation directory>/ directory, tarball archive of the OpenSTLinux BSP components can be found.
- The Linux kernel installation directory is named linux-stm32mp-<kernel version>:
linux-stm32mp-5.15.24-stm32mp1-r1-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) ├── linux-5.15.24.tar.xz Tarball file of the Linux kernel source code ├── README.HOW_TO.txt Helper file for Linux kernel management: reference for 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.7-stm32mp1-r1-rc2-r0 gcnano-driver installation directory ├── gcnano-driver-stm32mp-6.4.7-stm32mp1-r1-rc2-r0.tar.xz Tarball file of the gcnano-driver source code └── README.HOW_TO.txt Helper file for gcnano-driver management: reference for gcnano-driver build
- The U-Boot installation directory is named u-boot-stm32mp-<U-Boot version>:
u-boot-stm32mp-v2021.10-stm32mp1-r1-r0 U-Boot installation directory ├── [*].patch ST patches to apply during the U-Boot preparation (see next chapter) ├── u-boot-stm32mp-v2021.10-stm32mp1-r1-r0 U-Boot source code directory ├── Makefile.sdk Makefile for the U-Boot compilation ├── README.HOW_TO.txt Helper file for U-Boot management: reference for U-Boot build ├── series List of all ST patches to apply └── u-boot-stm32mp-v2021.10-stm32mp1-r1-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.6-stm32mp1-r1-r0 TF-A installation directory ├── [*].patch ST patches to apply during the TF-A preparation (see next chapter) ├── tf-a-stm32mp-v2.6-stm32mp1-r1-r0 TF-A source code directory ├── Makefile.sdk Makefile for the TF-A compilation ├── README.HOW_TO.txt Helper file for TF-A management: reference for TF-A build ├── series List of all ST patches to apply └── tf-a-stm32mp-v2.6-stm32mp1-r1-r0.tar.xz Tarball file of the TF-A source code
- The OP-TEE installation directory is named optee-os-stm32mp-<OP-TEE version>:
optee-os-stm32mp-3.16.0-stm32mp1-r1-r0 OP-TEE installation directory ├── [*].patch ST patches to apply during the OP-TEE preparation (see next chapter) ├── optee-os-stm32mp-3.16.0-stm32mp1-r1-r0 OP-TEE source code directory ├── Makefile.sdk Makefile for the OP-TEE compilation ├── optee-os-stm32mp-3.16.0-stm32mp1-r1-r0.tar.xz Tarball file of the OP-TEE source code ├── README.HOW_TO.txt Helper file for OP-TEE management: reference for OP-TEE build └── series List of all ST patches to apply
- The FIP artifacts directory is named FIP_artifacts:
FIP_artifacts ├── arm-trusted-firmware │ ├── bl32 │ │ ├── stm32mp157a-dk1-bl32.dtb Device tree for TF-A → STM32MP15 Discovery kits │ │ ├── stm32mp157a-ev1-bl32.dtb Device tree for TF-A → STM32MP15 Evaluation boards │ │ ├── stm32mp157c-dk2-bl32.dtb Device tree for TF-A → STM32MP15 Discovery kits │ │ ├── stm32mp157c-ed1-bl32.dtb Device tree for TF-A → STM32MP15 Evaluation boards │ │ ├── stm32mp157c-ev1-bl32.dtb Device tree for TF-A → STM32MP15 Evaluation boards │ │ ├── stm32mp157d-dk1-bl32.dtb Device tree for TF-A → STM32MP15 Discovery kits │ │ ├── stm32mp157d-ev1-bl32.dtb Device tree for TF-A → STM32MP15 Evaluation boards │ │ ├── stm32mp157f-dk2-bl32.dtb Device tree for TF-A → STM32MP15 Discovery kits │ │ ├── stm32mp157f-ed1-bl32.dtb Device tree for TF-A → STM32MP15 Evaluation boards │ │ ├── stm32mp157f-ev1-bl32.dtb Device tree for TF-A → STM32MP15 Evaluation boards │ │ └── tf-a-bl32-stm32mp15.bin Binary file for bl32 stage │ ├── fwconfig │ │ ├── stm32mp135d-dk-fw-config-optee.dtb Device tree for FW config → STM32MP13 Discovery kits │ │ ├── stm32mp135f-dk-fw-config-optee.dtb Device tree for FW config → STM32MP13 Discovery kits │ │ ├── stm32mp157a-dk1-fw-config-optee.dtb Device tree for FW config → STM32MP15 Discovery kits │ │ ├── stm32mp157a-dk1-fw-config-trusted.dtb Device tree for FW config → STM32MP15 Discovery kits │ │ ├── stm32mp157a-ev1-fw-config-optee.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157a-ev1-fw-config-trusted.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157c-dk2-fw-config-optee.dtb Device tree for FW config → STM32MP15 Discovery kits │ │ ├── stm32mp157c-dk2-fw-config-trusted.dtb Device tree for FW config → STM32MP15 Discovery kits │ │ ├── stm32mp157c-ed1-fw-config-optee.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157c-ed1-fw-config-trusted.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157c-ev1-fw-config-optee.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157c-ev1-fw-config-trusted.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157d-dk1-fw-config-optee.dtb Device tree for FW config → STM32MP15 Discovery kits │ │ ├── stm32mp157d-dk1-fw-config-trusted.dtb Device tree for FW config → STM32MP15 Discovery kits │ │ ├── stm32mp157d-ev1-fw-config-optee.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157d-ev1-fw-config-trusted.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157f-dk2-fw-config-optee.dtb Device tree for FW config → STM32MP15 Discovery kits │ │ ├── stm32mp157f-dk2-fw-config-trusted.dtb Device tree for FW config → STM32MP15 Discovery kits │ │ ├── stm32mp157f-ed1-fw-config-optee.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157f-ed1-fw-config-trusted.dtb Device tree for FW config → Evaluation boards │ │ ├── stm32mp157f-ev1-fw-config-optee.dtb Device tree for FW config → Evaluation boards │ │ └── stm32mp157f-ev1-fw-config-trusted.dtb Device tree for FW config → Evaluation boards │ └── metada.bin Store boot information ├── optee │ ├── tee-header_v2-stm32mp135d-dk.bin Binary file for OP-TEE OS → STM32MP13 Discovery kits │ ├── tee-header_v2-stm32mp135f-dk.bin Binary file for OP-TEE OS → STM32MP13 Evaluation boards │ ├── tee-header_v2-stm32mp157a-dk1.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-header_v2-stm32mp157a-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-header_v2-stm32mp157c-dk2.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-header_v2-stm32mp157c-ed1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-header_v2-stm32mp157c-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-header_v2-stm32mp157d-dk1.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-header_v2-stm32mp157d-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-header_v2-stm32mp157f-dk2.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-header_v2-stm32mp157f-ed1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-header_v2-stm32mp157f-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pageable_v2-stm32mp135d-dk.bin Binary file for OP-TEE OS → STM32MP13 Discovery kits │ ├── tee-pageable_v2-stm32mp135f-dk.bin Binary file for OP-TEE OS → STM32MP13 Evaluation boards │ ├── tee-pageable_v2-stm32mp157a-dk1.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-pageable_v2-stm32mp157a-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pageable_v2-stm32mp157c-dk2.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-pageable_v2-stm32mp157c-ed1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pageable_v2-stm32mp157c-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pageable_v2-stm32mp157d-dk1.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-pageable_v2-stm32mp157d-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pageable_v2-stm32mp157f-dk2.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-pageable_v2-stm32mp157f-ed1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pageable_v2-stm32mp157f-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pager_v2-stm32mp135d-dk.bin Binary file for OP-TEE OS → STM32MP13 Discovery kits │ ├── tee-pager_v2-stm32mp135f-dk.bin Binary file for OP-TEE OS → STM32MP13 Evaluation boards │ ├── tee-pager_v2-stm32mp157a-dk1.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-pager_v2-stm32mp157a-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pager_v2-stm32mp157c-dk2.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-pager_v2-stm32mp157c-ed1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pager_v2-stm32mp157c-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pager_v2-stm32mp157d-dk1.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-pager_v2-stm32mp157d-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-pager_v2-stm32mp157f-dk2.bin Binary file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-pager_v2-stm32mp157f-ed1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards │ └── tee-pager_v2-stm32mp157f-ev1.bin Binary file for OP-TEE OS → STM32MP15 Evaluation boards └── u-boot ├── u-boot-nodtb-stm32mp13.bin ├── u-boot-nodtb-stm32mp15.bin ├── u-boot-stm32mp135d-dk-trusted.dtb Device tree for U-Boot → STM32MP13 Discovery kits ├── u-boot-stm32mp135f-dk-trusted.dtb Device tree for U-Boot → STM32MP13 Evaluation boards ├── u-boot-stm32mp157a-dk1-trusted.dtb Device tree for U-Boot → STM32MP15 Discovery kits ├── u-boot-stm32mp157a-ev1-trusted.dtb Device tree for U-Boot → STM32MP15 Evaluation boards ├── u-boot-stm32mp157c-dk2-trusted.dtb Device tree for U-Boot → STM32MP15 Discovery kits ├── u-boot-stm32mp157c-ed1-trusted.dtb Device tree for U-Boot → STM32MP15 Evaluation boards ├── u-boot-stm32mp157c-ev1-trusted.dtb Device tree for U-Boot → STM32MP15 Evaluation boards ├── u-boot-stm32mp157d-dk1-trusted.dtb Device tree for U-Boot → STM32MP15 Discovery kits ├── u-boot-stm32mp157d-ev1-trusted.dtb Device tree for U-Boot → STM32MP15 Evaluation boards ├── u-boot-stm32mp157f-dk2-trusted.dtb Device tree for U-Boot → STM32MP15 Discovery kits ├── u-boot-stm32mp157f-ed1-trusted.dtb Device tree for U-Boot → STM32MP15 Evaluation boards └── u-boot-stm32mp157f-ev1-trusted.dtb Device tree for U-Boot → STM32MP15 Evaluation boards
- The debug symbol files are in the <Developer Package installation directory>/stm32mp1-openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15/images/stm32mp1 directory:
stm32mp1 ├── arm-trusted-firmware │ ├── bl32 │ │ └── debug │ │ └── tf-a-bl32-stm32mp15.elf Debug symbol file for TF-A BL32 │ └── debug │ ├── tf-a-bl2-emmc.elf Debug symbol file for TF-A → TF-A for emmc boot stage │ ├── tf-a-bl2-nand.elf Debug symbol file for TF-A → TF-A for nand boot stage │ ├── tf-a-bl2-nor.elf Debug symbol file for TF-A → TF-A for nor boot stage │ ├── tf-a-bl2-sdcard.elf Debug symbol file for TF-A → TF-A for SDcard boot stage │ ├── tf-a-bl2-uart.elf Debug symbol file for TF-A → TF-A for UART downloading boot stage │ └── tf-a-bl2-usb.elf Debug symbol file for TF-A → TF-A for USB downloading boot stage ├── kernel │ ├── config-5.15.24 Reference Config file for Linux kernel │ └── vmlinux Debug symbol file for Linux kernel ├── optee │ └── debug │ ├── tee-stm32mp135d-dk.elf Debug symbol file for OP-TEE OS → STM32MP13 Discovery kits │ ├── tee-stm32mp135f-dk.elf Debug symbol file for OP-TEE OS → STM32MP13 Discovery kits │ ├── tee-stm32mp157a-dk1.elf Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-stm32mp157a-ev1.elf Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-stm32mp157c-dk2.elf Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-stm32mp157c-ed1.elf Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-stm32mp157c-ev1.elf Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-stm32mp157d-dk1.elf Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-stm32mp157d-ev1.elf Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards │ ├── tee-stm32mp157f-dk2.elf Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits │ ├── tee-stm32mp157f-ed1.elf Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards │ └── tee-stm32mp157f-ev1.elf Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards └── u-boot └── debug ├── u-boot-stm32mp13-trusted.elf Debug symbol file for U-Boot → STM32MP13 Discovery kits ├── u-boot-stm32mp157a-dk1-trusted.elf Debug symbol file for U-Boot → STM32MP15 Discovery kits ├── u-boot-stm32mp157a-ev1-trusted.elf Debug symbol file for U-Boot → STM32MP15 Evaluation boards ├── u-boot-stm32mp157c-dk2-trusted.elf Debug symbol file for U-Boot → STM32MP15 Discovery kits ├── u-boot-stm32mp157c-ed1-trusted.elf Debug symbol file for U-Boot → STM32MP15 Evaluation boards ├── u-boot-stm32mp157c-ev1-trusted.elf Debug symbol file for U-Boot → STM32MP15 Evaluation boards ├── u-boot-stm32mp157d-dk1-trusted.elf Debug symbol file for U-Boot → STM32MP15 Discovery kits ├── u-boot-stm32mp157d-ev1-trusted.elf Debug symbol file for U-Boot → STM32MP15 Evaluation boards ├── u-boot-stm32mp157f-dk2-trusted.elf Debug symbol file for U-Boot → STM32MP15 Discovery kits ├── u-boot-stm32mp157f-ed1-trusted.elf Debug symbol file for U-Boot → STM32MP15 Evaluation boards └── u-boot-stm32mp157f-ev1-trusted.elf Debug symbol file for U-Boot → STM32MP15 Evaluation boards |
2 Archives
[edit]
This wiki is for the v4 ecosystem releases. For information about the previous ecosystem releases, go through the Wiki archives.
<noinclude> This article aims to give the following information: * How to get the '''latest''' OP-TEE, TF-A, U-Boot, Linux kernel, gcnano-driver and debug symbols for the STM32 microprocessor Series * Where to find the associated release note * Where to find the previous releases (archives) {{Warning|To use efficiently this package, go through the Developer Package article relative to your STM32 microprocessor Series: [[:Category:Developer Package]]}} ==STM32MP1-Ecosystem-v4.0.0 release==</noinclude> <section begin=DownloadAndExtract /> {{SoftwareLicenseAgreement | distribution=OpenSTLinux | chapter=Boot partition:}} * The OpenSTLinux BSP package is delivered through a tarball file named '''{{EcosystemRelease/Package | revision=4.0.0 | package=OpenSTLinux BSP package | request=name}}''' for {{Board | type=157x-EV1 | name=short}}, {{Board | type=157x-DKx | name=short}} and {{Board | type=135x-DK | name=short}} boards. <span id="Download"></span> * Download and install the STM32MP1 OpenSTLinux BSP package {| class="st-table" |- ! !! style="text-align:center;"|STM32MP1 Developer Package - STM32MP1-Ecosystem-v4.0.0 release |- | Download || You need to be logged on ''my.st.com'' before accessing the following link: <br> [{{EcosystemRelease/Package | revision=4.0.0 | package=OpenSTLinux BSP package | request=url}}/{{EcosystemRelease/Package | revision=4.0.0 | package=OpenSTLinux BSP package | request=name}} {{EcosystemRelease/Package | revision=4.0.0 | package=OpenSTLinux BSP package | request=name}}]<br> |- | Installation || * Go to the host PC directory in which you extracted the package from .jar file; if you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], it means: {{PC$}} cd {{HighlightParam|''<working directory path>''}}/Developer-Package {{PC$}} tar xvf {{EcosystemRelease/Package | revision=4.0.0 | package=OpenSTLinux BSP package | request=name}} |- | Release note || Details about the content of the OpenSTLinux BSP package are available in the '''associated''' [[STM32 MPU OpenSTLinux release note]]. [[File:Archive_box.png|25px|link=]] If you are interested in older releases, have a look into the section [[STM32MP1_Developer_Package_-_OpenSTLinux_BSP#Archives|Archives]]. |}<section end=DownloadAndExtract /> * In the {{HighlightParam|''<Developer Package installation directory>''}}''/{{EcosystemRelease/Package | revision=4.0.0 | package=OpenSTLinux distribution | request=path}}'' directory, tarball archive of the OpenSTLinux BSP components can be found. *The '''Linux kernel installation directory''' is named ''linux-stm32mp-''{{HighlightParam|''<kernel version>''}}: {{Green|{{EcosystemRelease/Package | revision=4.0.0 | package=Linux kernel source | request=path}}}}	{{Highlight|'''Linux kernel installation directory'''}} ├── [*].patch				{{Highlight|ST patches to apply during the Linux kernel preparation (see next chapter)}} ├── fragment-[*].config			{{Highlight|ST configuration fragments to apply during the Linux kernel configuration (see next chapter)}} ├── {{EcosystemRelease/Package | revision=4.0.0 | package=Linux kernel source | request=name}}		{{Highlight|Tarball file of the Linux kernel source code}} ├── {{Orange|README.HOW_TO.txt}}			{{Highlight|Helper file for Linux kernel management: '''reference''' for Linux kernel build}} └── series				{{Highlight|List of all ST patches to apply}} *The '''gcnano driver installation directory''' is named ''gcnano-driver-stm32mp-''{{HighlightParam|''<gcnano driver version>''}}: {{Green|{{EcosystemRelease/Package | revision=4.0.0 | package=gcnano-driver source| request=path}}}}		{{Highlight|'''gcnano-driver installation directory'''}} ├── {{EcosystemRelease/Package | revision=4.0.0 | package=gcnano-driver source | request=name}}	{{Highlight|Tarball file of the gcnano-driver source code}} └── {{Orange|README.HOW_TO.txt}}					{{Highlight|Helper file for gcnano-driver management: '''reference''' for gcnano-driver build}} *The '''U-Boot installation directory''' is named ''u-boot-stm32mp-''{{HighlightParam|''<U-Boot version>''}}: {{Green|{{EcosystemRelease/Package | revision=4.0.0 | package=U-Boot source | request=path}}}}		{{Highlight|'''U-Boot installation directory'''}} ├── [*].patch					{{Highlight|ST patches to apply during the U-Boot preparation (see next chapter)}} ├── {{Green|{{EcosystemRelease/Package | revision=4.0.0 | package=U-Boot source | request=path}}}}		{{Highlight|'''U-Boot source code directory'''}} ├── Makefile.sdk					{{Highlight|Makefile for the U-Boot compilation}} ├── {{Orange|README.HOW_TO.txt}}				{{Highlight|Helper file for U-Boot management: '''reference''' for U-Boot build}} ├── series						{{Highlight|List of all ST patches to apply}} └── {{EcosystemRelease/Package | revision=4.0.0 | package=U-Boot source | request=name}}	{{Highlight|Tarball file of the U-Boot source code}} *The '''TF-A installation directory''' is named ''tf-a-stm32mp-''{{HighlightParam|''<TF-A version>''}}: {{Green|{{EcosystemRelease/Package | revision=4.0.0 | package=TF-A source | request=path}}}}		{{Highlight|'''TF-A installation directory'''}} ├── [*].patch				{{Highlight|ST patches to apply during the TF-A preparation (see next chapter)}} ├── {{Green|{{EcosystemRelease/Package | revision=4.0.0 | package=TF-A source | request=path}}}}	{{Highlight|'''TF-A source code directory'''}} ├── Makefile.sdk				{{Highlight|Makefile for the TF-A compilation}} ├── {{Orange|README.HOW_TO.txt}}			{{Highlight|Helper file for TF-A management: '''reference''' for TF-A build}} ├── series					{{Highlight|List of all ST patches to apply}} └── {{EcosystemRelease/Package | revision=4.0.0 | package=TF-A source | request=name}}	{{Highlight|Tarball file of the TF-A source code}} * The '''OP-TEE installation directory''' is named ''optee-os-stm32mp''-{{HighlightParam|''<OP-TEE version>''}}: {{Green|{{EcosystemRelease/Package | revision=4.0.0 | package=OP-TEE source | request=path}}}}		{{Highlight|'''OP-TEE installation directory'''}} ├── [*].patch					{{Highlight|ST patches to apply during the OP-TEE preparation (see next chapter)}} ├── {{Green|{{EcosystemRelease/Package | revision=4.0.0 | package=OP-TEE source | request=path}}}}		{{Highlight|'''OP-TEE source code directory'''}} ├── Makefile.sdk					{{Highlight|Makefile for the OP-TEE compilation}} ├── {{EcosystemRelease/Package | revision=4.0.0 | package=OP-TEE source | request=name}}	{{Highlight|Tarball file of the OP-TEE source code}} ├── {{Orange|README.HOW_TO.txt}}				{{Highlight|Helper file for OP-TEE management: '''reference''' for OP-TEE build}} └── series						{{Highlight|List of all ST patches to apply}} * The '''FIP artifacts directory''' is named ''FIP_artifacts'': {{Green|FIP_artifacts}} ├── {{Green|arm-trusted-firmware}} │ ├── {{Green|bl32}} │ │ ├── stm32mp157a-dk1-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Discovery kits}} │ │ ├── stm32mp157a-ev1-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Evaluation boards}} │ │ ├── stm32mp157c-dk2-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Discovery kits}} │ │ ├── stm32mp157c-ed1-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Evaluation boards}} │ │ ├── stm32mp157c-ev1-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Evaluation boards}} │ │ ├── stm32mp157d-dk1-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Discovery kits}} │ │ ├── stm32mp157d-ev1-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Evaluation boards}} │ │ ├── stm32mp157f-dk2-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Discovery kits}} │ │ ├── stm32mp157f-ed1-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Evaluation boards}} │ │ ├── stm32mp157f-ev1-bl32.dtb			{{Highlight|Device tree for TF-A → STM32MP15 Evaluation boards}} │ │ └── tf-a-bl32-stm32mp15.bin			{{Highlight|Binary file for bl32 stage}} │ ├── {{Green|fwconfig}} │ │ ├── stm32mp135d-dk-fw-config-optee.dtb		{{Highlight|Device tree for FW config → STM32MP13 Discovery kits}} │ │ ├── stm32mp135f-dk-fw-config-optee.dtb		{{Highlight|Device tree for FW config → STM32MP13 Discovery kits}} │ │ ├── stm32mp157a-dk1-fw-config-optee.dtb		{{Highlight|Device tree for FW config → STM32MP15 Discovery kits}} │ │ ├── stm32mp157a-dk1-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → STM32MP15 Discovery kits}} │ │ ├── stm32mp157a-ev1-fw-config-optee.dtb		{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157a-ev1-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157c-dk2-fw-config-optee.dtb		{{Highlight|Device tree for FW config → STM32MP15 Discovery kits}} │ │ ├── stm32mp157c-dk2-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → STM32MP15 Discovery kits}} │ │ ├── stm32mp157c-ed1-fw-config-optee.dtb		{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157c-ed1-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157c-ev1-fw-config-optee.dtb		{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157c-ev1-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157d-dk1-fw-config-optee.dtb		{{Highlight|Device tree for FW config → STM32MP15 Discovery kits}} │ │ ├── stm32mp157d-dk1-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → STM32MP15 Discovery kits}} │ │ ├── stm32mp157d-ev1-fw-config-optee.dtb		{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157d-ev1-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157f-dk2-fw-config-optee.dtb		{{Highlight|Device tree for FW config → STM32MP15 Discovery kits}} │ │ ├── stm32mp157f-dk2-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → STM32MP15 Discovery kits}} │ │ ├── stm32mp157f-ed1-fw-config-optee.dtb		{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157f-ed1-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → Evaluation boards}} │ │ ├── stm32mp157f-ev1-fw-config-optee.dtb		{{Highlight|Device tree for FW config → Evaluation boards}} │ │ └── stm32mp157f-ev1-fw-config-trusted.dtb	{{Highlight|Device tree for FW config → Evaluation boards}} │ └── metada.bin					{{Highlight|Store boot information}} ├── {{Green|optee}} │ ├── tee-header_v2-stm32mp135d-dk.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP13 Discovery kits}} │ ├── tee-header_v2-stm32mp135f-dk.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP13 Evaluation boards}} │ ├── tee-header_v2-stm32mp157a-dk1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-header_v2-stm32mp157a-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-header_v2-stm32mp157c-dk2.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-header_v2-stm32mp157c-ed1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-header_v2-stm32mp157c-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-header_v2-stm32mp157d-dk1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-header_v2-stm32mp157d-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-header_v2-stm32mp157f-dk2.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-header_v2-stm32mp157f-ed1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-header_v2-stm32mp157f-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pageable_v2-stm32mp135d-dk.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP13 Discovery kits}} │ ├── tee-pageable_v2-stm32mp135f-dk.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP13 Evaluation boards}} │ ├── tee-pageable_v2-stm32mp157a-dk1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-pageable_v2-stm32mp157a-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pageable_v2-stm32mp157c-dk2.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-pageable_v2-stm32mp157c-ed1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pageable_v2-stm32mp157c-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pageable_v2-stm32mp157d-dk1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-pageable_v2-stm32mp157d-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pageable_v2-stm32mp157f-dk2.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-pageable_v2-stm32mp157f-ed1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pageable_v2-stm32mp157f-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pager_v2-stm32mp135d-dk.bin			{{Highlight|Binary file for OP-TEE OS → STM32MP13 Discovery kits}} │ ├── tee-pager_v2-stm32mp135f-dk.bin			{{Highlight|Binary file for OP-TEE OS → STM32MP13 Evaluation boards}} │ ├── tee-pager_v2-stm32mp157a-dk1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-pager_v2-stm32mp157a-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pager_v2-stm32mp157c-dk2.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-pager_v2-stm32mp157c-ed1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pager_v2-stm32mp157c-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pager_v2-stm32mp157d-dk1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-pager_v2-stm32mp157d-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-pager_v2-stm32mp157f-dk2.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-pager_v2-stm32mp157f-ed1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} │ └── tee-pager_v2-stm32mp157f-ev1.bin		{{Highlight|Binary file for OP-TEE OS → STM32MP15 Evaluation boards}} └── {{Green|u-boot}} ├── u-boot-nodtb-stm32mp13.bin ├── u-boot-nodtb-stm32mp15.bin ├── u-boot-stm32mp135d-dk-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP13 Discovery kits}} ├── u-boot-stm32mp135f-dk-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP13 Evaluation boards}} ├── u-boot-stm32mp157a-dk1-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Discovery kits}} ├── u-boot-stm32mp157a-ev1-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Evaluation boards}} ├── u-boot-stm32mp157c-dk2-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Discovery kits}} ├── u-boot-stm32mp157c-ed1-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Evaluation boards}} ├── u-boot-stm32mp157c-ev1-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Evaluation boards}} ├── u-boot-stm32mp157d-dk1-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Discovery kits}} ├── u-boot-stm32mp157d-ev1-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Evaluation boards}} ├── u-boot-stm32mp157f-dk2-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Discovery kits}} ├── u-boot-stm32mp157f-ed1-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Evaluation boards}} └── u-boot-stm32mp157f-ev1-trusted.dtb		{{Highlight|Device tree for U-Boot → STM32MP15 Evaluation boards}} * The debug symbol files are in the {{HighlightParam|''<Developer Package installation directory>''}}/{{EcosystemRelease/Package | revision=4.0.0 | package=Debug symbol files | request=path}}'' directory:<div style="overflow: auto;" > {| class="st-table specialpre" |- | style="border-style: hidden; padding-right: 0;" | {{Green|stm32mp1}} ├── {{Green|arm-trusted-firmware}} │ ├── {{Green|bl32}} │ │ └── {{Green|debug}} │ │ └── tf-a-bl32-stm32mp15.elf 	{{Highlight|Debug symbol file for TF-A BL32}} │ └── {{Green|debug}} │ ├── tf-a-bl2-emmc.elf 			{{Highlight|Debug symbol file for TF-A → TF-A for emmc boot stage}} │ ├── tf-a-bl2-nand.elf 			{{Highlight|Debug symbol file for TF-A → TF-A for nand boot stage}} │ ├── tf-a-bl2-nor.elf 			{{Highlight|Debug symbol file for TF-A → TF-A for nor boot stage}} │ ├── tf-a-bl2-sdcard.elf 		{{Highlight|Debug symbol file for TF-A → TF-A for SDcard boot stage}} │ ├── tf-a-bl2-uart.elf 			{{Highlight|Debug symbol file for TF-A → TF-A for UART downloading boot stage}} │ └── tf-a-bl2-usb.elf 			{{Highlight|Debug symbol file for TF-A → TF-A for USB downloading boot stage}} ├── {{Green|kernel}} │ ├── config-5.15.24				{{Highlight|Reference Config file for Linux kernel}} │ └── vmlinux 				{{Highlight|Debug symbol file for Linux kernel}} ├── {{Green|optee}} │ └── {{Green|debug}} │ ├── tee-stm32mp135d-dk.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP13 Discovery kits}} │ ├── tee-stm32mp135f-dk.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP13 Discovery kits}} │ ├── tee-stm32mp157a-dk1.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-stm32mp157a-ev1.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-stm32mp157c-dk2.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-stm32mp157c-ed1.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-stm32mp157c-ev1.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-stm32mp157d-dk1.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-stm32mp157d-ev1.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards}} │ ├── tee-stm32mp157f-dk2.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits}} │ ├── tee-stm32mp157f-ed1.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards}} │ └── tee-stm32mp157f-ev1.elf 		{{Highlight|Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards}} └── {{Green|u-boot}} └── {{Green|debug}} ├── u-boot-stm32mp13-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP13 Discovery kits}} ├── u-boot-stm32mp157a-dk1-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Discovery kits}} ├── u-boot-stm32mp157a-ev1-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Evaluation boards}} ├── u-boot-stm32mp157c-dk2-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Discovery kits}} ├── u-boot-stm32mp157c-ed1-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Evaluation boards}} ├── u-boot-stm32mp157c-ev1-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Evaluation boards}} ├── u-boot-stm32mp157d-dk1-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Discovery kits}} ├── u-boot-stm32mp157d-ev1-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Evaluation boards}} ├── u-boot-stm32mp157f-dk2-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Discovery kits}} ├── u-boot-stm32mp157f-ed1-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Evaluation boards}} └── u-boot-stm32mp157f-ev1-trusted.elf 	{{Highlight|Debug symbol file for U-Boot → STM32MP15 Evaluation boards}} |}</div> <noinclude> ==Archives [[File:Archive_box.png|25px|link=]]== {{EcosystemFlow/Archives}} {{NoIndex}} [[Category:Sub-articles]] {{UpdateNeededForNewRelease| * Copy the current release (first chapter) in the "Archives" chapter * Make the following modifications in this copy: ** Change the "Download" span id to "Download <name of the old release>" (example: "Download STM32MP15-Ecosystem-v1.0.0 release") * Make the following modifications in the first chapter ** Change the name of the tarball file ** Change the download URLs ** Change the link to the release note ** Change the path and the description of the installation directory }}</noinclude>
(No difference)
|