This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.Registered User |
Registered User No edit summary |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This article aims to give the following information: | This article aims to give the following information: | ||
* How to download and install the '''latest''' TF-A for the STM32 microprocessor Series | * How to download and install the '''latest''' TF-A for the STM32 microprocessor Series | ||
Line 23: | Line 8: | ||
{{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-v1. | ==STM32MP15-Ecosystem-v1.2.0 release== | ||
</noinclude> | </noinclude> | ||
* The STM32MP1 TF-A is delivered through a tarball file named | |||
**'''en.SOURCES-tf-a-stm32mp1-openstlinux-20-02-19.tar.xz''' for STM32MP157C-EV1 and STM32MP157X-DKX boards | |||
<span id="Download"></span> | |||
* Download and install the STM32MP1 TF-A | |||
{{SoftwareLicenseAgreement | distribution=OpenSTLinux | chapter=Boot partition:}} | |||
{| class="st-table" | |||
|- | |||
! !! style="text-align:center;"|STM32MP1 Developer Package TF-A - STM32MP15-Ecosystem-v1.2.0 release | |||
|- | |||
| Download || | |||
You need to be logged on ''my.st.com'' before accessing the following link: <br> | |||
[https://www.st.com/content/ccc/resource/technical/sw-updater/firmware2/group0/83/c8/98/d3/5c/32/42/77/stm32cube_standard_a7_bsp_components_tf_a/files/SOURCES-tf-a-stm32mp1-openstlinux-20-02-19.tar.xz/jcr:content/translations/en.SOURCES-tf-a-stm32mp1-openstlinux-20-02-19.tar.xz en.SOURCES-tf-a-stm32mp1-openstlinux-20-02-19.tar.xz]<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: | |||
$ cd <working directory path>/Developer-Package | |||
* Download the tarball file in this directory | |||
* Uncompress the tarball file to get the TF-A (TF-A source code, ST patches...): | |||
<pre> | |||
$ tar xvf en.SOURCES-tf-a-stm32mp1-openstlinux-20-02-19.tar.xz | |||
$ cd stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi/tf-a-stm32mp-2.0-r0/ | |||
$ tar xvf v2.0.tar.gz | |||
</pre> | |||
|- | |||
| Release note || | |||
Details about the content of the TF-A are available in the '''associated''' [[STM32MP15 OpenSTLinux release note - v1.2.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_-_TF-A#Archives|Archives]]. | |||
|} | |||
* The '''TF-A installation directory''' is in the ''<Developer Package installation directory>/stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi'' directory, and is named ''tf-a-stm32mp-<TF-A version>'': | |||
{{Green|tf-a-stm32mp-2.0-r0}} {{Highlight|'''TF-A installation directory'''}} | |||
├── [*].patch {{Highlight|ST patches to apply during the TF-A preparation (see next chapter)}} | |||
├── {{Green|arm-trusted-firmware-2.0}} {{Highlight|'''TF-A source code directory'''}} | |||
├── Makefile.sdk {{Highlight|Makefile for the TF-A compilation}} | |||
├── 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}} | |||
└── v2.0.tar.gz {{Highlight|Tarball file of the TF-A source code}} | |||
<noinclude> | |||
==Archives [[File:Archive_box.png|25px|link=]]== | |||
<div class="mw-collapsible mw-collapsed"> | |||
===STM32MP15-Ecosystem-v1.0.0 release=== | |||
<div class="mw-collapsible-content"> | |||
* The STM32MP1 TF-A is delivered through a tarball file named | |||
**'''en.SOURCES-tf-a-stm32mp1-openstlinux-4.19-thud-mp1-19-10-09.tar.xz''' for STM32MP157C-EV1 and STM32MP157X-DKX boards | |||
<span id="Download"></span> | |||
* Download and install the STM32MP1 TF-A | |||
:''By downloading this software package, you agree to be bound to the terms of the [[OpenSTLinux licenses#Top Software license agreement (SLA) and third-party licences|software license agreement (SLA)]]''. ''The detailed content licenses can be found [[OpenSTLinux licenses#Boot_partition:|here]]''. | |||
{| class="st-table" | |||
|- | |||
! !! style="text-align:center;"|STM32MP1 Developer Package TF-A - STM32MP15-Ecosystem-v1.1.0 release | |||
|- | |||
| Download || | |||
You need to be logged on ''my.st.com'' before accessing the following link: <br> | |||
[https://www.st.com/content/ccc/resource/technical/sw-updater/firmware2/group0/81/ca/3b/85/67/6d/43/3e/stm32cube_standard_a7_bsp_components_tf_a/files/SOURCES-tf-a-stm32mp1-openstlinux-4.19-thud-mp1-19-10-09.tar.xz/jcr:content/translations/en.SOURCES-tf-a-stm32mp1-openstlinux-4.19-thud-mp1-19-10-09.tar.xz en.SOURCES-tf-a-stm32mp1-openstlinux-4.19-thud-mp1-19-10-09.tar.xz]<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: | |||
$ cd <working directory path>/Developer-Package | |||
* Download the tarball file in this directory | |||
* Uncompress the tarball file to get the TF-A (TF-A source code, ST patches...): | |||
<pre> | |||
$ tar xvf en.SOURCES-tf-a-stm32mp1-openstlinux-4.19-thud-mp1-19-10-09.tar.xz | |||
$ cd stm32mp1-openstlinux-4.19-thud-mp1-19-10-09/sources/arm-openstlinux_weston-linux-gnueabi/tf-a-stm32mp-2.0-r0/ | |||
$ tar xvf v2.0.tar.gz | |||
</pre> | |||
|- | |||
| Release note || | |||
Details about the content of the TF-A are available in the '''associated''' [[STM32MP15 OpenSTLinux release note - v1.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_-_TF-A#Archives|Archives]]. | |||
|} | |||
* The '''TF-A installation directory''' is in the ''<Developer Package installation directory>/stm32mp1-openstlinux-4.19-thud-mp1-19-10-09/sources/arm-openstlinux_weston-linux-gnueabi'' directory, and is named ''tf-a-stm32mp-<TF-A version>'': | |||
{{Green|tf-a-stm32mp-2.0-r0}} {{Highlight|'''TF-A installation directory'''}} | |||
├── [*].patch {{Highlight|ST patches to apply during the TF-A preparation (see next chapter)}} | |||
├── {{Green|arm-trusted-firmware-2.0}} {{Highlight|'''TF-A source code directory'''}} | |||
├── Makefile.sdk {{Highlight|Makefile for the TF-A compilation}} | |||
├── 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}} | |||
└── v2.0.tar.gz {{Highlight|Tarball file of the TF-A source code}} | |||
</div></div> | |||
<div class="mw-collapsible mw-collapsed"> | |||
===STM32MP15-Ecosystem-v1.0.0 release=== | |||
<div class="mw-collapsible-content"> | |||
* The STM32MP1 TF-A is delivered through a tarball file named | * The STM32MP1 TF-A is delivered through a tarball file named | ||
**'''en.SOURCES-tf-a-stm32mp1-openstlinux-4.19-thud-mp1-19-02-20.tar.xz''' for STM32MP157C-EV1 and STM32MP157X-DKX boards | **'''en.SOURCES-tf-a-stm32mp1-openstlinux-4.19-thud-mp1-19-02-20.tar.xz''' for STM32MP157C-EV1 and STM32MP157X-DKX boards | ||
Line 31: | Line 111: | ||
* Download and install the STM32MP1 TF-A | * Download and install the STM32MP1 TF-A | ||
:''By downloading this software package, you agree to be bound to the terms of the [[OpenSTLinux licenses#Top Software license agreement (SLA) and third-party licences|software license agreement (SLA)]]''. ''The detailed content licenses can be found [[OpenSTLinux licenses#Boot_partition:|here]]''. | :''By downloading this software package, you agree to be bound to the terms of the [[OpenSTLinux licenses#Top Software license agreement (SLA) and third-party licences|software license agreement (SLA)]]''. ''The detailed content licenses can be found [[OpenSTLinux licenses#Boot_partition:|here]]''. | ||
{| class=" | {| class="st-table" | ||
|- | |- | ||
! !! STM32MP1 Developer Package TF-A - STM32MP15-Ecosystem-v1.0.0 release | ! !! style="text-align:center;"|STM32MP1 Developer Package TF-A - STM32MP15-Ecosystem-v1.0.0 release | ||
|- | |- | ||
| Download || | | Download || | ||
Line 64: | Line 144: | ||
├── series {{Highlight|List of all ST patches to apply}} | ├── series {{Highlight|List of all ST patches to apply}} | ||
└── v2.0.tar.gz {{Highlight|Tarball file of the TF-A source code}} | └── v2.0.tar.gz {{Highlight|Tarball file of the TF-A source code}} | ||
</div></div> | |||
[[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> |
Latest revision as of 16:03, 11 March 2020
This article aims to give the following information:
- How to download and install the latest TF-A for the STM32 microprocessor Series
- Where to find the associated release note
- Where to find the previous releases (archives)
1. STM32MP15-Ecosystem-v1.2.0 release[edit source]
- The STM32MP1 TF-A is delivered through a tarball file named
- en.SOURCES-tf-a-stm32mp1-openstlinux-20-02-19.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards
- Download and install the STM32MP1 TF-A
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.
STM32MP1 Developer Package TF-A - STM32MP15-Ecosystem-v1.2.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 en.SOURCES-tf-a-stm32mp1-openstlinux-20-02-19.tar.xz
$ cd stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi/tf-a-stm32mp-2.0-r0/
$ tar xvf v2.0.tar.gz
|
Release note |
Details about the content of the TF-A are available in the associated STM32MP15 OpenSTLinux release note.
|
- The TF-A installation directory is in the <Developer Package installation directory>/stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi directory, and is named tf-a-stm32mp-<TF-A version>:
tf-a-stm32mp-2.0-r0 TF-A installation directory ├── [*].patch ST patches to apply during the TF-A preparation (see next chapter) ├── arm-trusted-firmware-2.0 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 └── v2.0.tar.gz Tarball file of the TF-A source code
2. Archives
[edit source]
Expand
2.1. STM32MP15-Ecosystem-v1.0.0 release[edit source]
Expand