Registered User mNo edit summary Tag: 2017 source edit |
Registered User mNo edit summary Tag: 2017 source edit |
||
(One intermediate revision by one other user not shown) | |||
Line 25: | Line 25: | ||
|- | |- | ||
| Download || | | Download || | ||
* <section begin=Download /> | * <section begin=Download /> Go on [https://www.st.com/en/embedded-software/stm32mp2dev.html#get-software st.com] to download | ||
** '''{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK package | request=name}}''' file for x86_64 host architecture | ** '''{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK package | request=name}}''' file for x86_64 host architecture | ||
** '''{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 package | request=name}}''' file for arm64 host architecture<section end=Download /></br> | ** '''{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 package | request=name}}''' file for arm64 host architecture<section end=Download /></br> | ||
|- | |- | ||
| rowspan="2" | Installation | | rowspan="2" | Installation | ||
| For '''x86_64''' host architecture | |style="max-width:70em;"| For '''x86_64''' host architecture | ||
* Uncompress the tarball file to get the SDK installation script. | * Uncompress the tarball file to get the SDK installation script. | ||
Line 37: | Line 37: | ||
* If needed, change the permissions on the SDK installation script so that it is executable. | * If needed, change the permissions on the SDK installation script so that it is executable. | ||
{{PC$}}chmod +x {{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK installation script | request=path}}/{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK installation script | request=name}} | {{PC$}}chmod +x {{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK installation script | request=path}}/{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK installation script | request=name}} | ||
* Run the SDK installation script. | * Run the SDK installation script. | ||
** Use the ''-d <SDK installation directory absolute path>'' option to specify the absolute path to the directory in which you want to install the SDK (''<SDK installation directory>''). | ** Use the ''-d <SDK installation directory absolute path>'' option to specify the absolute path to the directory in which you want to install the SDK (''<SDK installation directory>''). | ||
** If you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], it means: | ** If you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], it means: | ||
{{PC$}}./{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK installation script | request=path}}/{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK installation script | request=name}} -d <working directory absolute path>/Developer-Package/SDK | {{PC$}}./{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK installation script | request=path}}/{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK installation script | request=name}} -d <working directory absolute path>/Developer-Package/SDK | ||
:* A successful installation outputs the following log: | :* A successful installation outputs the following log: | ||
ST OpenSTLinux - Weston - (A Yocto Project Based Distro) SDK installer version {{EcosystemRelease/Component | revision=5.1.0 | component=OS version |name=tag}} | ST OpenSTLinux - Weston - (A Yocto Project Based Distro) SDK installer version {{EcosystemRelease/Component | revision=5.1.0 | component=OS version |name=tag}} | ||
=================================================================================================================================== | =================================================================================================================================== | ||
Line 59: | Line 59: | ||
Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. | Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. | ||
$ . <working directory absolute path>/Developer-Package/SDK/environment-setup-cortexa35-ostl-linux | $ . <working directory absolute path>/Developer-Package/SDK/environment-setup-cortexa35-ostl-linux | ||
|- | |- | ||
| <div class="mw-collapsible mw-collapsed"> | | style="max-width:70em;"| <div class="mw-collapsible mw-collapsed"> | ||
For '''arm64''' host architecture | For '''arm64''' host architecture | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
Line 67: | Line 67: | ||
* If needed, change the permissions on the SDK installation script so that it is executable. | * If needed, change the permissions on the SDK installation script so that it is executable. | ||
{{PC$}}chmod +x {{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 installation script | request=path}}/{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 installation script | request=name}} | {{PC$}}chmod +x {{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 installation script | request=path}}/{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 installation script | request=name}} | ||
* Run the SDK installation script. | * Run the SDK installation script. | ||
** Use the ''-d <SDK installation directory absolute path>'' option to specify the absolute path to the directory in which you want to install the SDK (''<SDK installation directory>''). | ** Use the ''-d <SDK installation directory absolute path>'' option to specify the absolute path to the directory in which you want to install the SDK (''<SDK installation directory>''). | ||
** If you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], it means: | ** If you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], it means: | ||
{{PC$}}./{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 installation script | request=path}}/{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 installation script | request=name}} -d <working directory absolute path>/Developer-Package/SDK | {{PC$}}./{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 installation script | request=path}}/{{EcosystemRelease/Package | revision=5.1.0 | device =MP2 | package=SDK-arm64 installation script | request=name}} -d <working directory absolute path>/Developer-Package/SDK | ||
:* A successful installation outputs the following log: | :* A successful installation outputs the following log: | ||
ST OpenSTLinux - Weston - (A Yocto Project Based Distro) SDK installer version {{EcosystemRelease/Component | revision=5.1.0 | component=OS version |name=tag}} | ST OpenSTLinux - Weston - (A Yocto Project Based Distro) SDK installer version {{EcosystemRelease/Component | revision=5.1.0 | component=OS version |name=tag}} | ||
=================================================================================================================================== | =================================================================================================================================== | ||
Line 89: | Line 85: | ||
Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. | Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. | ||
$ . <working directory absolute path>/Developer-Package/SDK/environment-setup-cortexa35-ostl-linux | $ . <working directory absolute path>/Developer-Package/SDK/environment-setup-cortexa35-ostl-linux | ||
</div></div> | </div></div> | ||
|- | |- | ||
| Release note || | | Release note || | ||
Details about the content of the SDK are available in the '''associated''' [[ | Details about the content of the SDK are available in the '''associated''' [[STM32 MPU ecosystem release note]]. | ||
[[File:Archive_box.png|25px|link=]] If you are interested in older releases, | [[File:Archive_box.png|25px|link=]] If you are interested in older releases, have a look into the section [[STM32MP2_Developer_Package_-_SDK#Archives|Archives]]. | ||
|} | |} | ||
Latest revision as of 17:01, 16 July 2024
This article aims to give the following information:
- How to download and install the latest SDK for the STM32 microprocessor series.
- Where to find the associated release note.
- Where to find the previous releases (archives).
1. STM32MPU-Ecosystem-v5.1.0 release[edit | edit source]
The STM32MP2 SDK is delivered through two tarball file named :
- en.sdk-x86_64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26.tar.gz for x86_64 host architecture
- en.sdk-aarch64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26.tar.gz for arm64 host architecture
Download and install the STM32MP2 SDK. The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here.
STM32MP2 Developer Package SDK - STM32MP2-Ecosystem-v5.1.0 release | |
---|---|
Download |
|
Installation | For x86_64 host architecture
tar xvf en.sdk-x86_64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26.tar.gz
chmod +x stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26/sdk/st-image-weston-openstlinux-weston-stm32mp2-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26.sh
SDK./stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26/sdk/st-image-weston-openstlinux-weston-stm32mp2-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26.sh -d <working directory absolute path>/Developer-Package/
Yocto Project Based Distro) SDK installer version unknown revision =================================================================================================================================== You are about to install the SDK to "<working directory absolute path>/Developer-Package/SDK". Proceed [Y/n]? Extracting SDK.........................................................................................................................................................................................................................done Setting it up...done SDK has been successfully set up and is ready to be used. Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. $ . <working directory absolute path>/Developer-Package/SDK/environment-setup-cortexa35-ostl-linuxST OpenSTLinux - Weston - (A |
Expand
For arm64 host architecture | |
Release note |
Details about the content of the SDK are available in the associated STM32 MPU ecosystem release note.
|
<SDK installation directory> SDK for OpenSTLinux distribution: details in Standard SDK directory structure article ├── environment-setup-cortexa35-ostl-linux Environment setup script for Developer Package ├── site-config-cortexa35-ostl-linux ├── sysroots │ ├── cortexa35-ostl-linux Target sysroot (libraries, headers, and symbols) │ │ └── [...] │ └── x86_64-ostl_sdk-linux Native sysroot (libraries, headers, and symbols) │ └── [...] └── version-cortexa35-ostl-linux
For arm64 host architecture
2. Archives
[edit | edit source]
This wiki is for the v5 ecosystem releases. For information about the previous ecosystem releases, go through the Wiki archives.