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 No edit summary |
Registered User No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This article provides the following information: | This article provides the following information: | ||
* How to download and install the '''latest''' U-Boot for the STM32 microprocessor Series used | * How to download and install the '''latest''' U-Boot for the STM32 microprocessor Series used | ||
Line 25: | Line 14: | ||
* Download and install the STM32MP1 U-Boot | * Download and install the STM32MP1 U-Boot | ||
:''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 U-Boot - STM32MP15-Ecosystem-v1.1.0 release | ! !! style="text-align:center;" |STM32MP1 Developer Package U-Boot - STM32MP15-Ecosystem-v1.1.0 release | ||
|- | |- | ||
| Download || | | Download || | ||
Line 48: | Line 37: | ||
Details of the content of the U-Boot are available in the '''associated''' [[STM32MP15 OpenSTLinux release note - v1.1.0|STM32MP15 OpenSTLinux release note]]. | Details of the content of the U-Boot are available in the '''associated''' [[STM32MP15 OpenSTLinux release note - v1.1.0|STM32MP15 OpenSTLinux release note]]. | ||
If you are interested in older releases, please have a look into the section [[STM32MP1_Developer_Package_-_U-Boot#Archives|Archives]]. | [[File:Archive_box.png|25px|link=]] If you are interested in older releases, please have a look into the section [[STM32MP1_Developer_Package_-_U-Boot#Archives|Archives]]. | ||
|} | |} | ||
Line 62: | Line 51: | ||
<noinclude> | <noinclude> | ||
==Archives== | ==Archives [[File:Archive_box.png|25px|link=]]== | ||
<div class="mw-collapsible mw-collapsed"> | <div class="mw-collapsible mw-collapsed"> | ||
===STM32MP15-Ecosystem-v1.0.0 release=== | ===STM32MP15-Ecosystem-v1.0.0 release=== | ||
Line 73: | Line 62: | ||
* Download and install the STM32MP1 U-Boot | * Download and install the STM32MP1 U-Boot | ||
:''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 U-Boot - STM32MP15-Ecosystem-v1.0.0 release | ! !! style="text-align:center;" |STM32MP1 Developer Package U-Boot - STM32MP15-Ecosystem-v1.0.0 release | ||
|- | |- | ||
| Download || | | Download || | ||
Line 109: | Line 98: | ||
[[Category:Sub-articles]] | [[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> | </noinclude> |
Revision as of 15:59, 10 October 2019
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-v1.1.0 release
- The STM32MP1 U-Boot is delivered through a tarball file named
- en.SOURCES-u-boot-openstlinux-4.19-thud-mp1-19-10-09.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards
- Download and install the STM32MP1 U-Boot
- By downloading this software package, 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-v1.1.0 release | |
---|---|
Download |
You need to be logged on to my.st.com before accessing the following link |
Installation |
$ cd <working directory path>/Developer-Package
$ tar xvf en.SOURCES-u-boot-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/u-boot-stm32mp-2018.11-r0/
$ tar xvf v2018.11.tar.gz
|
Release note |
Details of the content of the U-Boot are available in the associated STM32MP15 OpenSTLinux release note.
|
- The U-Boot 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 u-boot-stm32mp-<U-Boot version>:
u-boot-stm32mp-2018.11-r0 U-Boot installation directory ├── [*].patch ST patches to apply during the U-Boot preparation (see next chapter) ├── u-boot-2018.11 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 └── v2018.11.tar.gz Tarball file of the U-Boot source code
2. Archives 
Expand
2.1. STM32MP15-Ecosystem-v1.0.0 release