Hello,I am facing an issue with flashing my MMC on STM32MP157C-DK2 board using STM32_Programmer_CLI (linux version)I have created a flash layout file like this:#opt Id Name Type Device Offset Binary
- 0x01 fsbl-boot Binary none 0x0 tf-a-loader.stm32
...
Hello,I am currently facing an issue with TFA (2.0-stm32mp-r3 from last STM32MP15 OpenSTLinux release 20-02-19) on my STM32MP157C-DK2 board, TF-A built with wiki defined flags: ARM_ARCH_MAJOR=7 ARCH=aarch32 PLAT=stm32mp1 DTB_FILE_NAME=stm32mp...
Hello Bernard,I only read the content of STM32 header in the file (with hexdump) and mapped to stm32_header structure defined in U-boot tools.May I do one remark for signing tool:I think that -t option should not be necessary if binary file already c...
Hi,Thank you for your advice !I have checked STM32 headers before and after executing STM32MP_SigningTool_CLI (v1.0.0)The field "binary_type" is erased by tool. This is the issue.binary_type (0x00000020 -> 0x00000000)STM32 Header without signature ge...