2021-02-13 07:35 PM
i ask if possible to install linux on my board stm32h745i-disco , if yes .... is there link or material to explain steps ?
2021-02-14 02:42 AM
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.