How to set up the STM32cubeIDE Linux configuration for STM32MP1.
I have an STM32MP157F-DK2 board. I want to be able to build my own image from scratch and I keep hitting knowledge gaps in the how-to guides on the st wiki page.
I have tried to follow multiple guides including this one: https://wiki.st.com/stm32mpu/wiki/How_to_manage_OpenSTLinux_project_in_STM32CubeIDE
What I have done:
- I have took the default pinout from the STM32MP157F-DK2 from STM32CubeMX and generated the Device tree for that.
- I have opened the ioc file within STM32CubeIDE.
- I have setup OpenSTLinux as per the instructions in the how-to guides
Where I am stuck:
- I don't have any reference for the run or build configurations.
- I have not found any information to find the Eclipse or build artifiacts as found in the example I have linked:
What I have:
What I am looking to do, as per the guide:

