-
Notifications
You must be signed in to change notification settings - Fork 46
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
Matter Attestation Credentials for EFR32 failed #58
Comments
SMG version should be release_0.3.0. |
I do not have this build issue on release_0.3.0. |
Did you also test this on 0.4.0 or 1.0.0? If not, I highly recommend trying it out on 1.0.0 and check if you get a different result. |
I just test on 1.0.0. It works on the development board. But it failed on our contact sensor board. Here is the log: Building device app make: Entering directory '/home/builder/matter/silabs_examples/credentials/device/brd4186c' Flashing device app Parsing file device/brd4186c/build/debug/device-creds.s37... Building host app make: Entering directory '/home/builder/matter/silabs_examples/credentials/host/app' Creating temp dir Requesting CSR Requesting CSR (cn:'Matter dev',vid:0x1030, pid:0x9303) from '/dev/ttyACM0' as './temp/csr.pem' |
I added some debug log code in the host code, it indicates serial port can not open. |
I edited host code to set serial port speed to 115200. now it can do CSR request through ttyUSB0. excute_setup_script_on_contact_board.txt |
From the logs you provided, it seems the certificate injection was OK. That being said, if it fails at the commissioning stage it is likely the VID & PID do not match the information contained on the CD (certification declaration) or the VID doesn't match the PID (intermediate certificate) & PAA (root certificate). Do you have more details since your last post about this? Did you have other results? |
This issue has been auhtomatically marked as stale due to inactivity. It will be closed if no further activity occurs. |
This issue has been automatically closed. Thank you for your contributions. |
Description of the issue
Did Matter Attestation Credentials for EFR32 example successfully on the development through brd4186c by following this instructions. https://github.com/SiliconLabs/matter/blob/release_0.3.0/silabs_examples/credentials/README.md
But when we use the same procedures to download to the contact sensor board which has the EFR32MG24B010F1536IM48 chip. It failed at the commissioning stage.
Steps to reproduce the issue
Device type(s) and network topology
Google home apps through Nest Hub over thread network with matter contact sensor which has the EFR32MG24B010F1536IM48 chip.
Proposed solution(s)
No response
SMG version
release_0.3.0
Protocol(s)
Openthread
Hardware platform(s)
EFR32MG24B010F1536IM48
Development platform(s)
contact sensor board which has the EFR32MG24B010F1536IM48 chip to detect gpio open/close
Captured data or logs
failed_commisonsion_on_contact_sensor.txt
success_commsion_on_dev_board.txt
excute_setup_script_on_contact_board.txt
The text was updated successfully, but these errors were encountered: