Skip to main content
Visitor II
September 17, 2021
Question

I would like to integrate azure iot sdk on my stm32mp157c board. Has anybody done that before?

  • September 17, 2021
  • 2 replies
  • 1131 views

On azure-iot-sdk-c github there are two examples on how to crosscompile:

1) https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/SDK_cross_compile_example.md

2) https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/Docker_SDK_Cross_Compile.md

Unfortunately, i cannot set the proper variables so I can't crosscompile.

Any Help?

thank you

    This topic has been closed for replies.

    2 replies

    ST Employee
    September 21, 2021

    Hello @Lmoio.1​ 

    Perhaps this wiki page may help you : https://wiki.st.com/stm32mpu/wiki/How_to_integrate_Azure_IoT_Edge_on_OpenSTLinux

    Best regards,

    --JM

    Lmoio.1Author
    Visitor II
    September 24, 2021

    hi @Jean-Marc B​ 

    I'd like to include it without building a yocto image as I'm working with just developer package. Do you think this is possible (for example through apt-get)?

    Thank you

    ST Employee
    September 24, 2021

    Hi @Lmoio.1​ 

    From the modifications I see in the wiki pages, I think it is not possible to use the Azure IoT Edge feature without rebuilding an image. Indeed, there are strong changes such as the introduction of the virtualization feature in the image and the change of the root file system size.

    Best regards,

    --JM

    Lmoio.1Author
    Visitor II
    September 24, 2021

    Thanks for the clarification.

    Lidia