Registered User |
Registered User |
||
Line 25: | Line 25: | ||
* Uncompress the tarball file to get the SDK installation script | * Uncompress the tarball file to get the SDK installation script | ||
tar xvf {{EcosystemRelease/Package | revision=3.0.0 | package=SDK package | request=name}} | {{PC$}} tar xvf {{EcosystemRelease/Package | revision=3.0.0 | package=SDK package | request=name}} | ||
* 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 | ||
<div style="max-width:60em;"> | <div style="max-width:60em;"> | ||
$ chmod +x {{EcosystemRelease/Package | revision=3.0.0 | package=SDK installation script | request=path}}/{{EcosystemRelease/Package | revision=3.0.0 | package=SDK installation script | request=name}} | {{PC$}} chmod +x {{EcosystemRelease/Package | revision=3.0.0 | package=SDK installation script | request=path}}/{{EcosystemRelease/Package | revision=3.0.0 | package=SDK installation script | request=name}} | ||
</div> | </div> | ||
Line 36: | Line 36: | ||
** 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: | ||
<div style="max-width:60em;"> | <div style="max-width:60em;"> | ||
$ ./{{EcosystemRelease/Package | revision=3.0.0 | package=SDK installation script | request=path}}/{{EcosystemRelease/Package | revision=3.0.0 | package=SDK installation script | request=name}} -d <working directory absolute path>/Developer-Package/SDK | {{PC$}} ./{{EcosystemRelease/Package | revision=3.0.0 | package=SDK installation script | request=path}}/{{EcosystemRelease/Package | revision=3.0.0 | package=SDK installation script | request=name}} -d <working directory absolute path>/Developer-Package/SDK | ||
</div> | </div> | ||
:* A successful installation outputs the following log: | :* A successful installation outputs the following log: | ||
Line 47: | Line 47: | ||
SDK has been successfully set up and is ready to be used. | 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. | 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-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi | $> . <working directory absolute path>/Developer-Package/SDK/environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi | ||
</pre> | </pre> | ||
|- | |- |
Revision as of 18:26, 31 March 2021
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)
![]() |
To use efficiently this SDK, please go through the Developer Package article relative to your STM32 microprocessor Series: Category:Developer Package |
1. STM32MP15-Ecosystem-v3.0.0 release
- The STM32MP1 SDK is delivered through a tarball file named : unknown revision
- Download and install the STM32MP1 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 (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 SDK - STM32MP15-Ecosystem-v3.0.0 release | |
---|---|
Download |
You need to be logged on my.st.com before accessing the following link: |
Installation |
unknown revisiontar xvf
unknown revision/unknown revisionchmod +x
unknown revision/unknown revision -d <working directory absolute path>/Developer-Package/SDK./
ST OpenSTLinux - Weston - (A Yocto Project Based Distro) SDK installer version 3.1-openstlinux-5.10-dunfell-mp1-21-03-31
===========================================================================================
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-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi
|
Release note |
Details about the content of the SDK are available in the associated STM32MP15 ecosystem release note.
|
- The SDK is in the <SDK installation directory>:
<SDK installation directory> SDK for OpenSTLinux distribution: details in Standard SDK directory structure article ├── environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi Environment setup script for Developer Package ├── site-config-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi ├── sysroots │ ├── cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi Target sysroot (libraries, headers, and symbols) │ │ └── [...] │ └── x86_64-ostl_sdk-linux Native sysroot (libraries, headers, and symbols) │ └── [...] └── version-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi
2. Archives 
This wiki is for the v2 ecosystem releases. For information about the previous ecosystem releases, please go through the Wiki archives.