Registered User No edit summary |
Registered User No edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
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''' Linux kernel for the STM32 microprocessor Series used | * How to download and install the '''latest''' Linux kernel for the STM32 microprocessor Series used | ||
Line 18: | 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 Linux kernel is delivered through a tarball file named : | |||
**'''en.SOURCES-kernel-stm32mp1-openstlinux-20-02-19.tar.xz'' for STM32MP157C-EV1 and STM32MP157X-DKX boards | |||
<span id="Download"></span> | |||
* Download and install the STM32MP1 Linux kernel | |||
{{SoftwareLicenseAgreement | distribution=OpenSTLinux | chapter=Boot partition:}} | |||
{| class="st-table" | |||
|- | |||
! !! style="text-align:center;"|STM32MP1 Developer Package Linux kernel - 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/73/ca/80/91/b4/13/45/f8/STM32cube_Standard_A7_BSP_components_kernel/files/SOURCES-kernel-stm32mp1-openstlinux-20-02-19.tar.xz/jcr:content/translations/en.SOURCES-kernel-stm32mp1-openstlinux-20-02-19.tar.xz en.SOURCES-kernel-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 Linux kernel (Linux kernel source code, ST patches, ST configuration fragments...): | |||
<pre> | |||
$ tar xvf en.SOURCES-kernel-stm32mp1-openstlinux-20-02-19.tar.xz | |||
$ cd stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi/linux-stm32mp-4.19-r0/ | |||
$ tar xvf linux-4.19.94.tar.xz | |||
</pre> | |||
|- | |||
| Release note || | |||
Details of the content of the Linux kernel 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_-_Linux_kernel#Archives|Archives]]. | |||
|} | |||
* The '''Linux kernel installation directory''' is in the ''<Developer Package installation directory>/stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi'' directory, and is named ''linux-stm32mp-<kernel version>'': | |||
{{Green|linux-stm32mp-4.19-r0}} {{Highlight|'''Linux kernel installation directory'''}} | |||
├── [*].patch {{Highlight|ST patches to apply during the Linux kernel preparation (see next chapter)}} | |||
├── fragment-[*].config {{Highlight|ST configuration fragments to apply during the Linux kernel configuration (see next chapter)}} | |||
├── {{Green|linux-4.19.94}} {{Highlight|'''Linux kernel source code directory'''}} | |||
├── linux-4.19.94.tar.xz {{Highlight|Tarball file of the Linux kernel source code}} | |||
├── README.HOW_TO.txt {{Highlight|Helper file for Linux kernel management: '''reference''' for Linux kernel build}} | |||
└── series {{Highlight|List of all ST patches to apply}} | |||
<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 Linux kernel is delivered through a tarball file named : | * The STM32MP1 Linux kernel is delivered through a tarball file named : | ||
**'''en.SOURCES-kernel-stm32mp1-openstlinux-4.19-thud-mp1-19-10-09.tar.xz''' for STM32MP157C-EV1 and STM32MP157X-DKX boards | **'''en.SOURCES-kernel-stm32mp1-openstlinux-4.19-thud-mp1-19-10-09.tar.xz''' for STM32MP157C-EV1 and STM32MP157X-DKX boards | ||
Line 26: | Line 63: | ||
* Download and install the STM32MP1 Linux kernel | * Download and install the STM32MP1 Linux kernel | ||
:''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#Kernel_partitions:|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#Kernel_partitions:|here]]''. | ||
{| class=" | {| class="st-table" | ||
|- | |- | ||
! !! STM32MP1 Developer Package Linux kernel - STM32MP15-Ecosystem-v1.1.0 release | ! !! style="text-align:center;"|STM32MP1 Developer Package Linux kernel - STM32MP15-Ecosystem-v1.1.0 release | ||
|- | |- | ||
| Download || | | Download || | ||
Line 49: | Line 86: | ||
Details of the content of the Linux kernel are available in the '''associated''' [[STM32MP15 OpenSTLinux release note - v1.1.0|STM32MP15 OpenSTLinux release note]]. | Details of the content of the Linux kernel 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_-_Linux_kernel#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_-_Linux_kernel#Archives|Archives]]. | ||
|} | |} | ||
Line 61: | Line 98: | ||
├── README.HOW_TO.txt {{Highlight|Helper file for Linux kernel management: '''reference''' for Linux kernel build}} | ├── README.HOW_TO.txt {{Highlight|Helper file for Linux kernel management: '''reference''' for Linux kernel build}} | ||
└── series {{Highlight|List of all ST patches to apply}} | └── series {{Highlight|List of all ST patches to apply}} | ||
< | </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=== | ||
Line 74: | Line 110: | ||
* Download and install the STM32MP1 Linux kernel | * Download and install the STM32MP1 Linux kernel | ||
:''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#Kernel_partitions:|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#Kernel_partitions:|here]]''. | ||
{| class=" | {| class="st-table" | ||
|- | |- | ||
! !! STM32MP1 Developer Package Linux kernel - STM32MP15-Ecosystem-v1.0.0 release | ! !! style="text-align:center;"|STM32MP1 Developer Package Linux kernel - STM32MP15-Ecosystem-v1.0.0 release | ||
|- | |- | ||
| Download || | | Download || | ||
Line 110: | Line 146: | ||
[[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> |
Latest revision as of 15:53, 11 March 2020
This article provides the following information:
- How to download and install the latest Linux kernel for the STM32 microprocessor Series used
- Where to find the associated release note
- Where to find the previous releases (archives)
1. STM32MP15-Ecosystem-v1.2.0 release
- The STM32MP1 Linux kernel is delivered through a tarball file named :
- 'en.SOURCES-kernel-stm32mp1-openstlinux-20-02-19.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards
- Download and install the STM32MP1 Linux kernel
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 Linux kernel - 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-kernel-stm32mp1-openstlinux-20-02-19.tar.xz
$ cd stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi/linux-stm32mp-4.19-r0/
$ tar xvf linux-4.19.94.tar.xz
|
Release note |
Details of the content of the Linux kernel are available in the associated STM32MP15 OpenSTLinux release note.
|
- The Linux kernel installation directory is in the <Developer Package installation directory>/stm32mp1-openstlinux-20-02-19/sources/arm-ostl-linux-gnueabi directory, and is named linux-stm32mp-<kernel version>:
linux-stm32mp-4.19-r0 Linux kernel installation directory ├── [*].patch ST patches to apply during the Linux kernel preparation (see next chapter) ├── fragment-[*].config ST configuration fragments to apply during the Linux kernel configuration (see next chapter) ├── linux-4.19.94 Linux kernel source code directory ├── linux-4.19.94.tar.xz Tarball file of the Linux kernel source code ├── README.HOW_TO.txt Helper file for Linux kernel management: reference for Linux kernel build └── series List of all ST patches to apply
2. Archives 
Expand
2.1. STM32MP15-Ecosystem-v1.1.0 release
Expand