STM32MP1 loading of Bkup-FWU-Metadata failed
Hello everyone,
I made a yocto based build using stm32mp1. After compiling, I followed these steps:
- I created 5 different partitions in the SD card. These are as follows.

- I uploaded the following files to the partitions I created, respectively.
- sudo dd if=arm-trusted-firmware/tf-a-stm32mp157d-dk1-sdcard.stm32 of=/dev/sdb1
- sudo dd if=arm-trusted-firmware/tf-a-stm32mp157d-dk1-sdcard.stm32 of=/dev/sdb2
- sudo dd if=fip/fip-stm32mp157d-dk1-fastboot-sdcard.bin of=/dev/sdb3
- sudo dd if=st-image-bootfs-poky-stm32mp1.ext4 of=/dev/sdb4 bs=1M
- sudo dd if=core-image-minimal-stm32mp1.ext4 of=/dev/sdb5 bs=1M
Later, when I connect to the DK1 board, I get the following error.

When I examine the Flash layout files, I think it does this because it cannot find the FWU_MDATA files. But I don't know the size of the partitions I allocated for FWU_DATA and what type they will be (Linux file system or microsoft basic data). Can you help me with this? Which partitions are missing and what should their file type/size be?
Sinceley
