Skip to main content
Associate II
December 30, 2024
Solved

No stm32mp157f-dk2 device tree in github

  • December 30, 2024
  • 3 replies
  • 1131 views

Hi all,

Does anybody knows why there is no stm32mp157f-dk2 device tree for https://github.com/STMicroelectronics/u-boot/tree/v2025.01-rc4?

 

make ARCH=arm stm32mp15_defconfig
make DEVICE_TREE=stm32mp157f-dk2

 

Following commands work with stm32mp157c-dk2 but thats not the board I am using

Regards

Best answer by PatrickF

Hi @anpa 

You should use https://github.com/STMicroelectronics/u-boot/tree/v2023.10-stm32mp-r1

which is the tag for latest STM32MPU ecosystem v6.x

Reference: https://wiki.st.com/stm32mpu/wiki/STM32_MPU_ecosystem_release_note#Main_information

Regards

3 replies

PatrickF
PatrickFBest answer
Technical Moderator
January 2, 2025
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.NEW ! Sidekick STM32 AI agent, see here
anpaAuthor
Associate II
January 3, 2025

Hi PatrickF,

 

Thx, but isnt it confusing that master (as of 88bd5701efd also later tags) doesnt have it?

 

Regards,

anpa

Christophe Guibout
ST Employee
January 3, 2025

Hello @anpa,

I agree it's confusing : I forwarded the point to the guys in charge of u-boot upstream.

BR,

Christophe

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.
Christophe Guibout
ST Employee
January 6, 2025

Hello @anpa,

Some actions have been taken to upstream 157f boards (ev1 and dk2), but I can't tell you on which tag it will be merged.

The recommandation is to use stm32mp branches provided through ecosystem releases where all non-yet-upstreamed patches are already there.

BR,

Christophe

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.
anpaAuthor
Associate II
January 7, 2025

Hi Cristophe,

 

Thx for update.

 

Regards