OTA update for raspberrypi4

0

Hello, Nik here, I want to upload and update my normal python files to raspberry pi remotely (through OTA) using Greengrass core. Can anyone tell me, How can I do this with Greengrass, or is it possible to do by using AWS Greengrass?

Thank you

2 Answers
1
Accepted Answer

Hey Nik,

Not sure what the end goal is here but on Greengrass you would have to create a component (your python files) and provide a recipe which then you would have to deploy to your core device. You can follow this tutorial on how to do it using the GDK (Greengrass Development Kit)

If you are just asking a general question regarding how to copy files over to a remote device where you have greengrass installed without creating a component, you could use tools linux provides (if you are using linux) to copy or sync files such a scp or rsync rsync tutorial

Hope this helps,

Nelson

AWS
answered a year ago
0

Hi Nik,

you can use the Systems Manager Agent component. AWS Systems Manager has a Patch Manager to automate patching.

Cheers,
Philipp

AWS
EXPERT
answered a year ago
  • Thank you Philipp, but according to me System manager agent service is used for manage the core IoT devices. Can you Please elaborate how can I deploy my python files...?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions