cancel
Showing results for 
Search instead for 
Did you mean: 

Programming Metadata on eMMC with lower address

MToum.1
Associate II

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?

1 REPLY 1
MToum.1
Associate II

Mender creates a raw image and that is what I need to program via the STM32CubeProgrammer. More to come...