IoT GreenGrass: the latest greengrass-nucleus-latest(2.11.1) dos not support lattest IDT 4.7.0

0

I am using below cmd to install in my Device wich is installing the latest greengrass nucleus.

curl -s https://d2s8p88vqu9w66.cloudfront.net/releases/greengrass-nucleus-latest.zip > greengrass-nucleus-latest.zip && unzip greengrass-nucleus-latest.zip -d GreengrassInstaller sudo -E java -Droot="/greengrass/v2" -Dlog.store=FILE -jar ./GreengrassInstaller/lib/Greengrass.jar --aws-region eu-central-1 --thing-name TeraGreengrass --thing-group-name GreengrassQuickStartGroup --component-default-user ggc_user:ggc_group --provision true --setup-system-service true --deploy-dev-tools true

But when we are trying to validate the device using IDT version devicetester_greengrass_v2_4.7.0_testsuite_2.5.0_win , it throws a version-compatible issue.

Host : window Device: ubuntu aarch64

Now I want to downgrade the Greengrass-nucleus to 2.11.0 wich is supported by IDT tool. I have already attempted several processes but have not achieved any results. Your assistance would be greatly appreciated. Thank you in advance.

已提問 7 個月前檢視次數 202 次
1 個回答
1

Hello Kamalnath,

For new Greengrass Nucleus releases, IDT is currently only supporting major.minor.0 versions. See here for more information.

For your case I would suggest removing and re-installing the nucleus on the device using the correct version.

curl -s https://d2s8p88vqu9w66.cloudfront.net/releases/greengrass-2.11.0.zip > greengrass-2.11.0.zip

Regards, Joseph

AWS
已回答 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南