Skip to main content
Explorer II
October 22, 2025
Question

Help with building custom image for OSD32MP157C/F

  • October 22, 2025
  • 2 replies
  • 408 views

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

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    October 23, 2025

    Hi @Ncage 

     

    Did you contact Octavo support ? 

    They are probably the best source of support at that step 

    Olivier 

    NcageAuthor
    Explorer II
    October 23, 2025

    Hello Olivier, 

    Thank you for your response. 
    I will try to reach them. 

    Kind regards, 
    Nenad

     

    Visitor II
    October 23, 2025

    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

     

    NcageAuthor
    Explorer II
    October 24, 2025

    Hello Eldam!

    Thank you, I will try that.