SiliconLabs / matter

Matter is creating more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://www.silabs.com/wireless/matter
Apache License 2.0
151 stars 45 forks source link

bash: ./scripts/examples/gn_efr32_example.sh: No such file or directory #137

Closed ifdreams closed 7 months ago

ifdreams commented 8 months ago

Description of the issue

I can't compile the project through gn_efr32_example.sh anymore.

Steps to reproduce the issue

./scripts/examples/gn_efr32_example.sh  ./examples/lighting-app/silabs/efr32/ ./out/lighting-app BRD4186C

Device type(s) and network topology

Matter over Thread

Proposed solution(s)

No response

SMG version

release_2.2.0-1.2

Protocol(s)

Thread

Hardware platform(s)

BRD4186C

Development platform(s)

MG24

Captured data or logs

matter$ ./scripts/examples/gn_efr32_example.sh ./examples/lighting-app/silabs/efr32/ ./out/lighting-app BRD4186C bash: ./scripts/examples/gn_efr32_example.sh: No such file or directory

ifdreams commented 8 months ago

gn_efr32_example.sh change gn_silabs_example.sh

silabs-sebastien commented 7 months ago

gn_efr32_example.sh change gn_silabs_example.sh

Yes, instead you should be using something like: ./scripts/examples/gn_silabs_example.sh ./examples/lighting-app/silabs ./out/light-switch-app_ICD BRD4186C and add --icd if you want an intermittently connected device.