Registered User mNo edit summary |
Registered User mNo edit summary |
||
Line 4: | Line 4: | ||
==Install STM32Cube MP1 package== | ==Install STM32Cube MP1 package== | ||
{{SoftwareLicenseAgreement | distribution=STM32CubeMP1 }} | {{SoftwareLicenseAgreement | distribution=STM32CubeMP1 }} | ||
======For {{EcosystemRelease | revision= | |||
* Download [ | ======For {{EcosystemRelease | revision=2.0.0 }}====== | ||
* Download [{{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}} STM32CubeMP1 Package v1.2.0] to the following directory:<br> '''$HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v2.0.0/Developer-Package''' | |||
* Uncompress the archive file to get the STM32CubeMP1 Package | * Uncompress the archive file to get the STM32CubeMP1 Package | ||
{{PC$}} unzip | {{PC$}} unzip {{EcosystemRelease/Package | revision=2.0.0 | package=STM32CubeMP1 | request=name}} | ||
==STM32Cube MP1 package structure== | ==STM32Cube MP1 package structure== | ||
======For {{EcosystemRelease | revision= | ======For {{EcosystemRelease | revision=2.0.0 }}====== | ||
The STM32Cube MP1 Package is located in your '''$HOME/STM32MPU_workspace/STM32MP15-Ecosystem- | The STM32Cube MP1 Package is located in your '''$HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v2.0.0/Developer-Package''' directory and is named ''{{EcosystemRelease/Package | revision=2.0.0 | package=STM32CubeMP1 | request=path}}'': | ||
{{Green| | {{Green|{{EcosystemRelease/Package | revision=2.0.0 | package=STM32CubeMP1 | request=path}}}} | ||
├── {{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 115: | Line 39: | ||
└── {{Green|Utilities}} | └── {{Green|Utilities}} | ||
└── [...] | └── [...] | ||
<noinclude> | <noinclude> |
Revision as of 15:25, 22 June 2020
1. Overview
This stage explains how to install the STM32Cube MP1 Package.
2. Install STM32Cube MP1 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.
2.1. For ecosystem release v2.0.0
- Download [unknown revision/unknown revision unknown revision STM32CubeMP1 Package v1.2.0] to the following directory:
$HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v2.0.0/Developer-Package - Uncompress the archive file to get the STM32CubeMP1 Package
unknown revisionunzip
3. STM32Cube MP1 package structure
3.1. For ecosystem release v2.0.0
The STM32Cube MP1 Package is located in your $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v2.0.0/Developer-Package directory and 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 └── [...]