From cf36f73a480b68f782c71a116eae2a8635ac8a9c Mon Sep 17 00:00:00 2001 From: ORION_KEVLAR Date: Mon, 7 Jul 2025 17:02:38 -0400 Subject: [PATCH] Fixed broken link and removed generator firmware source code references --- sld5257-matter-provisioning/matter-provisioning.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sld5257-matter-provisioning/matter-provisioning.md b/sld5257-matter-provisioning/matter-provisioning.md index 57a94c4..0442461 100644 --- a/sld5257-matter-provisioning/matter-provisioning.md +++ b/sld5257-matter-provisioning/matter-provisioning.md @@ -11,7 +11,7 @@ Matter defines three interfaces to access the provisioned data during runtime: - [CommissionableDataProvider](https://github.com/SiliconLabs/matter_extension/blob/main/third_party/matter_sdk/src/include/platform/CommissionableDataProvider.h) - [DeviceAttestationCredentialsProvider](https://github.com/SiliconLabs/matter_extension/blob/main/third_party/matter_sdk/src/credentials/DeviceAttestationCredsProvider.h) -In Silicon Labs devices, all three interfaces are implemented by the [ProvisionStorage](https://github.com/SiliconLabs/matter_extension/blob/main/third_party/matter_sdk/src/platform/silabs/provision/ProvisionStorage.h). +In Silicon Labs devices, all three interfaces are implemented by the [ProvisionStorage](https://github.com/SiliconLabs/matter_extension/blob/main/third_party/matter_support/provision/headers/ProvisionStorage.h). The provisioning script on this folder now supercedes the following tools: @@ -55,16 +55,14 @@ The GFW performs the following tasks: - Stores the Attestation Data on the main flash (CD, PAI, DAC) - Stores the size and offsets used to store the Attestation Data, along with the KeyId used to store the private-key. -The provisioning code resides under `extension/matter_extension` in the SiSDK directory tree for the SDK used in your Studio project, for example `SimplicityStudio/SDKs/sisdk_release_2/extension/matter_extension/provision`. +The provisioning code resides under `extension/matter_extension` in the SiSDK directory tree for the SDK used in your Studio project, for example `SimplicityStudio/SDKs/sisdk_release/extension/matter_extension/provision`. -The main source code of the GFW is located under `./generator`, while the board support is located under `./support`. -Pre-compiled images for the supported chips can be found in `./images`. +The board support is located under `./support`. Pre-compiled images for the supported chips can be found in `./images`. Backwards-compatibility script files are stored under `./modules/vX_Y` where X.Y matches the targeted version. The directory structure is as follows: - provision - - generator - images - modules - v1_0