Skip to main content
Associate
October 22, 2025
Question

Help with building custom image for OSD32MP157C/F

  • October 22, 2025
  • 2 replies
  • 410 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

2 replies

Olivier GALLIEN
Technical Moderator
October 23, 2025

Hi @Ncage 

 

Did you contact Octavo support ? 

They are probably the best source of support at that step 

Olivier 

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
NcageAuthor
Associate
October 23, 2025

Hello Olivier, 

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

Kind regards, 
Nenad

 

Eldam
Senior
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
Associate
October 24, 2025

Hello Eldam!

Thank you, I will try that.