Skip to main content
Associate
April 24, 2025
Solved

STM32H745i-disco uboot support or device tree

  • April 24, 2025
  • 2 replies
  • 355 views

Hi,

I'm curently working on a STM32H745i-disco and need to implement a uboot on it. It doesn't seem to be natively supported. I would like to know if there is a port on going or at least if you have somewhere the linux/uboot device tree for this board. Found it for Zephyr but not Linux / uboot.

Thanks in advance.

Best answer by jerome_lamy

After further investigation. Nothing has been done for this board.
It is nonetheless similar to the stm32h743 I'll give a try to port it, an see what's happening.

2 replies

Tesla DeLorean
Guru
April 24, 2025

>>I would like to know if there is a port on going ..

Probably not, this isn't really a suitable Linux target, perhaps look at what ucLinux is doing, or pick a board from the MPU series, ie STM32MP

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Associate
April 24, 2025

Hi thanks for the fast reply.
I said Linux because the format of the device tree is the same than u-boot. But I mostly focus on u-boot.

And I supposed that maybe ST would have a stm32h745.dtsi , a stm32h745i-disco.dts and in my biggest dreams a stm32h745i-disco-u-boot.dtsi maybe available somewhere. It has been done for the stm32h743i-disco yet.

Thanks

jerome_lamyAuthorAnswer
Associate
April 30, 2025

After further investigation. Nothing has been done for this board.
It is nonetheless similar to the stm32h743 I'll give a try to port it, an see what's happening.