Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sld251-matter-thread/build-flash-mad.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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
Expand Down
2 changes: 1 addition & 1 deletion sld407-matter-ota/02-ota-software-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions sld407-matter-ota/03-firmware-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down