# Plans for STM32MP2 support in Yocto

**URL:** https://hub.mender.io/t/plans-for-stm32mp2-support-in-yocto/7908
**Category:** Yocto Project
**Tags:** yocto
**Created:** [July 21, 2025, 3:19pm UTC](https://hub.mender.io/t/plans-for-stm32mp2-support-in-yocto/7908 "2025-07-21T15:19:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Alex\_b](https://avatars.discourse-cdn.com/v4/letter/a/5f8ce5/32.png) [@Alex\_b](https://hub.mender.io/u/Alex_b)
#### Post date: [July 21, 2025, 3:19pm UTC](https://hub.mender.io/t/plans-for-stm32mp2-support-in-yocto/7908/1 "2025-07-21T15:19:57Z")

</div>

Hi everyone,

I’m interested in integrating **Mender** with the [STM32MP2](https://www.st.com/en/microcontrollers-microprocessors/stm32mp2-series.html) platform. I’m currently using the [DK](https://www.st.com/en/evaluation-tools/stm32mp257f-dk.html) development board from STMicroelectronics.

I noticed that there’s already support for **STM32MP1** , although it’s based on an older Yocto release. For STM32MP2, I’m particularly interested in support for the scarthgap release, which is the officially recommended version for this platform.

I’ve also posted a [question](https://community.st.com/t5/stm32-mpus-embedded-software-and/mender-ota-support-for-stm32mp2-platform/td-p/822121) on the ST forums regarding this, but haven’t received any response yet.

Is anyone here working on support for STM32MP2? Any plans or guidance would be greatly appreciated!

Thanks in advance!

---

<div class="post-metadata">

### Author: ![TheYoctoJester](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/theyoctojester/32/1444_2.png) [@TheYoctoJester](https://hub.mender.io/u/TheYoctoJester)
#### Post date: [July 23, 2025, 12:47pm UTC](https://hub.mender.io/t/plans-for-stm32mp2-support-in-yocto/7908/2 "2025-07-23T12:47:15Z")

</div>

Hi @Alex_b,

Thanks for reaching out! Unfortunately I neither do have the STM32MP2, nor do I know of anybody actively working on it. However I do not think that is a very complicated effort to complete a Mender board integration for it.

I assume that you are using ST’s Yocto-based distribution? [https://wiki.st.com/stm32mpu/wiki/OpenSTLinux\_distribution](https://wiki.st.com/stm32mpu/wiki/OpenSTLinux_distribution)

The existing integration on `kirkstone` ([meta-mender-community/meta-mender-st-stm32mp at kirkstone · mendersoftware/meta-mender-community · GitHub](https://github.com/mendersoftware/meta-mender-community/tree/kirkstone/meta-mender-st-stm32mp)) looks like a fairly straightforward `u-boot` configuration and boot script adjustment, along with a few Mender variable assignments in the `templates/local.conf.append` file.

My expectation is that if you have a functional build for your board and forward port/adjust the existing integration, there should not be a major showstopper, it seems to be quite the common path to take. If you give it a spin and hit any issues, we’re here to help - and hopefully add it to `meta-mender-community` later so we can help with the build testing too.

Greetz,  
Josef
