Any design using the STM32MP151 with TF-A/SP_MIN that can be loaded through USB/DFU ?
Our product has a STM23MP151D, no security features (signed stuff or fuses blown) and the same QSPI NOR as the EV1 board.
We have run the microcontroller style DDR tester (STM32DDRFW-UTIL) which took a bit of bashing to run on the 151 but did show our memory (interface) is good..
But I cannot for the life of me get TF-A to load (along with U-Boot) via USB from the STCubeProgrammer. TF-A goes in and outputs stuff on the console but it's as if though the ROM knows how to drive the USB and get this far, TF-A does not on this device.
I have had to stop TF-A concerning itself with the monotonic counter and bsec_probe(). Things I think this device does not have.
What I would really like is confirmation that some version (which ?) of https://github.com/STMicroelectronics/arm-trusted-firmware.git works on the 151 and did you have to do anything to it ? Ideally its IOC and DTS files and anything else.
The problem is that there does not appear to be a single dev board or reference design with the 151 I can compare to.
Does anybody out there use the 151 booting with TF-A SP_MIN edition then U-Boot and is willing to share their know-how ?
