Last edited 3 years ago

STM32MP1 Developer Package - U-Boot: Difference between revisions


Latest revision as of 16:00, 25 February 2022

This article provides the following information:

  • How to download and install the latest U-Boot for the STM32 microprocessor Series used
  • Where to find the associated release note

1. STM32MP15-Ecosystem-v3.1.0 release[edit source]

  • The STM32MP1 U-Boot 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 U-Boot

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 U-Boot - STM32MP15-Ecosystem-v3.1.0 release
Download

You need to be logged on to 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 U-Boot (U-Boot source code, ST patches and so on):
PC $> tar xvf unknown revision
PC $> cd unknown revision
  • Follow instructions given in README.HOW_TO.txt file present in U-Boot installation directory as detailed after
Release note

Details of the content of the U-Boot 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-11-17/sources/arm-ostl-linux-gnueabi directory
  • The U-Boot installation directory is named u-boot-stm32mp-<U-Boot version>:
unknown revision-r0			U-Boot installation directory
    ├── [*].patch				ST patches to apply during the U-Boot preparation (see next chapter)
    ├── unknown revision		U-Boot source code directory
    ├── Makefile.sdk				Makefile for the U-Boot compilation
    ├── README.HOW_TO.txt			Helper file for U-Boot management: reference for U-Boot build
    ├── series					List of all ST patches to apply
    └── unknown revision	Tarball file of the U-Boot source code
  • The FIP artifacts directory is named FIP_artifacts:


2. Archives Archive box.png[edit source]

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[edit source]