STM32MP15 ECO 5.0.0 metadata.bin
The TF-A Makefile.sdk creates a small metadata.bin file for each type of boot (USB, SD-cARD, EMMC)
1/ How to generates this outside of Makefile.sdk ? I use this, but is only generates one file and there seems no parameter for the type of the boot device;
TF_A_METADATA_JSON=plat/st/stm32mp1/default_metadata.json
tools/fwu_gen_metadata/fwumd_tool.py jsonparse $TF_A_METADATA_JSON -b build/stm32mp1/metadata.bin
2/ Is the file the same for each device different or can it be used for SD, EMMC, USB etc.. ?
3/ is there a specification for the format of this file ?
4/ is there a tool to enumerate the entries and their values in of this file ?
