2024-05-06 11:06 AM
I am using Yocto build for stm32mp157f. I am following oe-manifest/default.xml at kirkstone · STMicroelectronics/oe-manifest (github.com).
I am able to generate a build, however, I would like to generate tf-a-stm32mp157f-dk2-trusted.stm32 and u-boot-stm32mp157f-dk2-trusted.stm32 which is not getting generated during the build.
The contents of final build are shown below:
tmp-glibc/work/stm32mp15_disco-ostl-linux-gnueabi/tf-a-stm32mp/v2.6-stm32mp-r2.1-r0/deploy-tf-a-stm32mp
├── arm-trusted-firmware
│ ├── debug
│ │ ├── debug-tf-a-stm32mp157f-dk2-sdcard.stm32
│ │ ├── debug-tf-a-stm32mp157f-dk2-uart.stm32
│ │ ├── debug-tf-a-stm32mp157f-dk2-usb.stm32
│ │ ├── tf-a-bl2-sdcard.elf
│ │ ├── tf-a-bl2-uart.elf
│ │ └── tf-a-bl2-usb.elf
│ ├── fwconfig
│ │ └── stm32mp157f-dk2-fw-config-optee.dtb
│ ├── metadata.bin
│ ├── tf-a-stm32mp157f-dk2-sdcard.stm32
│ ├── tf-a-stm32mp157f-dk2-uart.stm32
│ └── tf-a-stm32mp157f-dk2-usb.stm32
└── fip
└── fip-stm32mp157f-dk2-optee.bin
I would like to know what configuration do I need to make to generate tf-a-stm32mp157f-dk2-trusted.stm32 and u-boot-stm32mp157f-dk2-trusted.stm32.
I used below command for setting Yocto environment.
DISTRO=openstlinux-weston MACHINE=stm32mp15-disco source layers/meta-st/scripts/envsetup.sh
bitbake st-image-core
2024-05-07 11:30 AM
This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.
Regards,
Billy