2025-10-22 3:41 AM
Hello everyone,
I’m having trouble creating a custom image for OSD32MP157C-512-IAA and OSD32MP157F-512-BAA.
When I try building the image for the 157C version using the Octavo tutorial [https://octavosystems.com/app_notes/stm32mp1-cubemx-tutorial-for-osd32mp15x/], the build fails..
I’ve tried several combinations:
-Base images for BRK and RED boards (tested with versions 3.0.0 and 3.1.0)
-Different DTS/DTSI configurations for 153C, 157C, and 157F from the minimal setup
-Compared SD card partition flags between the working stock image and mine - they match.
I’ve attached my logs and short build notes for both the C and F versions.
At this point, I’m out of ideas on what else to check or how to fix the build.
If anyone could share a complete, working guide for building and flashing a custom image for these modules, that would be extremely helpful.
Thanks in advance for your help!
Best regards,
Nenad
2025-10-23 2:07 AM
Hi @Ncage
Did you contact Octavo support ?
They are probably the best source of support at that step
Olivier
2025-10-23 4:24 AM
Hey,
We've made a few years a ago, a custom board based on osdmp157c.
At this time, it was with ST'sdk2.0, I always follow ST wiki on distrib, and it worked after a little struggle.
For your problem, we (I) don't know if you have a Yocto Issue or a Board Startup Issue.
I would advise you to start with "Starter package for DK2" and overwrite file like DTB/TFA/UBOOT/kernel step by step.
Octavo didn't provide update with latest ST SDK, its a bit sad.
Other point, I've fighted with #!%$@cking card detect on the µSD .
Uart console helps a lot debugging.
good luck
2025-10-23 4:43 AM
Hello Olivier,
Thank you for your response.
I will try to reach them.
Kind regards,
Nenad
2025-10-23 11:13 PM
Hello Eldam!
Thank you, I will try that.