- Last edited 2 years ago ago
STM32MP1 Starter Package - images
Template:ArticleMainWriter Template:ReviewersList Template:ArticleApprovedVersion
This article provides the following information:
- How to download and install the latest image (binaries) for STM32MP1 boards
- Where to find the associated release note
- Where to find the previous releases (archives)
1 Beta1 release[edit]
- The STM32MP1 image (binaries) is delivered through one tarball file named
- FLASH-stm32mp1-boards-revb-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards revision B
- FLASH-stm32mp1-boards-revc-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards revision C
- Download and install the STM32MP1 image (binaries):
By downloading this software package, you agree to be bound to the terms of the Limited License Agreement. The detailed content licenses can be found here.
STM32MP1 Starter Package image - Beta1 release | |
---|---|
Download | |
Installation |
$ cd <working directory path>/Starter-Package
$ tar xvf FLASH-stm32mp1-boards-revb-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz OR $ tar xvf FLASH-stm32mp1-boards-revc-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz |
Release note |
Details of the content of this software package are available in the associated STM32MP15 ecosystem release note. If you are interested in older releases, please refer to the archives of the ecosystem release note. |
- The binaries and the Flash layout files are in the <Starter Package installation directory>/stm32mp1-boards-revb-openstlinux-4.14-rocko-mp1-18-11-26/images/stm32mp1-boards-revb/ or in the <Starter Package installation directory>/stm32mp1-boards-revc-openstlinux-4.14-rocko-mp1-18-11-26/images/stm32mp1-boards-revc/ directory:
stm32mp1-boards-rev[b/c] ├── flashlayout_st-image-weston Flash layout files (description of the partitions) for the supported Flash devices and boards │ ├── FlashLayout_emmc_stm32mp157c-ev1-trusted.tsv Flash layout file for eMMC and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_nand-4-256_stm32mp157c-ev1-trusted.tsv Flash layout file for NAND Flash and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_nor-emmc_stm32mp157c-ev1-trusted.tsv Flash layout file for NOR Flash (and eMMC) and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_nor-nand-4-256_stm32mp157c-ev1-trusted.tsv Flash layout file for NOR Flash (and NAND Flasdh) and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_nor-sdcard_stm32mp157c-ev1-trusted.tsv Flash layout file for NOR Flash (and microSD card) and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_sdcard_stm32mp157c-dk2-basic.tsv Flash layout file for microSD card and basic boot chain → STM32MP15 Discovery kits │ ├── FlashLayout_sdcard_stm32mp157c-dk2-trusted.tsv Flash layout file for microSD card and trusted boot chain (recommended setup) → STM32MP15 Discovery kits │ ├── FlashLayout_sdcard_stm32mp157c-ev1-basic.tsv Flash layout file for microSD card and basic boot chain → STM32MP15 Evaluation boards │ └── FlashLayout_sdcard_stm32mp157c-ev1-trusted.tsv Flash layout file for microSD card and trusted boot chain (recommended setup) → STM32MP15 Evaluation boards ├── scripts │ └── create_sdcard_from_flashlayout.sh ├── splash.bin U-Boot splash screen picture (file in BMP format with a .bin extension) for NOR Flash ├── st-image-bootfs-openstlinux-weston-stm32mp1-boards-rev[b/c].ext4 Binary for bootfs partition ├── st-image-bootfs-openstlinux-weston-stm32mp1-boards-rev[b/c].manifest ├── st-image-userfs-openstlinux-weston-stm32mp1-boards-rev[b/c].ext4 Binary for userfs partition ├── st-image-userfs-openstlinux-weston-stm32mp1-boards-rev[b/c].manifest ├── st-image-vendorfs-openstlinux-weston-stm32mp1-boards-rev[b/c].ext4 Binary for vendorfs partition ├── st-image-vendorfs-openstlinux-weston-stm32mp1-boards-rev[b/c].manifest ├── st-image-weston-openstlinux-weston-stm32mp1-boards-rev[b/c].ext4 Binary for rootfs partition ├── st-image-weston-openstlinux-weston-stm32mp1-boards-rev[b/c].license ├── st-image-weston-openstlinux-weston-stm32mp1-boards-rev[b/c]-license_content.html ├── st-image-weston-openstlinux-weston-stm32mp1-boards-rev[b/c].manifest ├── st-image-weston-openstlinux-weston-stm32mp1_nand-boards-rev[b/c]_4_256_multivolume.ubi ├── tf-a-stm32mp157c-dk2-trusted.stm32 TF-A binary for FSBL partition (trusted boot chain) → STM32MP15 Discovery kits ├── tf-a-stm32mp157c-ev1-trusted.stm32 TF-A binary for FSBL partition (trusted boot chain) → STM32MP15 Evaluation boards ├── u-boot-spl.stm32-stm32mp157c-dk2-basic U-Boot binary for FSBL partition (basic boot chain) → STM32MP15 Discovery kits ├── u-boot-spl.stm32-stm32mp157c-ev1-basic U-Boot binary for FSBL partition (basic boot chain) → STM32MP15 Evaluation boards ├── u-boot-stm32mp157c-dk2-basic.img U-Boot binary for SSBL partition (basic boot chain) → STM32MP15 Discovery kits ├── u-boot-stm32mp157c-dk2-trusted.stm32 U-Boot binary for SSBL partition (trusted boot chain) → STM32MP15 Discovery kits ├── u-boot-stm32mp157c-ev1-basic.img U-Boot binary for SSBL partition (basic boot chain) → STM32MP15 Evaluation boards └── u-boot-stm32mp157c-ev1-trusted.stm32 U-Boot binary for SSBL partition (trusted boot chain) → STM32MP15 Evaluation boards
2 Archives[edit]
2.1 Alpha2 release[edit]
- The STM32MP1 image (binaries) is delivered through a tarball file named FLASH-openstlinux-4.14-rocko-mp1-18-07-03.tar.xz
- Download and install the STM32MP1 image (binaries):
By downloading this software package, you agree to be bound to the terms of the Limited License Agreement.
STM32MP1 Starter Package image - Alpha2 release | |
---|---|
Download | |
Installation |
$ cd <working directory path>/Starter-Package
$ tar xvf FLASH-openstlinux-4.14-rocko-mp1-18-07-03.tar.xz |
Release note |
Details of the content of this software package are available in the associated STM32MP15 ecosystem release note. If you are interested in older releases, please refer to the archives of the ecosystem release note. |
- The binaries and the Flash layout files are in the <Starter Package installation directory>/openstlinux-4.14-rocko-mp1-18-07-03/images/stm32mp1/ directory:
stm32mp1 ├── flashlayout_st-image-weston Flash layout files (description of the partitions) for the supported Flash devices and boards │ ├── FlashLayout_emmc_stm32mp157c-ev1-trusted.tsv Flash layout file for eMMC and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_nand-4-256_stm32mp157c-ev1-trusted.tsv Flash layout file for NAND Flash and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_nor-emmc_stm32mp157c-ev1-trusted.tsv Flash layout file for NOR Flash (and eMMC) and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_nor-nand-4-256_stm32mp157c-ev1-trusted.tsv Flash layout file for NOR Flash (and NAND Flasdh) and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_nor-sdcard_stm32mp157c-ev1-trusted.tsv Flash layout file for NOR Flash (and microSD card) and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_sdcard_stm32mp157c-dk2-basic.tsv Flash layout file for microSD card and basic boot chain → STM32MP15 Discovery kits │ ├── FlashLayout_sdcard_stm32mp157c-dk2-trusted.tsv Flash layout file for microSD card and trusted boot chain (recommended setup) → STM32MP15 Discovery kits │ ├── FlashLayout_sdcard_stm32mp157c-ev1-basic.tsv Flash layout file for microSD card and basic boot chain → STM32MP15 Evaluation boards │ └── FlashLayout_sdcard_stm32mp157c-ev1-trusted.tsv Flash layout file for microSD card and trusted boot chain (recommended setup) → STM32MP15 Evaluation boards ├── scripts │ └── create_sdcard_from_flashlayout.sh ├── splash.bin U-Boot splash screen picture (file in BMP format with a .bin extension) for NOR Flash ├── st-image-bootfs-openstlinux-weston-stm32mp1.ext4 Binary for bootfs partition ├── st-image-bootfs-openstlinux-weston-stm32mp1.manifest ├── st-image-userfs-openstlinux-weston-stm32mp1.ext4 Binary for userfs partition ├── st-image-userfs-openstlinux-weston-stm32mp1.manifest ├── st-image-weston-openstlinux-weston-stm32mp1.ext4 Binary for rootfs partition ├── st-image-weston-openstlinux-weston-stm32mp1.license ├── st-image-weston-openstlinux-weston-stm32mp1-license_content.html ├── st-image-weston-openstlinux-weston-stm32mp1.manifest ├── st-image-weston-openstlinux-weston-stm32mp1_nand_4_256_multivolume.ubi ├── tf-a-stm32mp157c-dk2-trusted.stm32 TF-A binary for FSBL partition (trusted boot chain) → STM32MP15 Discovery kits ├── tf-a-stm32mp157c-ev1-trusted.stm32 TF-A binary for FSBL partition (trusted boot chain) → STM32MP15 Evaluation boards ├── u-boot-spl.stm32-stm32mp157c-dk2-basic U-Boot binary for FSBL partition (basic boot chain) → STM32MP15 Discovery kits ├── u-boot-spl.stm32-stm32mp157c-ev1-basic U-Boot binary for FSBL partition (basic boot chain) → STM32MP15 Evaluation boards ├── u-boot-stm32mp157c-dk2-basic.img U-Boot binary for SSBL partition (basic boot chain) → STM32MP15 Discovery kits ├── u-boot-stm32mp157c-dk2-trusted.stm32 U-Boot binary for SSBL partition (trusted boot chain) → STM32MP15 Discovery kits ├── u-boot-stm32mp157c-ev1-basic.img U-Boot binary for SSBL partition (basic boot chain) → STM32MP15 Evaluation boards └── u-boot-stm32mp157c-ev1-trusted.stm32 U-Boot binary for SSBL partition (trusted boot chain) → STM32MP15 Evaluation boards
2.2 Alpha1 release[edit]
- The STM32MP1 image (binaries) is delivered through a tarball file named FLASH-openstlinux-4.14-rocko-mp1-18-01-23.tar.xz
- Download and install the STM32MP1 image (binaries)
- By downloading this software package, you agree to be bound to the terms of the Limited License Agreement.
STM32MP1 Starter Package image - Alpha1 release | |
---|---|
Download | |
Installation |
$ cd <working directory path>/Starter-Package
$ tar xvf FLASH-openstlinux-4.14-rocko-mp1-18-01-23.tar.xz |
Release note |
Details of the content of this software package are available in the associated STM32MP15 ecosystem release note. If you are interested in older releases, please refer to the archives of the ecosystem release note. |
- The binaries and the Flash layout files are in the <Starter Package installation directory>/openstlinux-4.14-rocko-mp1-18-01-23/images/stm32mp1/ directory:
stm32mp1 ├── atf-stm32mp157c-ev1-trusted.stm32 ATF binary for FSBL partition (trusted boot chain) → STM32MP15 Evaluation boards ├── flashlayout_st-image-weston Flash layout files (description of the partitions) for the supported Flash devices and boards │ ├── FlashLayout_emmc_trusted-stm32mp157c-ev1-trusted.tsv Flash layout file for eMMC and trusted boot chain → STM32MP15 Evaluation boards │ ├── FlashLayout_sdcard_basic-stm32mp157c-ev1-basic.tsv Flash layout file for microSD card and basic boot chain → STM32MP15 Evaluation boards │ └── FlashLayout_sdcard_trusted-stm32mp157c-ev1-trusted.tsv Flash layout file for microSD card and trusted boot chain (recommended setup) → STM32MP15 Evaluation boards ├── scripts │ └── create_sdcard_from_flashlayout.sh ├── st-image-bootfs-openstlinux-weston-stm32mp1.ext4 Binary for bootfs partition ├── st-image-bootfs-openstlinux-weston-stm32mp1.manifest ├── st-image-userfs-openstlinux-weston-stm32mp1.ext4 Binary for userfs partition ├── st-image-userfs-openstlinux-weston-stm32mp1.manifest ├── st-image-weston-openstlinux-weston-stm32mp1.ext4 Binary for rootfs partition ├── st-image-weston-openstlinux-weston-stm32mp1.license ├── st-image-weston-openstlinux-weston-stm32mp1-license_content.html ├── st-image-weston-openstlinux-weston-stm32mp1.manifest ├── u-boot-basic-stm32mp157c-ev1-basic.img U-Boot binary for SSBL partition (basic boot chain) → STM32MP15 Evaluation boards ├── u-boot-spl.stm32-basic-stm32mp157c-ev1-basic U-Boot binary for FSBL partition (basic boot chain) → STM32MP15 Evaluation boards └── u-boot-trusted-stm32mp157c-ev1-trusted.stm32 U-Boot binary for SSBL partition (trusted boot chain) → STM32MP15 Evaluation boards