Skip to main content
Visitor II
November 14, 2019
Question

How to install normal debian packages on the STM32MP157C-DK2? Apt-get does not update and packages can not be found.

  • November 14, 2019
  • 1 reply
  • 774 views

Used device: STM32MP157C-DK2

I am trying to install several debian packages like dirmngr and apt-transport-https, however apt-get does not provide it. Apt-get update does not show any results, because sources.list.d is empty. I tried to dial in a path manually, but in that case apt-get update will skip every found package. Am I ment to install debian packages in a different way?

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    November 18, 2019

    Hi @Andrea Gärtner​ 

    Indeed debian package installation with apt-get is not supported on OpenSTLinux.

    You have to use Yocto to build and install new packages.

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

    Olivier