Registered User |
Registered User |
||
Line 24: | Line 24: | ||
| Installation || | | 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: | * 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 {{HighlightParam|''<working directory path>''}}/Developer-Package | {{PC$}} cd {{HighlightParam|''<working directory path>''}}/Developer-Package | ||
* Download the tarball file in this directory | * 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...): | * Uncompress the tarball file to get the Linux kernel (Linux kernel source code, ST patches, ST configuration fragments...): | ||
{{PC$}} | {{PC$}} tar xvf {{EcosystemRelease/Package | revision=3.0.0 | package=Linux kernel package | request=name}} | ||
{{PC$}} | {{PC$}} cd {{EcosystemRelease/Package | revision=3.0.0 | package=Linux kernel package | request=path}} | ||
{{PC$}} | {{PC$}} tar xvf {{EcosystemRelease/Package | revision=3.0.0 | package=Linux kernel source | request=name}} | ||
|- | |- |
Revision as of 18:22, 31 March 2021
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)
![]() |
To use this package efficiently, please read the Developer Package article relative to your STM32 microprocessors Series: Category:Developer Package |
1. STM32MP15-Ecosystem-v3.0.0 release[edit source]
- The STM32MP1 Linux kernel is delivered through a tarball file named unknown revision for STM32MP157x-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.
![]() |
To download a package, it is recommended to be logged in to your "myst" account [1]. If, trying to download, you encounter a “403 error”, you could try to empty your browser cache to workaround the problem. We are working on the resolution of this problem. We apologize for this inconvenience |
STM32MP1 Developer Package Linux kernel - STM32MP15-Ecosystem-v3.0.0 release | |
---|---|
Download |
You need to be logged on to my.st.com before accessing the following link |
Installation |
<working directory path>/Developer-PackagePC $> cd
unknown revision PC $> cd unknown revision PC $> tar xvf unknown revisionPC $> tar xvf |
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-5.10-dunfell-mp1-21-03-31/sources/arm-ostl-linux-gnueabi directory, and is named linux-stm32mp-<kernel version>:
linux-stm32mp-5.10.10-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) ├── unknown revision Linux kernel source code directory ├── unknown revision 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
[edit source]
This wiki is for the v2 ecosystem releases. For information about the previous ecosystem releases, please go through the Wiki archives.