Difference between revisions of "STM32MP1 Developer Package - STM32CubeMP1 Package"
[quality revision] | [unchecked revision] |
Lionel Vitte (talk | contribs)
m
|
Lionel Vitte (talk | contribs)
m
|
This article aims to give the following information:
- How to download and install the latest STM32CubeMP1 Package for the STM32 microprocessor Series
- Where to find the associated release note
- Where to find the previous releases (archives)
![]() |
To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: Category:Developer Package |
1 STM32MP15-Ecosystem-v2v3.10.0 release[edit]
- The STM32CubeMP1 Package is delivered through an archive file named unknown revision .
- Download and install the STM32CubeMP1 Package
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 STM32CubeMP1 Package - v2v3.10.0 release | |
---|---|
Download |
You need to be logged on my.st.com before accessing the following link: |
Installation |
$ cd <working directory path>/Developer-Package
$ unzip unknown revision
|
Release note |
Details about the content of the STM32CubeMP1 Package are available in the STM32Cube_FW_MP1_V2V3.10.0/Release_Notes.html file.
|
- The STM32CubeMP1 Package installation directory is in the <Developer Package installation directory> directory, and is named STM32Cube_FW_MP1_V1.2.0:
unknown revision STM32CubeMP1 Package: details in STM32CubeMP1 Package content article ├── Drivers │ ├── BSP BSP drivers for the supported STM32MP1 boards │ │ └── [...] │ ├── CMSIS │ │ └── [...] │ └── STM32MP1xx_HAL_Driver HAL drivers for the supported STM32MP1 devices │ └── [...] ├── _htmresc │ └── [...] ├── License.md ├── Middlewares │ └── [...] ├── package.xml ├── Projects │ ├── STM32CubeProjectsList.html List of examples and applications for STM32CubeMP1 Package │ ├── STM32MP157C-DK2 Set of examples and applications → STM32MP15 Discovery kits │ │ └── [...] │ └── STM32MP157C-EV1 Set of examples and applications → STM32MP15 Evaluation boards │ └── [...] ├── Readme.md ├── Release_Notes.html Release note for STM32CubeMP1 Package └── Utilities └── [...]
2 Archives
[edit]
This wiki is for the v4 ecosystem releases. For information about the previous ecosystem releases, go through the Wiki archives.
2.1 STM32MP15-Ecosystem-v2.0.0 release[edit]
- The STM32CubeMP1 Package is delivered through an archive file named unknown revision .
- Download and install the STM32CubeMP1 Package
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 [2]. 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 |
You need to be logged on my.st.com before accessing the following link:
[unknown revision /unknown revision unknown revision ]
- Go to the host PC directory in which you want to install the Developer Package (<Developer Package installation directory>); if you follow the proposition to organize the working directory, it means:
$ cd <working directory path>/Developer-Package
- Download the archive file in this directory
- Uncompress the archive file to get the STM32CubeMP1 Package:
$ unzip unknown revision
Details about the content of the STM32CubeMP1 Package are available in the STM32Cube_FW_MP1_V2.0.0/Release_Notes.html file.
If you are interested in older releases, please have a look into the section Archives.
- The STM32CubeMP1 Package installation directory is in the <Developer Package installation directory> directory, and is named STM32Cube_FW_MP1_V1.2.0:
unknown revision STM32CubeMP1 Package: details in STM32CubeMP1 Package content article ├── Drivers │ ├── BSP BSP drivers for the supported STM32MP1 boards │ │ └── [...] │ ├── CMSIS │ │ └── [...] │ └── STM32MP1xx_HAL_Driver HAL drivers for the supported STM32MP1 devices │ └── [...] ├── _htmresc │ └── [...] ├── License.md ├── Middlewares │ └── [...] ├── package.xml ├── Projects │ ├── STM32CubeProjectsList.html List of examples and applications for STM32CubeMP1 Package │ ├── STM32MP157C-DK2 Set of examples and applications → STM32MP15 Discovery kits │ │ └── [...] │ └── STM32MP157C-EV1 Set of examples and applications → STM32MP15 Evaluation boards │ └── [...] ├── Readme.md ├── Release_Notes.html Release note for STM32CubeMP1 Package └── Utilities └── [...]
<noinclude> This article aims to give the following information: * How to download and install the '''latest''' STM32CubeMP1 Package for the STM32 microprocessor Series * Where to find the associated release note * Where to find the previous releases (archives) {{Warning|To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: [[:Category:Developer Package]]}} ==STM32MP15-Ecosystem-v2.1v3.0.0 release==</noinclude> * The STM32CubeMP1 Package is delivered through an archive file named '''{{EcosystemRelease/Package | revision=2.13.0.0 | package=STM32CubeMP1 | request=name}}'''. <span id="Download"></span> * Download and install the STM32CubeMP1 Package {{SoftwareLicenseAgreement | distribution=STM32CubeMP1}}. {| class="st-table" |- ! !! style="text-align:center;"|STM32MP1 Developer Package STM32CubeMP1 Package - v2.1v3.0.0 release |- | Download || You need to be logged on ''my.st.com'' before accessing the following link: <br /> [{{EcosystemRelease/Package | revision=2.13.0.0 | package=STM32CubeMP1 | request=url}}/{{EcosystemRelease/Package | revision=2.13.0.0 | package=STM32CubeMP1 | request=name}} {{EcosystemRelease/Package | revision=2.13.0.0 | package=STM32CubeMP1 | request=name}}] |- | 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]], it means: $ cd <working directory path>/Developer-Package * Download the archive file in this directory * Uncompress the archive file to get the STM32CubeMP1 Package: $ unzip {{EcosystemRelease/Package | revision=2.13.0.0 | package=STM32CubeMP1 | request=name}} |- | Release note || Details about the content of the STM32CubeMP1 Package are available in the ''STM32Cube_FW_MP1_V2.1V3.0.0/Release_Notes.html'' file. [[File:Archive_box.png|25px|link=]] If you are interested in older releases, please have a look into the section [[STM32MP1_Developer_Package_-_STM32CubeMP1_Package#Archives|Archives]]. |} * The '''STM32CubeMP1 Package installation directory''' is in the ''<Developer Package installation directory>'' directory, and is named ''STM32Cube_FW_MP1_V1.2.0'': {{Green|{{EcosystemRelease/Package | revision=2.13.0.0 | package=STM32CubeMP1 | request=path}}}} {{Highlight|'''STM32CubeMP1 Package''': details in [[STM32CubeMP1 Package#STM32CubeMP1 Package Content|STM32CubeMP1 Package content]] article}} ├── {{Green|Drivers}} │ ├── {{Green|BSP}} {{Highlight|BSP drivers for the supported STM32MP1 boards}} │ │ └── [...] │ ├── {{Green|CMSIS}} │ │ └── [...] │ └── {{Green|STM32MP1xx_HAL_Driver}} {{Highlight|HAL drivers for the supported STM32MP1 devices}} │ └── [...] ├── {{Green|_htmresc}} │ └── [...] ├── License.md ├── {{Green|Middlewares}} │ └── [...] ├── package.xml ├── {{Green|Projects}} │ ├── STM32CubeProjectsList.html {{Highlight|List of examples and applications for STM32CubeMP1 Package}} │ ├── {{Green|STM32MP157C-DK2}} {{Highlight|Set of examples and applications → STM32MP15 Discovery kits}} │ │ └── [...] │ └── {{Green|STM32MP157C-EV1}} {{Highlight|Set of examples and applications → STM32MP15 Evaluation boards}} │ └── [...] ├── Readme.md ├── Release_Notes.html {{Highlight|Release note for STM32CubeMP1 Package}} └── {{Green|Utilities}} └── [...]<noinclude> ==Archives [[File:Archive_box.png|25px|link=]]== {{EcosystemFlow/Archives}}<div class="mw-collapsible mw-collapsed"> ===STM32MP15-Ecosystem-v2.0.0 release=== * The STM32CubeMP1 Package is delivered through an archive file named '''{{EcosystemRelease/Package | revision=2.0.0 | package=STM32CubeMP1 | request=name}}'''. <span id="Download"></span> * Download and install the STM32CubeMP1 Package {{SoftwareLicenseAgreement | distribution=STM32CubeMP1}}. {| class="st-table" |- ! !! style="text-align:center;"|STM32MP1 Developer Package STM32CubeMP1 Package - v2.0.0 release |- | Download || You need to be logged on ''my.st.com'' before accessing the following link: <br /> [{{EcosystemRelease/Package | revision=2.0.0 | package=STM32CubeMP1 | request=url}}/{{EcosystemRelease/Package | revision=2.0.0 | package=STM32CubeMP1 | request=name}} {{EcosystemRelease/Package | revision=2.0.0 | package=STM32CubeMP1 | request=name}}] |- | 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]], it means: $ cd <working directory path>/Developer-Package * Download the archive file in this directory * Uncompress the archive file to get the STM32CubeMP1 Package: $ unzip {{EcosystemRelease/Package | revision=2.0.0 | package=STM32CubeMP1 | request=name}} |- | Release note || Details about the content of the STM32CubeMP1 Package are available in the ''STM32Cube_FW_MP1_V2.0.0/Release_Notes.html'' file. [[File:Archive_box.png|25px|link=]] If you are interested in older releases, please have a look into the section [[STM32MP1_Developer_Package_-_STM32CubeMP1_Package#Archives|Archives]]. |} * The '''STM32CubeMP1 Package installation directory''' is in the ''<Developer Package installation directory>'' directory, and is named ''STM32Cube_FW_MP1_V1.2.0'': {{Green|{{EcosystemRelease/Package | revision=2.0.0 | package=STM32CubeMP1 | request=path}}}} {{Highlight|'''STM32CubeMP1 Package''': details in [[STM32CubeMP1 Package#STM32CubeMP1 Package Content|STM32CubeMP1 Package content]] article}} ├── {{Green|Drivers}} │ ├── {{Green|BSP}} {{Highlight|BSP drivers for the supported STM32MP1 boards}} │ │ └── [...] │ ├── {{Green|CMSIS}} │ │ └── [...] │ └── {{Green|STM32MP1xx_HAL_Driver}} {{Highlight|HAL drivers for the supported STM32MP1 devices}} │ └── [...] ├── {{Green|_htmresc}} │ └── [...] ├── License.md ├── {{Green|Middlewares}} │ └── [...] ├── package.xml ├── {{Green|Projects}} │ ├── STM32CubeProjectsList.html {{Highlight|List of examples and applications for STM32CubeMP1 Package}} │ ├── {{Green|STM32MP157C-DK2}} {{Highlight|Set of examples and applications → STM32MP15 Discovery kits}} │ │ └── [...] │ └── {{Green|STM32MP157C-EV1}} {{Highlight|Set of examples and applications → STM32MP15 Evaluation boards}} │ └── [...] ├── Readme.md ├── Release_Notes.html {{Highlight|Release note for STM32CubeMP1 Package}} └── {{Green|Utilities}} └── [...] {{<div class="mw-collapsible-content"> {{NoIndex}} [[Category:Sub-articles]] {{PublicationRequestId | 7987 | 2018-06-27 | AlainF}} {{UpdateNeededForNewRelease| * Copy the current release (first chapter) in the "Archives" chapter * Make the following modifications in this copy: ** Change the "Download" span id to "Download <name of the old release>" (example: "Download STM32MP15-Ecosystem-v1.0.0 release") * Make the following modifications in the first chapter ** Change the name of the archive file ** Change the download URLs ** Change the link to the release note ** Change the path and the description of the installation directory }}</noinclude>
Line 7: | Line 7: | ||
{{Warning|To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: [[:Category:Developer Package]]}} |
{{Warning|To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: [[:Category:Developer Package]]}} |
||
− | ==STM32MP15-Ecosystem- |
+ | ==STM32MP15-Ecosystem-v3.0.0 release== |
</noinclude> |
</noinclude> |
||
− | * The STM32CubeMP1 Package is delivered through an archive file named '''{{EcosystemRelease/Package | revision= |
+ | * The STM32CubeMP1 Package is delivered through an archive file named '''{{EcosystemRelease/Package | revision=3.0.0 | package=STM32CubeMP1 | request=name}}'''. |
<span id="Download"></span> |
<span id="Download"></span> |
||
Line 16: | Line 16: | ||
{| class="st-table" |
{| class="st-table" |
||
|- |
|- |
||
− | ! !! style="text-align:center;"|STM32MP1 Developer Package STM32CubeMP1 Package - |
+ | ! !! style="text-align:center;"|STM32MP1 Developer Package STM32CubeMP1 Package - v3.0.0 release |
|- |
|- |
||
| Download || |
| Download || |
||
You need to be logged on ''my.st.com'' before accessing the following link: <br /> |
You need to be logged on ''my.st.com'' before accessing the following link: <br /> |
||
− | [{{EcosystemRelease/Package | revision= |
+ | [{{EcosystemRelease/Package | revision=3.0.0 | package=STM32CubeMP1 | request=url}}/{{EcosystemRelease/Package | revision=3.0.0 | package=STM32CubeMP1 | request=name}} {{EcosystemRelease/Package | revision=3.0.0 | package=STM32CubeMP1 | request=name}}] |
|- |
|- |
||
| Installation || |
| Installation || |
||
Line 28: | Line 28: | ||
* Uncompress the archive file to get the STM32CubeMP1 Package: |
* Uncompress the archive file to get the STM32CubeMP1 Package: |
||
− | $ unzip {{EcosystemRelease/Package | revision= |
+ | $ unzip {{EcosystemRelease/Package | revision=3.0.0 | package=STM32CubeMP1 | request=name}} |
|- |
|- |
||
| Release note || |
| Release note || |
||
− | Details about the content of the STM32CubeMP1 Package are available in the '' |
+ | Details about the content of the STM32CubeMP1 Package are available in the ''STM32Cube_FW_MP1_V3.0.0/Release_Notes.html'' file. |
[[File:Archive_box.png|25px|link=]] If you are interested in older releases, please have a look into the section [[STM32MP1_Developer_Package_-_STM32CubeMP1_Package#Archives|Archives]]. |
[[File:Archive_box.png|25px|link=]] If you are interested in older releases, please have a look into the section [[STM32MP1_Developer_Package_-_STM32CubeMP1_Package#Archives|Archives]]. |
||
Line 39: | Line 39: | ||
* The '''STM32CubeMP1 Package installation directory''' is in the ''<Developer Package installation directory>'' directory, and is named ''STM32Cube_FW_MP1_V1.2.0'': |
* The '''STM32CubeMP1 Package installation directory''' is in the ''<Developer Package installation directory>'' directory, and is named ''STM32Cube_FW_MP1_V1.2.0'': |
||
− | {{Green|{{EcosystemRelease/Package | revision= |
+ | {{Green|{{EcosystemRelease/Package | revision=3.0.0 | package=STM32CubeMP1 | request=path}}}} {{Highlight|'''STM32CubeMP1 Package''': details in [[STM32CubeMP1 Package#STM32CubeMP1 Package Content|STM32CubeMP1 Package content]] article}} |
├── {{Green|Drivers}} |
├── {{Green|Drivers}} |
||
│ ├── {{Green|BSP}} {{Highlight|BSP drivers for the supported STM32MP1 boards}} |
│ ├── {{Green|BSP}} {{Highlight|BSP drivers for the supported STM32MP1 boards}} |
||
Line 68: | Line 68: | ||
{{EcosystemFlow/Archives}} |
{{EcosystemFlow/Archives}} |
||
<div class="mw-collapsible mw-collapsed"> |
<div class="mw-collapsible mw-collapsed"> |
||
− | + | <div class="mw-collapsible-content"> |
|
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{NoIndex}} |
{{NoIndex}} |