Skip to main content
HHamd.1
Visitor II
February 14, 2021
Question

can i install linux on STM32H745I-DISCO ?

  • February 14, 2021
  • 1 reply
  • 3256 views

i ask if possible to install linux on my board stm32h745i-disco , if yes .... is there link or material to explain steps ?

This topic has been closed for replies.

1 reply

KnarfB
Super User
February 14, 2021

I don't think that there is a off-the-shelf solution. Current Linux kernel has support for stm32h743i-disco and stm32h743i-eval. I did it once for a F7 board, but that was more proof-of-concept than a real use case. There is no virtual memory support on MCU, and not much/all interfaces supported (display, mass storage?). I makes IMHO more sense to look at stm32mp1 if you wanna go the Linux road.