-
Notifications
You must be signed in to change notification settings - Fork 179
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
Attestation - Secure Cert, SendAttestationRequest failed (CON-1453) #1190
Comments
Chip-tool Log.txt |
What is this problem and how should it be handled? |
@ethan-jy , thanks for reporting the issue. We are looking into it. We will get back with the solution soon. |
@ethan-jy , we have identified the issue. The esp-matter-mfg-tool does not burn the private key in the |
@ethan-jy , the esp-matter-mfg-tool is now updated with the efuse related code here.
|
I've similar issue. The target device is
The device commissioning fails at verifying opcred. Device log: I (56198) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 0) status= 14
I (56198) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 0 16
I (56218) chip[EM]: >>> [E:41793r S:55050 M:88048318] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
I (56218) esp_matter_command: Received command 0x00000000 for endpoint 0x0000's cluster 0x0000003E
I (56238) chip[ZCL]: OpCreds: Received an AttestationRequest command
E (56248) chip[DMG]: Endpoint=0 Cluster=0x0000_003E Command=0x0000_0000 status 0x01 (no additional context)
E (56248) chip[ZCL]: OpCreds: Failed AttestationRequest request with IM error 0x01 (err = 201)
I (56258) chip[EM]: <<< [E:41793r S:55050 M:95743195] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
I (56278) NimBLE: GATT procedure initiated: indicate;
I (56278) NimBLE: att_handle=18
I (56348) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 0) status= 14
I (56348) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 0 16
I (56368) chip[EM]: >>> [E:41794r S:55050 M:88048319] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
I (56368) esp_matter_command: Received command 0x00000000 for endpoint 0x0000's cluster 0x00000030
I (56388) chip[FS]: GeneralCommissioning: Received ArmFailSafe (0s)
I (56398) chip[FS]: Fail-safe timer expired
I (56398) chip[EM]: <<< [E:41794r S:55050 M:95743196] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
I (56408) NimBLE: GATT procedure initiated: indicate;
I (56418) NimBLE: att_handle=18
E (56418) chip[SVR]: Failsafe timer expired
I (56418) chip[SC]: SecureSession[0x3ffc6548, LSID:55050]: State change 'kActive' --> 'kPendingEviction'
E (56428) chip[SVR]: Commissioning failed (attempt 1): 32
I (56448) chip[BLE]: Releasing end point's BLE connection back to application.
I (56448) chip[DL]: Closing BLE GATT connection (con 0)
I (56458) NimBLE: GAP procedure initiated: terminate connection; conn_handle=0 hci_reason=19 I'm using the default partition layout used in light Added the following snippet to sdkconfig.defaults
|
Describe the bug

Chip-tool debugging failed
command:
esp-matter-mfg-tool -cn meanwell -v 0xFFF2 -p 0x8001 --pai
-k /home/meanwell/espressif/esp-matter/connectedhomeip/connectedhomeip/credentials/test/attestation/Chip-Test-PAI-FFF2-8001-Key.pem
-c /home/meanwell/espressif/esp-matter/connectedhomeip/connectedhomeip/credentials/test/attestation/Chip-Test-PAI-FFF2-8001-Cert.pem
-cd /home/meanwell/espressif/esp-matter/connectedhomeip/connectedhomeip/credentials/test/certification-declaration/Chip-Test-CD-FFF2-8001.der
--dac-in-secure-cert --target esp32h2 -n 2 --product-name meanwell --hw-ver-str "1.0" --vendor-name meanwell
xxx_esp_secure_cert.bin download to 0xd000;
xxx-partition download to 0x3E0000;
DAC Provider set to Attestation - Secure Cert
CONFIG_CHIP_FACTORY_NAMESPACE_PARTITION_LABEL = fctry = 0x3E0000
Environment
ESP-Matter Commit Id:1.3
ESP-IDF Commit Id:5.3.1
SoC (eg: ESP32 or ESP32-C3):esp32h2
Device Logs (Please attach the log file):ubuntu
Uploading Chip-tool Log.txt…
Host Machine OS:
Host Machine Python version:
Commissioner app and versions if present:
Home hub app and versions if present:
Commissioner's logs if present:
Any additional details
...
The text was updated successfully, but these errors were encountered: