Would AWS Greengrass be able to update raspberry pi boot files and other low level system files through OTA? Seems like we can only update files we turn into components, but how can we turn these boot files into components?
Asked
Active
Viewed 48 times
0
-
Assuming you mean greengrass v2, you can create a component that will interact with these files. Greengrass component can run any shell command you ask him. – brushtakopo Mar 13 '23 at 15:08