Last edited 3 years ago

STM32MP1 Developer Package - TF-A

Template:ArticleMainWriter Template:ReviewersList Template:ArticleApprovedVersion


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)
Warning white.png Warning
To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: Category:Developer Package

1 Beta1 release[edit source]

  • The STM32MP1 TF-A is delivered through a tarball file named
    • SOURCES-tf-a-stm32mp1-boards-revb-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards revision B
    • SOURCES-tf-a-stm32mp1-boards-revc-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards revision C

  • Download and install the STM32MP1 TF-A
By downloading this software package, you agree to be bound to the terms of the Limited License Agreement. The detailed content licenses can be found here.
STM32MP1 Developer Package TF-A - Beta1 release
Download

Template:STdotcomInfo

Installation
$ 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...):
$ tar xvf SOURCES-tf-a-stm32mp1-boards-revb-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz
OR
$ tar xvf SOURCES-tf-a-stm32mp1-boards-revc-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz

$ cd stm32mp1-boards-rev[b/c]-openstlinux-4.14-rocko-mp1-18-11-26/sources/arm-openstlinux_weston-linux-gnueabi/tf-a-stm32mp-2.0-release.AUTOINC+dbc8d9496e/
$ tar xvf tf-a-stm32mp-2.0-release.AUTOINC+dbc8d9496e.tar.gz
Release note

Details about the content of the TF-A are available in the associated STM32MP15 ecosystem release note.

If you are interested in former releases, please go through the archives of the ecosystem release note.

  • The TF-A installation directory is in the <Developer Package installation directory>/stm32mp1-boards-rev[b/c]-openstlinux-4.14-rocko-mp1-18-11-26/sources/arm-openstlinux_weston-linux-gnueabi directory, and is named tf-a-stm32mp-<TF-A version>-AUTOINC+<TF-A SHA1>:
tf-a-stm32mp-2.0-release.AUTOINC+dbc8d9496e             TF-A installation directory
├── [*].patch                                           ST patches to apply during the TF-A preparation (see next chapter)
├── git                                                 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-2.0-release.AUTOINC+dbc8d9496e.tar.gz  Tarball file of the TF-A source code


2 Archives[edit source]


2.1 Alpha2 release[edit source]

  • The STM32MP1 TF-A is delivered through a tarball file named SOURCES-tf-a-openstlinux-4.14-rocko-mp1-18-07-03.tar.xz.

  • Download and install the STM32MP1 TF-A
By downloading the tarball file, you agree to be bound to the terms of the Limited License Agreement
STM32MP1 Developer Package TF-A - Alpha2 release
Download

Template:STdotcomInfo

Installation
$ 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...):
$ tar xvf SOURCES-tf-a-openstlinux-4.14-rocko-mp1-18-07-03.tar.xz
$ cd openstlinux-4.14-rocko-mp1-18-07-03/sources/arm-openstlinux_weston-linux-gnueabi/tf-a-stm32mp-1.5-release.AUTOINC+ed8112606c/
$ tar xvf tf-a-stm32mp-1.5-release.AUTOINC+ed8112606c.tar.gz
Release note

Details about the content of the TF-A are available in the associated STM32MP15 ecosystem release note.

If you are interested in former releases, please go through the archives of the ecosystem release note.

  • The TF-A installation directory is in the <Developer Package installation directory>/openstlinux-4.14-rocko-mp1-18-07-03/sources/arm-openstlinux_weston-linux-gnueabi directory, and is named tf-a-stm32mp-<TF-A version>-AUTOINC+<TF-A SHA1>:
tf-a-stm32mp-1.5-release.AUTOINC+ed8112606c             TF-A installation directory
├── [*].patch                                           ST patches to apply during the TF-A preparation (see next chapter)
├── git                                                 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-1.5-release.AUTOINC+ed8112606c.tar.gz  Tarball file of the TF-A source code

2.2 Alpha1 release[edit source]

  • The STM32MP1 ATF is delivered through a tarball file named SOURCES-atf-openstlinux-4.14-rocko-mp1-18-01-23.tar.xz.

  • Download and install the STM32MP1 ATF
By downloading the tarball file, you agree to be bound to the terms of the Limited License Agreement
STM32MP1 Developer Package ATF - Alpha1 release
Download

Template:STdotcomInfo

Installation
$ cd <working directory path>/Developer-Package
  • Download the tarball file in this directory
  • Uncompress the tarball file to get the ATF (ATF source code, ST patches...):
$ tar xvf SOURCES-atf-openstlinux-4.14-rocko-mp1-18-01-23.tar.xz
$ cd openstlinux-4.14-rocko-mp1-18-01-23/sources/arm-openstlinux_weston-linux-gnueabi/atf-stm32mp-1.4-release-AUTOINC+83df7ce38d/
$ tar xvf atf-stm32mp-1.4-release-AUTOINC+83df7ce38d.tar.gz
Release note

Details about the content of the ATF are available in the associated STM32MP15 ecosystem release note.

If you are interested in former releases, please go through the archives of the ecosystem release note.

  • The ATF installation directory is in the <Developer Package installation directory>/openstlinux-4.14-rocko-mp1-18-01-23/sources/arm-openstlinux_weston-linux-gnueabi directory, and is named atf-stm32mp-<ATF version>-AUTOINC+<ATF SHA1>:
atf-stm32mp-1.4-release-AUTOINC+83df7ce38d             ATF installation directory
├── [*].patch                                          ST patches to apply during the ATF preparation (see next chapter)
├── atf-stm32mp-1.4-release-AUTOINC+83df7ce38d.tar.gz  Tarball file of the ATF source code
├── git                                                ATF source code directory
├── Makefile.sdk                                       Makefile for the ATF compilation
├── README.HOW_TO.txt                                  Helper file for ATF management: reference for ATF build
└── series                                             List of all ST patches to apply