Skip to content

Commit f53987b

Browse files
authored
Merge pull request #3 from SiliconLabsSoftware/IOTPA_MESH-4711-update-provisioning-doc
Fixed broken link and removed generator firmware source code references
2 parents 4b74dc1 + cf36f73 commit f53987b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

sld5257-matter-provisioning/matter-provisioning.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Matter defines three interfaces to access the provisioned data during runtime:
1111
- [CommissionableDataProvider](https://github.com/SiliconLabs/matter_extension/blob/main/third_party/matter_sdk/src/include/platform/CommissionableDataProvider.h)
1212
- [DeviceAttestationCredentialsProvider](https://github.com/SiliconLabs/matter_extension/blob/main/third_party/matter_sdk/src/credentials/DeviceAttestationCredsProvider.h)
1313

14-
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).
14+
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).
1515

1616
The provisioning script on this folder now supercedes the following tools:
1717

@@ -55,16 +55,14 @@ The GFW performs the following tasks:
5555
- Stores the Attestation Data on the main flash (CD, PAI, DAC)
5656
- Stores the size and offsets used to store the Attestation Data, along with the KeyId used to store the private-key.
5757

58-
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`.
58+
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`.
5959

60-
The main source code of the GFW is located under `./generator`, while the board support is located under `./support`.
61-
Pre-compiled images for the supported chips can be found in `./images`.
60+
The board support is located under `./support`. Pre-compiled images for the supported chips can be found in `./images`.
6261
Backwards-compatibility script files are stored under `./modules/vX_Y` where X.Y matches the targeted version.
6362

6463
The directory structure is as follows:
6564

6665
- provision
67-
- generator
6866
- images
6967
- modules
7068
- v1_0

0 commit comments

Comments
 (0)