cancel
Showing results for 
Search instead for 
Did you mean: 

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

Lmoio.1
Senior

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

4 REPLIES 4
Jean-Marc B
ST Employee

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.1
Senior

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

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

Thanks for the clarification.

Lidia