Last edited 9 months ago

Install STM32CubeMP1 package

Applicable for STM32MP15x lines

1 Overview[edit source]

This stage explains how to install the STM32CubeMP1 package.

2 Install STM32CubeMP1 package[edit source]

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. For ecosystem release v3.1.0 :

  • Download [unknown revision /unknown revision unknown revision ] to the following directory:
    $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v3.1.0/Developer-Package
  • Uncompress the archive file to get the STM32CubeMP1 Package
 unzip unknown revision 

For ecosystem release v3.0.0 :

  • Download [unknown revision /unknown revision unknown revision ] to the following directory:
    $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v3.0.0/Developer-Package
  • Uncompress the archive file to get the STM32CubeMP1 Package
 unzip unknown revision 

3 STM32CubeMP1 package structure[edit source]

For ecosystem release v3.1.0 :

The STM32CubeMP1 Package is located in your $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v3.1.0/Developer-Package directory. It is named unknown revision :

unknown revision 
├── 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
    └── [...]


For ecosystem release v3.0.0 :

The STM32CubeMP1 Package is located in your $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v3.0.0/Developer-Package directory. It is named unknown revision :

unknown revision 
├── 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
    └── [...]