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 |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This article provides the following information: | This article provides the following information: | ||
Line 6: | Line 7: | ||
{{Warning|To use this package efficiently, please read the Developer Package article relative to your STM32 microprocessors Series: [[:Category:Developer Package]]}} | {{Warning|To use this package efficiently, please read the Developer Package article relative to your STM32 microprocessors Series: [[:Category:Developer Package]]}} | ||
==STM32MP15-Ecosystem-v1. | ==STM32MP15-Ecosystem-v1.2.0 release== | ||
</noinclude> | </noinclude> | ||
* The STM32MP1 U-Boot is delivered through a tarball file named | |||
**'''en.SOURCES-u-boot-stm32mp1-openstlinux-20-02-19.tar.xz''' for STM32MP157C-EV1 and STM32MP157X-DKX boards | |||
<span id="Download"></span> | |||
* Download and install the STM32MP1 U-Boot | |||
{{SoftwareLicenseAgreement | distribution=OpenSTLinux | chapter=Boot partition:}} | |||
{| class="st-table" | |||
|- | |||
! !! style="text-align:center;" |STM32MP1 Developer Package U-Boot - STM32MP15-Ecosystem-v1.2.0 release | |||
|- | |||
| Download || | |||
You need to be logged on to ''my.st.com'' before accessing the following link <br> | |||
[https://www.st.com/content/ccc/resource/technical/sw-updater/firmware2/group0/dd/ed/ea/0d/ff/65/46/d1/stm32cube_Standard_A7_BSP_components_u-boot/files/SOURCES-u-boot-stm32mp1-openstlinux-20-02-19.tar.xz/jcr:content/translations/en.SOURCES-u-boot-stm32mp1-openstlinux-20-02-19.tar.xz en.SOURCES-u-boot-stm32mp1-openstlinux-20-02-19.tar.xz]<br> | |||
|- | |||
| Installation || | |||
* Go to the host PC directory in which you want to install the Developer Package (''<Developer Package installation directory>''); if you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], this means: | |||
$ 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): | |||
<pre> | |||
$ tar xvf en.SOURCES-u-boot-stm32mp1-openstlinux-20-02-19.tar.xz | |||
$ cd stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi/u-boot-stm32mp-2018.11-r0/ | |||
$ tar xvf v2018.11.tar.gz | |||
</pre> | |||
|- | |||
| Release note || | |||
Details of the content of the U-Boot are available in the '''associated''' [[STM32MP15 OpenSTLinux release note - v1.2.0|STM32MP15 OpenSTLinux release note]]. | |||
[[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]]. | |||
|} | |||
* The '''U-Boot installation directory''' is in the ''<Developer Package installation directory>/stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi'' directory, and is named ''u-boot-stm32mp-<U-Boot version>'': | |||
{{Green|u-boot-stm32mp-2018.11-r0}} {{Highlight|'''U-Boot installation directory'''}} | |||
├── [*].patch {{Highlight|ST patches to apply during the U-Boot preparation (see next chapter)}} | |||
├── {{Green|u-boot-2018.11}} {{Highlight|'''U-Boot source code directory'''}} | |||
├── Makefile.sdk {{Highlight|Makefile for the U-Boot compilation}} | |||
├── README.HOW_TO.txt {{Highlight|Helper file for U-Boot management: '''reference''' for U-Boot build}} | |||
├── series {{Highlight|List of all ST patches to apply}} | |||
└── v2018.11.tar.gz {{Highlight|Tarball file of the U-Boot source code}} | |||
<noinclude> | |||
==Archives [[File:Archive_box.png|25px|link=]]== | |||
<div class="mw-collapsible mw-collapsed"> | |||
===STM32MP15-Ecosystem-v1.1.0 release=== | |||
<div class="mw-collapsible-content"> | |||
* The STM32MP1 U-Boot is delivered through a tarball file named | * 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 | **'''en.SOURCES-u-boot-openstlinux-4.19-thud-mp1-19-10-09.tar.xz''' for STM32MP157C-EV1 and STM32MP157X-DKX boards | ||
Line 49: | Line 98: | ||
├── series {{Highlight|List of all ST patches to apply}} | ├── series {{Highlight|List of all ST patches to apply}} | ||
└── v2018.11.tar.gz {{Highlight|Tarball file of the U-Boot source code}} | └── v2018.11.tar.gz {{Highlight|Tarball file of the U-Boot source code}} | ||
< | </div></div> | ||
<div class="mw-collapsible mw-collapsed"> | <div class="mw-collapsible mw-collapsed"> | ||
===STM32MP15-Ecosystem-v1.0.0 release=== | ===STM32MP15-Ecosystem-v1.0.0 release=== |
Latest revision as of 16:21, 11 March 2020
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.2.0 release[edit source]
- The STM32MP1 U-Boot is delivered through a tarball file named
- en.SOURCES-u-boot-stm32mp1-openstlinux-20-02-19.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX 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-v1.2.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-20-02-19.tar.xz
$ cd stm32mp1-openstlinux-20-02-19/sources/arm-ostl-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-20-02-19/sources/arm-ostl-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
[edit source]
Expand
2.1. STM32MP15-Ecosystem-v1.1.0 release[edit source]
Expand
2.2. STM32MP15-Ecosystem-v1.0.0 release[edit source]