Over the Air update feature for Raspberry PI

0

Hi,

I'm trying to implement the OTA feature to update a Linux application on Raspberry Pi3. To start with I found the below demo. https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main/demos/ota/ota_demo_core_mqtt

Does the OTA require FreeRTOS as a prerequisite? Because The raspberry Pi3 runs on raspbian OS and no support for FreeRTOS. Please guide me to implement the OTA on Raspbian OS using the Demo libraries.

Thanks, Bala

已提問 1 年前檢視次數 274 次
1 個回答
1

HI Bala,

you are correct in that the sample you looked at requires FreeRTOS. If you want to implement OTA for RaspberryPi you can follow this sample: https://github.com/aws-samples/aws-iot-jobs-full-system-update

Cheers,

Massimiliano

AWS
專家
已回答 1 年前
  • Thanks Massimiliano for sharing the details, this will be really useful for my work. Looks like it has the process to update the complete image on Raspberrypi using an agent and this agent is different from OTA agent. Can I use the same goagent for custom upgrade of any linux application running on raspberry pi over the air?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南