cancel
Showing results for 
Search instead for 
Did you mean: 

A framework for adding ARM Cortex M4 Applications

ANand3
Associate II

I checked out the Yocto based OpenSTLinux distribution, it has `m4projects` recipe in recipes-extended. However, I don't see an easy and modular way to add STM32CubeIDE based projects into the OpenSTLinux framework. Do you have any suggestions on it? I was thinking of developing a yocto layer or a recipe base for it.

1 REPLY 1
Olivier GALLIEN
ST Employee

Hi @ANand​ 

You can create your own layer or use <path of STM32MP1_Distribution_Package>/layers/meta-st/meta-st-stm32mp-addons/ one available in Distribution package for such purpose.

You can refer to https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_machine

Then taking exemple from `m4projects` recipe in recipes-extended or from meta layer provided in https://wiki.st.com/stm32mpu/wiki/How_to_exchange_large_data_buffers_with_the_coprocessor_-_example you should be in position to manage installation of STM32CubeIDE based project into the target.

Hope it help

Olivier

Olivier GALLIEN
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.