2025-04-10 10:34 PM - edited 2025-04-10 10:47 PM
WARNING Screenshot
Hi ST Community,
I’m working with the STM32MP135D-FK (Boyard) board and trying to build a Weston image using a custom machine configuration, following this official guide:
:link:https://wiki.stmicroelectronics.cn/stm32mpu/wiki/How_to_create_your_own_machine
I’m using OpenSTLinux (scarthgap) and everything builds fine, but I get this warning during the final step:
It says fsbl_boot.bin is missing and so the FlashLayout_board.tsv file can’t be created. The build itself completes successfully otherwise.
My questions:
How can I fix this issue and generate the missing fsbl_boot.bin?
Do I need to enable or configure something extra in trusted-firmware-a or optee-os?
Is there anything specific I need to add to my custom machine configuration for STM32MP135?
Thanks in advance for your support!