STM32MP157A-DK1 can run LINUX and Python code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-10 12:46 AM
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
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-10 12:57 AM
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 :
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-10 12:57 AM
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 :
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-10 1:07 AM
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.
