Skip to main content
PGros.3
Associate
November 12, 2020
Solved

How to add ModemManager and NetworkManager to the st-image-core?

  • November 12, 2020
  • 1 reply
  • 1775 views

I have an STM32MP157A-DK1 dev board and I have successfully build and flashed the st-image-core (Distribution-Package) and flashed to sdcard.

I want to add ModemManager and NetworkManager to the build.

I see that meta-oe layer appears to be included and within meta-oe is a recipes-connectivity which contains ModemManager. How can I enable this in the build?

Additionally, I don't see NetworkManager in any layers. Is thare an equivalent functionality within another package?

Thank you

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

Hi @PGros.3​ ,

NetworkManager is part of meta-networking, already present in our delivery.

So I guess following this https://wiki.st.com/stm32mpu/wiki/How_to_add_a_customer_application#Adding_an_application_already_present_in_layers

Might be suffisant.

Keep me posted

Thx

Olivier

1 reply

Olivier GALLIEN
Olivier GALLIENBest answer
Technical Moderator
November 17, 2020

Hi @PGros.3​ ,

NetworkManager is part of meta-networking, already present in our delivery.

So I guess following this https://wiki.st.com/stm32mpu/wiki/How_to_add_a_customer_application#Adding_an_application_already_present_in_layers

Might be suffisant.

Keep me posted

Thx

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.
Olivier GALLIEN
Technical Moderator
November 17, 2020

Also, since using DK1 you can directly try apt-get service to get the package on target :

https://wiki.st.com/stm32mpu/wiki/Package_repository_for_OpenSTLinux_distribution

Might be enabled on st-image-core ( not 100% sure)

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.