2023-10-11 08:39 AM - edited 2023-10-11 08:40 AM
Hello,
I am doing some programming with the STM32CubeProgrammer. The metadata is programmed as follow:
P 0x06 metadata1 Binary mmc0 0x69000 metadata.bin
The tool returns an error because the expected address is *NOT* 0x00080000. I can see this address being used in the example online. In my current situation, the address used is different. I checked the mtd partition on the target and the address is "as expected." The command "part list mmc 0" returns 0x00000348 address which is 0x69000 if you multiply by 512.
How can I make the progammer happy?
2023-10-24 07:37 PM
Mender creates a raw image and that is what I need to program via the STM32CubeProgrammer. More to come...