Registered User |
Registered User mNo edit summary |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 7: | Line 7: | ||
{{Warning|To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: [[:Category:Developer Package]]}} | {{Warning|To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: [[:Category:Developer Package]]}} | ||
==STM32MP15-Ecosystem-v3. | ==STM32MP15-Ecosystem-v3.1.0 release== | ||
</noinclude> | </noinclude> | ||
* The STM32MP1 OP-TEE is delivered through a tarball file named '''{{EcosystemRelease/Package | revision=3.1.0 | package=OP-TEE package | request=name}}''' for {{Board | type=157x-EV1 | name=short}} and {{Board | type=157x-DKx | name=short}} boards. | |||
<span id="Download"></span> | |||
* Download and install the STM32MP1 OP-TEE | |||
{{SoftwareLicenseAgreement | distribution=OpenSTLinux | chapter=Boot partition:}} | |||
{| class="st-table" | |||
|- | |||
! !! style="text-align:center;"|STM32MP1 Developer Package OP-TEE - STM32MP15-Ecosystem-v3.1.0 release | |||
|- | |||
| Download || | |||
You need to be logged on ''my.st.com'' before accessing the following link: <br> | |||
[{{EcosystemRelease/Package | revision=3.1.0 | package=OP-TEE package | request=url}}/{{EcosystemRelease/Package | revision=3.1.0 | package=OP-TEE package | request=name}} {{EcosystemRelease/Package | revision=3.1.0 | package=OP-TEE package | request=name}}]<br> | |||
|- | |||
| Installation || | |||
* Go to the host PC directory in which you want to install the Developer Package (''<Developer Package installation directory>''); 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 | |||
* Download the tarball file in this directory | |||
* Uncompress the tarball file to get the OP-TEE (OP-TEE source code, ST patches...): | |||
{{PC$}} tar xvf {{EcosystemRelease/Package | revision=3.1.0 | package=OP-TEE package | request=name}} | |||
{{PC$}} cd {{EcosystemRelease/Package | revision=3.1.0 | package=OP-TEE package | request=path}} | |||
* Follow instructions given in {{Orange|README.HOW_TO.txt}} file present in '''OP-TEE installation directory''' as detailed after | |||
|- | |||
| Release note || | |||
Details about the content of the OP-TEE are available in the '''associated''' [[STM32MP15 OpenSTLinux release note - v3.1.0|STM32MP15 OpenSTLinux release note]]. | |||
[[File:Archive_box.png|25px|link=]] If you are interested in older releases, please have a look into the section [[STM32MP1_Developer_Package_-_OP-TEE#Archives|Archives]]. | |||
|} | |||
* In the {{HighlightParam|''<Developer Package installation directory>''}}''/stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31/sources/arm-ostl-linux-gnueabi'' directory, | |||
:* The '''OP-TEE installation directory''' is named ''optee-os-stm32mp''-{{HighlightParam|''<OP-TEE version>''}}: | |||
{{Green|optee-os-stm32mp-3.12.0.r2-r0}}			{{Highlight|'''OP-TEE installation directory'''}} | |||
├── [*].patch				{{Highlight|ST patches to apply during the OP-TEE preparation (see next chapter)}} | |||
├── {{Green|{{EcosystemRelease/Package | revision=3.1.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=3.1.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'': | |||
{{#lst:STM32MP1 Developer Package - TF-A|FIP_artifacts_v3_1}} | |||
<noinclude> | |||
==Archives [[File:Archive_box.png|25px|link=]]== | |||
{{EcosystemFlow/Archives}} | |||
<div class="mw-collapsible mw-collapsed"> | |||
===STM32MP15-Ecosystem-v3.0.0 release=== | |||
<div class="mw-collapsible-content"> | |||
* The STM32MP1 OP-TEE is delivered through a tarball file named '''{{EcosystemRelease/Package | revision=3.0.0 | package=OP-TEE package | request=name}}''' for {{Board | type=157x-EV1 | name=short}} and {{Board | type=157x-DKx | name=short}} boards. | * The STM32MP1 OP-TEE is delivered through a tarball file named '''{{EcosystemRelease/Package | revision=3.0.0 | package=OP-TEE package | request=name}}''' for {{Board | type=157x-EV1 | name=short}} and {{Board | type=157x-DKx | name=short}} boards. | ||
* Download and install the STM32MP1 OP-TEE | * Download and install the STM32MP1 OP-TEE | ||
{{SoftwareLicenseAgreement | distribution=OpenSTLinux | chapter=Boot partition:}} | {{SoftwareLicenseAgreement | distribution=OpenSTLinux | chapter=Boot partition:}} | ||
Line 24: | Line 74: | ||
| Installation || | | Installation || | ||
* Go to the host PC directory in which you want to install the Developer Package (''<Developer Package installation directory>''); if you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], it means: | * Go to the host PC directory in which you want to install the Developer Package (''<Developer Package installation directory>''); if you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], it means: | ||
$ cd {{HighlightParam|''<working directory path>''}}/Developer-Package | {{PC$}} cd {{HighlightParam|''<working directory path>''}}/Developer-Package | ||
* Download the tarball file in this directory | * Download the tarball file in this directory | ||
* Uncompress the tarball file to get the OP-TEE (OP-TEE source code, ST patches...): | * Uncompress the tarball file to get the OP-TEE (OP-TEE source code, ST patches...): | ||
{{PC$}} | {{PC$}} tar xvf {{EcosystemRelease/Package | revision=3.0.0 | package=OP-TEE package | request=name}} | ||
{{PC$}} | {{PC$}} cd {{EcosystemRelease/Package | revision=3.0.0 | package=OP-TEE package | request=path}} | ||
* Follow instructions given in {{Orange|README.HOW_TO.txt}} file present in '''OP-TEE installation directory''' as detailed after | |||
|- | |- | ||
| Release note || | | Release note || | ||
Line 47: | Line 96: | ||
├── Makefile.sdk				{{Highlight|Makefile for the OP-TEE compilation}} | ├── Makefile.sdk				{{Highlight|Makefile for the OP-TEE compilation}} | ||
├── {{EcosystemRelease/Package | revision=3.0.0 | package=OP-TEE source | request=name}}	{{Highlight|Tarball file of the OP-TEE source code}} | ├── {{EcosystemRelease/Package | revision=3.0.0 | package=OP-TEE source | request=name}}	{{Highlight|Tarball file of the OP-TEE source code}} | ||
├── README.HOW_TO.txt			{{Highlight|Helper file for OP-TEE management: '''reference''' for OP-TEE build}} | ├── {{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}} | └── series					{{Highlight|List of all ST patches to apply}} | ||
:* The '''FIP artifacts directory''' is named ''FIP_artifacts'': | :* The '''FIP artifacts directory''' is named ''FIP_artifacts'': | ||
{{#lst:STM32MP1 Developer Package - TF-A| | {{#lst:STM32MP1 Developer Package - TF-A|FIP_artifacts_v3_0}} | ||
< | </div></div> | ||
{{NoIndex}} | {{NoIndex}} |
Latest revision as of 16:12, 25 February 2022
This article aims to give the following information:
- How to download and install the latest OP-TEE for the STM32 microprocessor Series
- Where to find the associated release note
- Where to find the previous releases (archives)
![]() |
To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: Category:Developer Package |
1. STM32MP15-Ecosystem-v3.1.0 release
- The STM32MP1 OP-TEE is delivered through a tarball file named unknown revision for STM32MP157x-EV1
and STM32MP157x-DKx
boards.
- Download and install the STM32MP1 OP-TEE
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 |
STM32MP1 Developer Package OP-TEE - STM32MP15-Ecosystem-v3.1.0 release | |
---|---|
Download |
You need to be logged on my.st.com before accessing the following link: |
Installation |
<working directory path>/Developer-PackagePC $> cd
unknown revision PC $> cd unknown revisionPC $> tar xvf
|
Release note |
Details about the content of the OP-TEE are available in the associated STM32MP15 OpenSTLinux release note.
|
- In the <Developer Package installation directory>/stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31/sources/arm-ostl-linux-gnueabi directory,
- The OP-TEE installation directory is named optee-os-stm32mp-<OP-TEE version>:
optee-os-stm32mp-3.12.0.r2-r0 OP-TEE installation directory ├── [*].patch ST patches to apply during the OP-TEE preparation (see next chapter) ├── unknown revision OP-TEE source code directory ├── Makefile.sdk Makefile for the OP-TEE compilation ├── unknown revision 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:
2. Archives 
This wiki is for the v2 ecosystem releases. For information about the previous ecosystem releases, please go through the Wiki archives.
2.1. STM32MP15-Ecosystem-v3.0.0 release