TFA boot failed with emmc flash
Hi, I has two custom boards. There are have same stm32mp157 ic and ddr. The difference is emmc flash, A's from micron and B is THGBMNG5D1LBAIL.
Basic chain:
The A and B are bootup success.
Trusted chain(TF-A + U-Boot)
The A is bootup success.
The B is bootup failed when TFA running. Below is failed message
NOTICE: CPU: STM32MP157AAA Rev.B
NOTICE: Model: Test Board
INFO: Reset reason (0x14):
INFO: Pad Reset from NRST
INFO: Using EMMC
INFO: Instance 2
INFO: Boot used partition fsbl1
INFO: BootROM: 252928 (0x3dc00) bytes copied from eMMC
WARNING: Failed to access image id=28 (-2)
ERROR: Partition ssbl not found
PANIC at PC : 0x2ffdb96f
Exception mode=0x00000016 at: 0x2ffda000I try to use USB or dd command in linux to write TFA and U-boot binary file into mmcblk1boot0 and /dev/mmcblk1p1 device. It's all failed.
