Registered User mNo edit summary Tag: 2017 source edit |
Registered User mNo edit summary Tag: 2017 source edit |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ApplicableFor | |||
|MPUs list=STM32MP13x, STM32MP15x | |MPUs list=STM32MP13x, STM32MP15x, STM32MP23x, STM32MP25x | ||
|MPUs checklist=STM32MP13x,STM32MP15x | |MPUs checklist=STM32MP13x, STM32MP15x, STM32MP23x, STM32MP25x | ||
}}</noinclude> | }} | ||
<noinclude></noinclude> | |||
{{ReviewsComments|-- [[User:Thomas Bourgoin|Thomas Bourgoin]] ([[User talk:Thomas Bourgoin|talk]]) 15:52, 8 November 2024 (CET)<br />Applicability field not up to date for MP25 and MP23 | |||
+See how CubeProgrammer for MP21 is supported}} | |||
[[File:STM32CubeProgrammer.png]] | [[File:STM32CubeProgrammer.png]] | ||
STM32CubeProgrammer is the '''official''' STMicroelectronics tool '''to download firmware into STMicroelectronics boards'''. | |||
==STM32CubeProgrammer - Version v2.18.0 - STM32 MPU support== | |||
===Main changes coming with new release=== | |||
* Support of {{MicroprocessorDevice | device=23}}, | |||
* Hash of (RoT Public Keys + Algorithm) hashes (256 bits, ROTPK) generation with KeyGen tool, | |||
* TF-A BL2 binary signature with stm32header V2.2 with Signing tool for STM32MP25 Rev Y, | |||
* FSBL encryption with Signing tool, | |||
* Signing services with PKCS#11, | |||
* OTP programming via CLI/GUI (using STM32PRGFW-UTIL firmware binary on target), | |||
* PMIC NVM programming via CLI/GUI (using STM32PRGFW-UTIL firmware binary on target), | |||
* STM32TrustedPackageCreator : Secrets and Backup generation for SSP. | |||
===Features already supported in previous releases=== | ===Features already supported in previous releases=== | ||
* Support of {{MicroprocessorDevice | device=13}}, | * Support of {{MicroprocessorDevice | device=13}}, | ||
* Support of {{MicroprocessorDevice | device=15}} | * Support of {{MicroprocessorDevice | device=15}}, | ||
* Support of {{MicroprocessorDevice | device=25}}, | |||
* Support of STM32CubeMP13 firmware flashing | * Support of STM32CubeMP13 firmware flashing, | ||
* ''STM32CubeProg'' installer including STM32CubeProgrammer, Keygen and Signing tools | * ''STM32CubeProg'' installer including STM32CubeProgrammer, Keygen and Signing tools, | ||
* Flash programming of SD card, ''e''•MMC, NAND, NOR images through USB and UART | * Flash programming of SD card, ''e''•MMC, NAND, NOR images through USB and UART, | ||
* Private and public key generation | * Private and public key generation, | ||
* Image signatures | * Image signatures, | ||
* | * OTP fuse management (with console and graphical interfaces), | ||
* PMIC NVM management (with console interface only). | * PMIC NVM management (with console interface only). | ||
===Main restrictions=== | ===Main restrictions=== | ||
* | * None | ||
==How to get STM32CubeProgrammer == | ==How to get STM32CubeProgrammer == | ||
Line 42: | Line 46: | ||
| colspan="2" | | | colspan="2" | | ||
* Go on [https://www.st.com/en/development-tools/stm32cubeprog.html#get-software st.com] to download the STM32CubeProgrammer software | * Go on [https://www.st.com/en/development-tools/stm32cubeprog.html#get-software st.com] to download the STM32CubeProgrammer software | ||
'''Version v2. | '''Version v2.18.0''' | ||
* Download the archive file on your host PC in a temporary directory | * Download the archive file on your host PC in a temporary directory | ||
* Uncompress the archive file to get the STM32CubeProgrammer installers: | * Uncompress the archive file to get the STM32CubeProgrammer installers: | ||
{{PC$}}unzip en.stm32cubeprog.zip | {{PC$}}unzip en.stm32cubeprog.zip | ||
Line 54: | Line 57: | ||
* Execute the Linux installer, which guides you through the installation process. | * Execute the Linux installer, which guides you through the installation process. | ||
<pre>$> ./SetupSTM32CubeProgrammer-2. | <pre>$> ./SetupSTM32CubeProgrammer-2.18.0.linux</pre> | ||
* The path to the STM32CubeProgrammer binary must be added to the PATH environment variable | * The path to the STM32CubeProgrammer binary must be added to the PATH environment variable | ||
** either in each Terminal program in which the STM32CubeProgrammer binary needs to be used, using the following command: | ** either in each Terminal program in which the STM32CubeProgrammer binary needs to be used, using the following command: |
Latest revision as of 11:01, 26 November 2024
STM32CubeProgrammer is the official STMicroelectronics tool to download firmware into STMicroelectronics boards.
1. STM32CubeProgrammer - Version v2.18.0 - STM32 MPU support[edit | edit source]
1.1. Main changes coming with new release[edit | edit source]
- Support of STM32MP23 unknown microprocessor device,
- Hash of (RoT Public Keys + Algorithm) hashes (256 bits, ROTPK) generation with KeyGen tool,
- TF-A BL2 binary signature with stm32header V2.2 with Signing tool for STM32MP25 Rev Y,
- FSBL encryption with Signing tool,
- Signing services with PKCS#11,
- OTP programming via CLI/GUI (using STM32PRGFW-UTIL firmware binary on target),
- PMIC NVM programming via CLI/GUI (using STM32PRGFW-UTIL firmware binary on target),
- STM32TrustedPackageCreator : Secrets and Backup generation for SSP.
1.2. Features already supported in previous releases[edit | edit source]
- Support of STM32CubeMP13 firmware flashing,
- STM32CubeProg installer including STM32CubeProgrammer, Keygen and Signing tools,
- Flash programming of SD card, e•MMC, NAND, NOR images through USB and UART,
- Private and public key generation,
- Image signatures,
- OTP fuse management (with console and graphical interfaces),
- PMIC NVM management (with console interface only).
1.3. Main restrictions[edit | edit source]
- None
2. How to get STM32CubeProgrammer[edit | edit source]
STM32CubeProgrammer for Linux® host PC | STM32CubeProgrammer for Windows® host PC | |
---|---|---|
Download |
Version v2.18.0
unzip en.stm32cubeprog.zip | |
Installation |
$> ./SetupSTM32CubeProgrammer-2.18.0.linux
$> export PATH=<my STM32CubeProgrammer install directory>/bin:$PATH
$> ln -s <my STM32CubeProgrammer install directory>/bin/STM32_Programmer_CLI /home/bin/STM32_Programmer_CLI
|
|
User manual |
| |
Detailed release note |
|