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 回答
1
已接受的回答

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
已回答 1 年前
0

Hi Nik,

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

Cheers,
Philipp

AWS
专家
已回答 1 年前
  • 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...?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则