Skip to main content
MToum.1
Associate II
October 11, 2023
Question

Programming Metadata on eMMC with lower address

  • October 11, 2023
  • 1 reply
  • 972 views

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?

This topic has been closed for replies.

1 reply

MToum.1
MToum.1Author
Associate II
October 25, 2023

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