Skip to main content
Visitor II
April 9, 2019
Solved

How to install mono

  • April 9, 2019
  • 2 replies
  • 1769 views

How to install mono on my STM32MP157C-DK2?

Thanks

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

    Hi,

    You have to use the STM32MP1 Distribution package and generate a new image adding OpenEmbedded meta-mono layer provided by the Yocto community.

    Here is few link that might give some hints :

    http://git.yoctoproject.org/cgit/cgit.cgi/meta-mono/about/?h=daisy

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

    https://wiki.st.com/stm32mpu/wiki/How_to_create_a_new_open_embedded_layer#Add_the_new_layer_to_your_configuration

    BR

    Olivier

    2 replies

    Technical Moderator
    April 10, 2019

    Hi,

    You have to use the STM32MP1 Distribution package and generate a new image adding OpenEmbedded meta-mono layer provided by the Yocto community.

    Here is few link that might give some hints :

    http://git.yoctoproject.org/cgit/cgit.cgi/meta-mono/about/?h=daisy

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

    https://wiki.st.com/stm32mpu/wiki/How_to_create_a_new_open_embedded_layer#Add_the_new_layer_to_your_configuration

    BR

    Olivier

    GKaziAuthor
    Visitor II
    April 17, 2019

    Thank you Oliver

    Solved