From 7e9f874311975ae602197890815cc6ab20a16103 Mon Sep 17 00:00:00 2001 From: Michael Duggan Date: Mon, 7 Jul 2025 10:34:29 -0400 Subject: [PATCH 1/2] removed all mentions of SMG repo from documentation, pointing to updated docs in CSA repo --- sld251-matter-thread/build-flash-mad.md | 2 +- sld407-matter-ota/02-ota-software-update.md | 2 +- sld407-matter-ota/03-firmware-upgrades.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sld251-matter-thread/build-flash-mad.md b/sld251-matter-thread/build-flash-mad.md index a07e47d..0d571cf 100644 --- a/sld251-matter-thread/build-flash-mad.md +++ b/sld251-matter-thread/build-flash-mad.md @@ -36,7 +36,7 @@ If you are coming from Simplicity Studio, you may have already installed the dem There are two ways to build a Matter Accessory Device image file. You can build it using the Silicon Labs Matter GitHub Repo or you can build it using Simplicity Studio. The entire build process for Simplicity Studio is covered in the [Matter Over Thread Quick Start Guide](/matter/{build-docspace-version}/matter-light-switch-example/02-thread-light-switch-example). There are two ways to build a Matter Accessory Device image file. You can build it using the Silicon Labs Matter GitHub Repo or you can build it using Simplicity Studio. The entire build process for Simplicity Studio is covered in the [Matter Over Thread Quick Start Guide](/matter/{build-docspace-version}/matter-light-switch-example/02-thread-light-switch-example). -- [Build Using the Matter GitHub Repo](https://github.com/SiliconLabs/matter/blob/latest/examples/lighting-app/silabs/efr32/README.md) +- [Build Using the Matter GitHub Repo](https://github.com/project-chip/connectedhomeip/tree/e4c8fb6bac7312ac72d287738720494018c3ec80/examples/lighting-app/silabs) - [Build Using Simplicity Studio](/matter/{build-docspace-version}/matter-light-switch-example/02-thread-light-switch-example) ## Step 2: Flash the Matter Accessory Device diff --git a/sld407-matter-ota/02-ota-software-update.md b/sld407-matter-ota/02-ota-software-update.md index 913fcc6..465970c 100644 --- a/sld407-matter-ota/02-ota-software-update.md +++ b/sld407-matter-ota/02-ota-software-update.md @@ -178,7 +178,7 @@ Multi-Chip OTA is implemented for EFR32 and SiWx917 NCP/SoC devices. Multi-chip The script can be obtained from the Matter Extension github repository. -For more information on creating a Multi-Chip .ota file, see the [README.md](https://github.com/SiliconLabs/matter/blob/latest/scripts/tools/silabs/ota/README.md). +For more information on creating a Multi-Chip .ota file, see the [README.md](https://github.com/project-chip/connectedhomeip/blob/master/scripts/tools/silabs/ota/README.md). Applications must be built with the OTA Multi Image Requestor component added to the project in Simplicity Studio to enable them to process the TLVs. diff --git a/sld407-matter-ota/03-firmware-upgrades.md b/sld407-matter-ota/03-firmware-upgrades.md index 69b3b3b..51457eb 100644 --- a/sld407-matter-ota/03-firmware-upgrades.md +++ b/sld407-matter-ota/03-firmware-upgrades.md @@ -25,10 +25,10 @@ commands on a Linux terminal running on either Linux machine, WSL or Virtual Machine to clone the repository and run bootstrap to prepare to build the sample application images. -1. To download the [SiliconLabs Matter codebase](https://github.com/SiliconLabs/matter.git) run the following commands. +1. To download the [SiliconLabs Matter codebase](https://github.com/project-chip/connectedhomeip.git) run the following commands. ```shell - $ git clone https://github.com/SiliconLabs/matter.git + $ git clone https://github.com/project-chip/connectedhomeip.git ``` 2. Bootstrapping: From b546c5eb0a8bdd06f3573e3e959785003242454d Mon Sep 17 00:00:00 2001 From: Michael Duggan Date: Mon, 7 Jul 2025 11:44:44 -0400 Subject: [PATCH 2/2] Update README link based on review --- sld251-matter-thread/build-flash-mad.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sld251-matter-thread/build-flash-mad.md b/sld251-matter-thread/build-flash-mad.md index 0d571cf..44678c2 100644 --- a/sld251-matter-thread/build-flash-mad.md +++ b/sld251-matter-thread/build-flash-mad.md @@ -36,7 +36,7 @@ If you are coming from Simplicity Studio, you may have already installed the dem There are two ways to build a Matter Accessory Device image file. You can build it using the Silicon Labs Matter GitHub Repo or you can build it using Simplicity Studio. The entire build process for Simplicity Studio is covered in the [Matter Over Thread Quick Start Guide](/matter/{build-docspace-version}/matter-light-switch-example/02-thread-light-switch-example). There are two ways to build a Matter Accessory Device image file. You can build it using the Silicon Labs Matter GitHub Repo or you can build it using Simplicity Studio. The entire build process for Simplicity Studio is covered in the [Matter Over Thread Quick Start Guide](/matter/{build-docspace-version}/matter-light-switch-example/02-thread-light-switch-example). -- [Build Using the Matter GitHub Repo](https://github.com/project-chip/connectedhomeip/tree/e4c8fb6bac7312ac72d287738720494018c3ec80/examples/lighting-app/silabs) +- [Build Using the Matter GitHub Repo](https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/silabs) - [Build Using Simplicity Studio](/matter/{build-docspace-version}/matter-light-switch-example/02-thread-light-switch-example) ## Step 2: Flash the Matter Accessory Device