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

질문됨 일 년 전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
전문가
답변함 일 년 전
  • 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?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠