2025-04-21 12:28 AM
Hello STM32 Community,
I’m currently working with the STM32MP135D-FK (Boyard) board and trying to build a Weston image using a custom machine configuration. I’m following the official guide: :
link: https://wiki.stmicroelectronics.cn/stm32mpu/wiki/How_to_create_your_own_machine.
After compiling with the STM32 starter package, I successfully generated the required folders and files. However, when I attempted to generate my custom image using CubeMX device tree, I encountered an issue. The generated build doesn’t contain the expected folders and files, and I received the following warning:
WARNING: st-image-weston-1.0-r0 do_create_flashlayout_config: >>> Cannot generate FlashLayout_board.tsv file: the arm-trusted-firmware/tf-a-stm32mp135f-studyproject1-mx-opteemin-program/fsbl_boot.bin is missing in the deploy folder
Could anyone assist in resolving this issue or provide guidance on how to properly include the necessary files for my custom image generation?
Thank you in advance!