Resolved! Boot image from the eMMC user data area partitions
Hi,I want to boot my image from the user data area partition in the eMMC of my stm32mp257f-ev1 board by disabling the eMMC hardware partitions (the mmcblk1boot0/1) in U-Boot like this: mmc partconf 1 0 0 0 Unfortunately, the ROM code can't load my ...