STM32MP2 Starter Package - images

Revision as of 12:19, 7 December 2023 by Registered User
Applicable for STM32MP25x lines

This article provides the following information:

  • How to download and install the latest image (binaries) for STM32MP2 boards
  • Where to find the associated release note
  • Where to find the previous releases (archives)
Warning white.png Warning
To use the image efficiently, read the Starter Package article relative to your board: Category:Starter Package

1. STM32MP2-Ecosystem-v5.0.2 BETA release[edit source]

Warning white.png Warning
Only microSD cards SanDisk Class 10 and UHS Speed Class 1 are verified. Others are not recommended.
  • The STM32MP2 image (binaries) is delivered through one tarball file named
    • unknown revision for STM32MP257x-DK Warning.png and STM32MP257x-EV1 More info green.png

  • Download and install the STM32MP2 image (binaries):

The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here.

STM32MP2 Starter Package image - STM32MP2-Ecosystem-v5.0.2 BETA release
Download
Installation
$ cd <working directory path>/Starter-Package
  • Download the tarball file in this directory
  • Uncompress the tarball file to get the binaries for the different partitions of the image, and the Flash layout files:
$ tar xvf unknown revision
Release note

Details of the content of this software package are available in the associated STM32 MPU OpenSTLinux release note.
Archive box.png If you are interested in older releases, please have a look into the section Archives

  • The binaries and the Flash layout files are in the <Starter Package installation directory>/unknown revision/ directory:
stm32mp2
├── arm-trusted-firmware                       TF-A binaries for FSBL partitions and supported boot chains
│   ├── metadata.bin                           Meta data binary for METADATA partition for the supported boards
│   ├── tf-a-stm32mp257f-ev1-emmc.stm32        TF-A binary for FSBL partition (eMMC boot device) for STM32MP257F-EV1 → STM32MP25 Evaluation boards
│   ├── tf-a-stm32mp257f-ev1-nor.stm32         TF-A binary for FSBL partition (NOR boot device) for STM32MP257F-EV1 → STM32MP25 Evaluation boards
│   ├── tf-a-stm32mp257f-ev1-sdcard.stm32      TF-A binary for FSBL partition (microSD card boot device) for STM32MP257F-EV1 → STM32MP25 Evaluation boards
│   ├── tf-a-stm32mp257f-ev1-uart.stm32        TF-A binary for uart serial boot mode (STM32CubeProgrammer) for STM32MP257F-EV1 → STM32MP25 Evaluation boards
│   └── tf-a-stm32mp257f-ev1-usb.stm32         TF-A binary for usb serial boot mode (STM32CubeProgrammer) for STM32MP257F-EV1 → STM32MP25 Evaluation boards
├── fip                                        FIP binaries for FIP partitions and supported boot chains
│   ├── fip-stm32mp257f-ev1-optee.bin          FIP binary for FIP partition (optee boot chain) for STM32MP257F-EV1 → STM32MP25 Evaluation boards
│   └── fip-stm32mp257f-ev1-ddr.bin            FIP ddr binary for helping to flash (STM32CubeProgrammer) for STM32MP257F-EV1 → STM32MP25 Evaluation boards
├── flashlayout_st-image-weston                                 Flash layout files (description of the partitions) for the supported boot chains on supported boot devices and boards
│   ├── extensible                                              Flash layout files for microSD card boot device with no userfs partition but a rootfs partition extended to microSD card size
│   │   └── FlashLayout_sdcard_stm32mp257f-ev1-extensible.tsv   (recommended setup for package repository service) microSD card boot device with rootfs partition extended to microSD card size for STM32MP257F-EV1 → STM32MP25 Discovery kits
│   └── optee                                                   Flash layout files for optee boot chain
│       ├── FlashLayout_emmc_stm32mp257f-ev1-optee.tsv          eMMC boot device for STM32MP257F-EV1 → STM32MP25 Evaluation boards
│       ├── FlashLayout_nor-sdcard_stm32mp257f-ev1-optee.tsv    NOR boot device and microSD card device for STM32MP257F-EV1 → STM32MP25 Evaluation boards
│       └── FlashLayout_sdcard_stm32mp257f-ev1-optee.tsv        microSD card boot device for STM32MP257F-EV1 → STM32MP25 Evaluation boards
├── scripts
│   └── create_sdcard_from_flashlayout.sh
├── st-image-bootfs-openstlinux-weston-stm32mp2.ext4                            Binary for bootfs partition on eMMC and microSD card devices
├── st-image-bootfs-openstlinux-weston-stm32mp2.manifest
├── st-image-userfs-openstlinux-weston-stm32mp2.ext4                            Binary for userfs partition on eMMC and microSD card devices
├── st-image-userfs-openstlinux-weston-stm32mp2.manifest
├── st-image-vendorfs-openstlinux-weston-stm32mp2.ext4                          Binary for vendorfs partition on eMMC and microSD card devices
├── st-image-vendorfs-openstlinux-weston-stm32mp2.manifest
├── st-image-weston-openstlinux-weston-stm32mp2.ext4                            Binary for rootfs partition on eMMC and microSD card devices
├── st-image-weston-openstlinux-weston-stm32mp2.license
├── st-image-weston-openstlinux-weston-stm32mp2-license_content.html            License summary for all packages needed to feed all partitions
├── st-image-weston-openstlinux-weston-stm32mp2.manifest


2. Archives Archive box.png[edit source]

This wiki is for the v5 ecosystem releases. For information about the previous ecosystem releases, go through the Wiki archives.