Registered User mNo edit summary |
Registered User mNo edit summary |
||
Line 30: | Line 30: | ||
{{PC$}} tar xvf {{EcosystemRelease/Package | revision=3.1.0 | package=Linux kernel package | request=name}} | {{PC$}} tar xvf {{EcosystemRelease/Package | revision=3.1.0 | package=Linux kernel package | request=name}} | ||
{{PC$}} cd {{EcosystemRelease/Package | revision=3.1.0 | package=Linux kernel package | request=path}} | {{PC$}} cd {{EcosystemRelease/Package | revision=3.1.0 | package=Linux kernel package | request=path}} | ||
* Follow instructions given in {{Orange|README.HOW_TO.txt}} file present in '''Linux kernel installation directory''' as detailed after | |||
|- | |- | ||
| Release note || | | Release note || | ||
Line 44: | Line 43: | ||
├── [*].patch			{{Highlight|ST patches to apply during the Linux kernel preparation (see next chapter)}} | ├── [*].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)}} | ├── fragment-[*].config		{{Highlight|ST configuration fragments to apply during the Linux kernel configuration (see next chapter)}} | ||
├── {{EcosystemRelease/Package | revision=3.1.0 | package=Linux kernel source | request=name}}	{{Highlight|Tarball file of the Linux kernel source code}} | ├── {{EcosystemRelease/Package | revision=3.1.0 | package=Linux kernel source | request=name}}	{{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}} | ├── {{Orange|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}} | ||
<noinclude> | <noinclude> | ||
Line 78: | Line 76: | ||
{{PC$}} tar xvf {{EcosystemRelease/Package | revision=3.0.0 | package=Linux kernel package | request=name}} | {{PC$}} tar xvf {{EcosystemRelease/Package | revision=3.0.0 | package=Linux kernel package | request=name}} | ||
{{PC$}} cd {{EcosystemRelease/Package | revision=3.0.0 | package=Linux kernel package | request=path}} | {{PC$}} cd {{EcosystemRelease/Package | revision=3.0.0 | package=Linux kernel package | request=path}} | ||
* Follow instructions given in {{Orange|README.HOW_TO.txt}} file present in '''Linux kernel installation directory''' as detailed after | |||
|- | |- | ||
| Release note || | | Release note || | ||
Line 92: | Line 89: | ||
├── [*].patch			{{Highlight|ST patches to apply during the Linux kernel preparation (see next chapter)}} | ├── [*].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)}} | ├── fragment-[*].config		{{Highlight|ST configuration fragments to apply during the Linux kernel configuration (see next chapter)}} | ||
├── {{EcosystemRelease/Package | revision=3.0.0 | package=Linux kernel source | request=name}}	{{Highlight|Tarball file of the Linux kernel source code}} | ├── {{EcosystemRelease/Package | revision=3.0.0 | package=Linux kernel source | request=name}}	{{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}} | ├── {{Orange|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}} | ||
<noinclude> | <noinclude> |
Latest revision as of 16:21, 25 February 2022
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-v3.1.0 release[edit source]
- The STM32MP1 Linux kernel is delivered through a tarball file named en.SOURCES-kernel-stm32mp1-openstlinux-5.10-dunfell-mp1-21-11-17.tar.xz 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.
STM32MP1 Developer Package Linux kernel - STM32MP15-Ecosystem-v3.1.0 release | |
---|---|
Download |
You need to be logged on to my.st.com before accessing the following link |
Installation |
<working directory path>/Developer-Packagecd
tar xvf en.SOURCES-kernel-stm32mp1-openstlinux-5.10-dunfell-mp1-21-11-17.tar.xz
cd stm32mp1-openstlinux-5.10-dunfell-mp1-21-11-17/sources/arm-ostl-linux-gnueabi/linux-stm32mp-5.10.61-stm32mp-r2-r0
|
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-11-17/sources/arm-ostl-linux-gnueabi directory, and is named linux-stm32mp-<kernel version>:
linux-stm32mp-5.10.61-r2 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-5.10.61.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
[edit source]
This wiki is for the v3 ecosystem releases. For information about the previous ecosystem releases, go through the Wiki archives.
2.1. STM32MP15-Ecosystem-v3.0.0 release[edit source]