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 Respuestas
1
Respuesta aceptada

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
respondido hace un año
0

Hi Nik,

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

Cheers,
Philipp

AWS
EXPERTO
respondido hace un año
  • 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...?

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas