Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect architecture of GG device #244

Open
QuinnCiccoretti opened this issue Aug 9, 2019 · 0 comments
Open

Detect architecture of GG device #244

QuinnCiccoretti opened this issue Aug 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@QuinnCiccoretti
Copy link

As I understand, the provisioner needs to know the architecture of the core it tries to provision because caches the appropriate greengrass binaries on your host machine. If this step is moved to template.sh.in in aws-greengrass-provisioner/src/main/resources/shell, you could use the output of arch to download the appropriate binaries on the device side, without the provisioner ever needing to know what architecture the device.

Of course, this may not be desirable in some cases, if the device has limited bandwidth or is restricted from downloading binaries from greengrass sites. In this case, you could have the detect-architecture as a default if there is no architecture specified, otherwise use cached binaries according to input.

@timmattison timmattison added the enhancement New feature or request label Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants