Skip to main content
Visitor II
November 4, 2020
Question

AWS IoT C SDK Cross Compile for STM32MP1 dk2 board

  • November 4, 2020
  • 2 replies
  • 1051 views

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

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    November 4, 2020

    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

    Visitor II
    November 6, 2020

    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