2023-09-04 10:30 PM - edited 2023-09-04 10:32 PM
https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/plat/stm32mp1.rst
mentions to build u-boot and optee first before TF-A:
Building u-boot raises an error:
Missing stm32mp157a-board-mx-fw-config-optee.dtb file in folder: $FIP_DEPLOYDIR_FWCONF or '$FIP_DEPLOYDIR_ROOT/arm-trusted-firmware/fwconfig'
When building TF-A it fails but it does generated this dtb. After copying the dtb to the FIP_artifact folder, and then running u-boot again , the TF-A builds as well.
Is this how it's supposed to be ?
Solved! Go to Solution.
2023-09-15 10:19 PM
given up on makefile.sdk and just use the make command.
2023-09-15 10:19 PM
given up on makefile.sdk and just use the make command.