Skip to main content
Associate II
April 5, 2025
Solved

Where to get STM32MP257F-DK source code and device tree file?

  • April 5, 2025
  • 1 reply
  • 925 views

We are developing the STM32MP257F-DK development board. We searched the development documents on the official website of ST and found the development documents of STM32MP257F-DK (https://wiki.stmicroelectronics.cn/stm32mpu/wiki/STM32MPU_Developer_Package#Installing_the_components_to_develop_software_running_on_Arm_Cortex-A_-28OpenSTLinux_distribution-29). However, there is a sentence "Go on st.com to download the STM32MP2 Developer Package, en.SOURCES-stm32mp2-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz file.". We did not find the source code download entrance of STM32MP2 in the link provided. We further found the source code of the linux kernel in github (https://github.com/STMicroelectronics/linux/tree/v6.6-stm32mp), but did not find the device tree file for the STM32MP2 series. Please let us know how to get the source code of the STM32MP257F-DK so that we can explore it and add our device driver.

Best answer by Erwan SZYMANSKI

Hello @LiamChen ,
The sources are the one provided at this link here:

ErwanSZYMANSKI_0-1744027249840.png

The device trees are present under Linux sources, at this place: <Linux_sources>/arch/arm64/boot/dts/st

Kind regards,
Erwan.

1 reply

Erwan SZYMANSKI
Erwan SZYMANSKIBest answer
Technical Moderator
April 7, 2025

Hello @LiamChen ,
The sources are the one provided at this link here:

ErwanSZYMANSKI_0-1744027249840.png

The device trees are present under Linux sources, at this place: <Linux_sources>/arch/arm64/boot/dts/st

Kind regards,
Erwan.

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.