Last edited 3 years ago

STM32MP1 Developer Package - OP-TEE: Difference between revisions


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)

1. STM32MP15-Ecosystem-v3.1.0 release

  • The STM32MP1 OP-TEE is delivered through a tarball file named unknown revision for STM32MP157x-EV1 More info green.png and STM32MP157x-DKx More info green.png 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.

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:
[unknown revision/unknown revision unknown revision]

Installation
PC $> cd <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 unknown revision
PC $> cd unknown revision
  • Follow instructions given in 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.

Archive box.png If you are interested in older releases, please have a look into the section Archives.

  • 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 Archive box.png

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