cancel
Showing results for 
Search instead for 
Did you mean: 

AWS IoT C SDK Cross Compile for STM32MP1 dk2 board

Hey guys....

Hope you all are doing well

I've own the STM32 mp1 dk2 board

At my host (Ubuntu 18.4 LTS), i have successful installed OpenSTLinux and SDK

I'm able to Cross Compile the "hello world" code at user space and it's working well

Now, for one of my IoT application, i need to integrate the AWS IoT c SDK

I need to Cross-compile the aws IoT C sdk for the MP1 but, i haven't found any resources regrading the same

Can anyone help me here ?

All suggestions and Comments Welcome =)

Regards,

Mahendra Sondagar

2 REPLIES 2
Olivier GALLIEN
ST Employee

Hi @Mahendra Sondagar​ ,

Did you have a look to https://wiki.st.com/stm32mpu/wiki/How_to_integrate_AWS_IoT_Greengrass ?

There is a pending update to come in order to use the freshly delivered layer in https://github.com/STMicroelectronics/meta-st-stm32mpu-app-aws

Hope it help

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.

Hey.. Thanks @Community member​ 

In my application, i don't need any Lambda or other services

I just need to send the Sensors data to aws MQTT

That's why I'm looking for the AWS IoT SDK

is there any chance to cross compile the AWS Embedded C sdk

If yes then please let me know

Thanks