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 Antworten
1
Akzeptierte Antwort

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
beantwortet vor einem Jahr
0

Hi Nik,

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

Cheers,
Philipp

AWS
EXPERTE
beantwortet vor einem Jahr
  • 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...?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen