Skip to main content
KC_it
Associate
May 10, 2022
Solved

STM32MP157A-DK1 can run LINUX and Python code?

  • May 10, 2022
  • 2 replies
  • 1691 views

Hi everyone,

I'm new to using STM32MP1, in particular I bought a STM32MP157A-DK1 and I wanted to know if it was feasible to load Linux with the classic GUI, open a TCP-IP server and run some python code that I had already developed.

Thank you all

This topic has been closed for replies.
Best answer by Olivier GALLIEN

Hi @Community membereriani​ ,

Well, that depends what you intend by "Linux with the classic GUI".

STM32MP157A-DK1 is the version of board without embedeed DSI display.

You can have GUI using HDMI output.

STM32MP157A-DK1 is able to load and run OpenSTLinux, specific linux version wich use Weston/Wayland as GUI manager.

For sure you can open TCP-IP server and run some python code.

As you are new with STM32MP1 I recommand you to start with :

Getting started - stm32mpu

And discover what the "Starter Package" already bring for you.

Hope it help

Olivier

2 replies

Olivier GALLIEN
Olivier GALLIENBest answer
ST Technical Moderator
May 10, 2022

Hi @Community membereriani​ ,

Well, that depends what you intend by "Linux with the classic GUI".

STM32MP157A-DK1 is the version of board without embedeed DSI display.

You can have GUI using HDMI output.

STM32MP157A-DK1 is able to load and run OpenSTLinux, specific linux version wich use Weston/Wayland as GUI manager.

For sure you can open TCP-IP server and run some python code.

As you are new with STM32MP1 I recommand you to start with :

Getting started - stm32mpu

And discover what the "Starter Package" already bring for you.

Hope it help

Olivier

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.
KC_it
KC_itAuthor
Associate
May 10, 2022

Hi @Community member​ 

Thanks for the prompt reply

By "Linux with the classic GUI" I mean whether it was possible to load like GNOME or other desktop environments.

thanks for the link, today I'll give it a look.