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.
This article aims to give the following information:
- How to download and install the latest OpenSTLinux distribution for the STM32 microprocessors Series
- Where to find the associated release note
- Where to find the previous releases (archives)
1. STM32MP13-Ecosystem-v3.1.0.ALPHA release for STM32MP13x lines
↑
- The STM32MP1 OpenSTLinux distribution is delivered through a manifest repository location and a manifest revision (openstlinux-5.10-dunfell-mp13-21-11-30).
- The installation relies on the repo command. In case the Repo tool (a Google-built repository management tool that runs on top of git) is not yet installed and configured on the host PC, refer to the PC prerequisites article.
- The OpenSTLinux distribution is massively using open source software (OSS) packages that are downloaded from a variety of open source repositories; so it is required that the IT infrastructure proxies do not forbid such accesses. If some proxy-related issues are suspected, refer to the How to avoid proxy issues article.
- Install the STM32MP1 OpenSTLinux distribution
- The OpenSTLinux distribution installation directory is in the <Distribution Package installation directory>, and is named openstlinux-5.10-dunfell-mp13-21-11-30:
openstlinux-5.10-dunfell-mp13-21-11-30 OpenSTLinux distribution
├── layers
│ ├── meta-openembedded Collection of layers for the OpenEmbedded-Core universe (OpenEmbedded standard)
│ ├── meta-qt5 QT5 layer for OpenEmbedded (standard)
│ ├── meta-st
│ │ ├── meta-st-openstlinux STMicroelectronics layer that contains the frameworks and images settings for the OpenSTLinux distribution
│ │ ├── meta-st-stm32mp STMicroelectronics layer that contains the description of the BSP for the STM32 MPU devices
│ │ │ ├── recipes-bsp
│ │ │ │ ├── alsa Recipes for ALSA control configuration
│ │ │ │ ├── drivers Recipes for Vivante GCNANO GPU kernel drivers
│ │ │ │ ├── trusted-firmware-a Recipes for TF-A
│ │ │ │ └── u-boot Recipes for U-Boot
│ │ │ ├── recipes-extended
│ │ │ │ ├── linux-examples Recipes for Linux examples for STM32 MPU devices
│ │ │ │ ├── m4coredump Recipes for script to manage coredump of cortexM4 (for STM32MP15x lines
lines)
│ │ │ │ └── m4projects Recipes for firmware examples for Cortex M4 (for STM32MP15x lines
lines)
│ │ │ ├── recipes-graphics
│ │ │ │ ├── gcnano-userland Recipes for Vivante libraries OpenGL ES, OpenVG and EGL (multi backend)
│ │ │ │ └── [...]
│ │ │ ├── recipes-kernel
│ │ │ │ ├── linux Recipes for Linux kernel
│ │ │ │ └── linux-firmware Recipes for Linux firmwares (example, Bluetooth firmware)
│ │ │ ├── recipes-security
│ │ │ │ └── optee Recipes for OPTEE
│ │ │ ├── recipes-st
│ │ │ │ └── images Recipes for the bootfs and userfs partitions binaries
│ │ │ └── [...]
│ │ ├── meta-st-stm32mp-addons STMicroelectronics layer that helps managing the STM32CubeMX integration
│ │ └── scripts
│ │ ├── envsetup.sh Environment setup script for Distribution Package
│ │ └── [...]
│ └── openembedded-core Core metadata for current versions of OpenEmbedded (standard)
2. Archives
↑
This wiki is for the v3 ecosystem releases. For information about the previous ecosystem releases, please go through the Wiki archives.
Expand
2.1. STM32MP15-Ecosystem-v3.1.0 release for STM32MP15x lines
↑
- The STM32MP1 OpenSTLinux distribution is delivered through a manifest repository location and a manifest revision (openstlinux-5.10-dunfell-mp1-21-11-17).
- The installation relies on the repo command. In case the Repo tool (a Google-built repository management tool that runs on top of git) is not yet installed and configured on the host PC, refer to the PC prerequisites article.
- The OpenSTLinux distribution is massively using open source software (OSS) packages that are downloaded from a variety of open source repositories; so it is required that the IT infrastructure proxies do not forbid such accesses. If some proxy-related issues are suspected, refer to the How to avoid proxy issues article.
- Install the STM32MP1 OpenSTLinux distribution
- The OpenSTLinux distribution installation directory is in the <Distribution Package installation directory>, and is named openstlinux-5.10-dunfell-mp1-21-11-17:
openstlinux-5.10-dunfell-mp1-21-11-17 OpenSTLinux distribution
├── layers
│ ├── meta-openembedded Collection of layers for the OpenEmbedded-Core universe (OpenEmbedded standard)
│ ├── meta-qt5 QT5 layer for OpenEmbedded (standard)
│ ├── meta-st
│ │ ├── meta-st-openstlinux STMicroelectronics layer that contains the frameworks and images settings for the OpenSTLinux distribution
│ │ ├── meta-st-stm32mp STMicroelectronics layer that contains the description of the BSP for the STM32 MPU devices
│ │ │ ├── recipes-bsp
│ │ │ │ ├── alsa Recipes for ALSA control configuration
│ │ │ │ ├── drivers Recipes for Vivante GCNANO GPU kernel drivers
│ │ │ │ ├── trusted-firmware-a Recipes for TF-A
│ │ │ │ └── u-boot Recipes for U-Boot
│ │ │ ├── recipes-extended
│ │ │ │ ├── linux-examples Recipes for Linux examples for STM32 MPU devices
│ │ │ │ ├── m4coredump Recipes for script to manage coredump of cortexM4
│ │ │ │ └── m4projects Recipes for firmware examples for Cortex M4
│ │ │ ├── recipes-graphics
│ │ │ │ ├── gcnano-userland Recipes for Vivante libraries OpenGL ES, OpenVG and EGL (multi backend)
│ │ │ │ └── [...]
│ │ │ ├── recipes-kernel
│ │ │ │ ├── linux Recipes for Linux kernel
│ │ │ │ └── linux-firmware Recipes for Linux firmwares (example, Bluetooth firmware)
│ │ │ ├── recipes-security
│ │ │ │ └── optee Recipes for OPTEE
│ │ │ ├── recipes-st
│ │ │ │ └── images Recipes for the bootfs and userfs partitions binaries
│ │ │ └── [...]
│ │ ├── meta-st-stm32mp-addons STMicroelectronics layer that helps managing the STM32CubeMX integration
│ │ └── scripts
│ │ ├── envsetup.sh Environment setup script for Distribution Package
│ │ └── [...]
│ └── openembedded-core Core metadata for current versions of OpenEmbedded (standard)
Expand
2.2. STM32MP15-Ecosystem-v3.0.0 release for STM32MP15x lines
↑
- The STM32MP1 OpenSTLinux distribution is delivered through a manifest repository location and a manifest revision (openstlinux-5.10-dunfell-mp1-21-03-31).
- The installation relies on the repo command. In case the Repo tool (a Google-built repository management tool that runs on top of git) is not yet installed and configured on the host PC, refer to the PC prerequisites article.
- The OpenSTLinux distribution is massively using open source software (OSS) packages that are downloaded from a variety of open source repositories; so it is required that the IT infrastructure proxies do not forbid such accesses. If some proxy-related issues are suspected, refer to the How to avoid proxy issues article.
- Install the STM32MP1 OpenSTLinux distribution
- The OpenSTLinux distribution installation directory is in the <Distribution Package installation directory>, and is named openstlinux-5.10-dunfell-mp1-21-03-31:
openstlinux-5.10-dunfell-mp1-21-03-31 OpenSTLinux distribution
├── layers
│ ├── meta-openembedded Collection of layers for the OpenEmbedded-Core universe (OpenEmbedded standard)
│ ├── meta-qt5 QT5 layer for OpenEmbedded (standard)
│ ├── meta-st
│ │ ├── meta-st-openstlinux STMicroelectronics layer that contains the frameworks and images settings for the OpenSTLinux distribution
│ │ ├── meta-st-stm32mp STMicroelectronics layer that contains the description of the BSP for the STM32 MPU devices
│ │ │ ├── recipes-bsp
│ │ │ │ ├── alsa Recipes for ALSA control configuration
│ │ │ │ ├── drivers Recipes for Vivante GCNANO GPU kernel drivers
│ │ │ │ ├── trusted-firmware-a Recipes for TF-A
│ │ │ │ └── u-boot Recipes for U-Boot
│ │ │ ├── recipes-extended
│ │ │ │ ├── linux-examples Recipes for Linux examples for STM32 MPU devices
│ │ │ │ ├── m4coredump Recipes for script to manage coredump of cortexM4
│ │ │ │ └── m4projects Recipes for firmware examples for Cortex M4
│ │ │ ├── recipes-graphics
│ │ │ │ ├── gcnano-userland Recipes for Vivante libraries OpenGL ES, OpenVG and EGL (multi backend)
│ │ │ │ └── [...]
│ │ │ ├── recipes-kernel
│ │ │ │ ├── linux Recipes for Linux kernel
│ │ │ │ └── linux-firmware Recipes for Linux firmwares (example, Bluetooth firmware)
│ │ │ ├── recipes-security
│ │ │ │ └── optee Recipes for OPTEE
│ │ │ ├── recipes-st
│ │ │ │ └── images Recipes for the bootfs and userfs partitions binaries
│ │ │ └── [...]
│ │ ├── meta-st-stm32mp-addons STMicroelectronics layer that helps managing the STM32CubeMX integration
│ │ └── scripts
│ │ ├── envsetup.sh Environment setup script for Distribution Package
│ │ └── [...]
│ └── openembedded-core Core metadata for current versions of OpenEmbedded (standard)