From e9a93953dc394b4786198146f91cfe186675c663 Mon Sep 17 00:00:00 2001 From: RiteshGovind Waghe Date: Wed, 12 Oct 2022 17:49:41 +0000 Subject: [PATCH] Pull request #190: Matter wifi docs update for SiWx917 Merge in WMN_TOOLS/matter from matter_wifi_docs_update_silabs to silabs Squashed commit of the following: commit 7c0e1e37b142d08d7e7c218ccfafed1d91cc5f3f Author: Rehan Rasool Date: Wed Oct 12 11:36:10 2022 -0400 Add pointer to custom silabs_examples and fix wording based on PR review commit 75be9fdcb64d554e2275e10612fea7a27d68cf53 Author: riwaghe Date: Wed Oct 12 20:17:16 2022 +0530 Doc updation for SiWx917 software commit c058743212a28e46e3cf875ec1c765335a5f5dac Author: riwaghe Date: Wed Oct 12 20:09:26 2022 +0530 Doc updation for SiWx917 software --- docs/silabs/general/ARTIFACTS.md | 8 ++++---- docs/silabs/general/SOFTWARE_REQUIREMENTS.md | 4 +++- docs/silabs/thread/BUILD_FLASH_MAD.md | 3 +++ docs/silabs/wifi/SW_SETUP.md | 2 ++ 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/silabs/general/ARTIFACTS.md b/docs/silabs/general/ARTIFACTS.md index 598217ccf7b05d..1ba2fd8e6ac2bd 100644 --- a/docs/silabs/general/ARTIFACTS.md +++ b/docs/silabs/general/ARTIFACTS.md @@ -65,12 +65,12 @@ directory, `./third_party/silabs/wiseconnect-wifi-bt-sdk/firmware` ## SiWx917 Firmware -The SiWx917 firmware is used to update the SiWx917 - it can be found in the -repository you have cloned, at the following relative path from the `/matter` -directory, `./third_party/silabs/wiseconnect-wifi-bt-sdk/firmware` +SiWx917 Firmware(rps) images are available in +the Assets section of this page: -
+https://github.com/SiliconLabs/matter/releases/tag/v0.4.0 +
--- [Table of Contents](../README.md) | [Thread Demo](../thread/DEMO_OVERVIEW.md) | diff --git a/docs/silabs/general/SOFTWARE_REQUIREMENTS.md b/docs/silabs/general/SOFTWARE_REQUIREMENTS.md index f1b74935ef760a..f47fbfccd90aac 100644 --- a/docs/silabs/general/SOFTWARE_REQUIREMENTS.md +++ b/docs/silabs/general/SOFTWARE_REQUIREMENTS.md @@ -162,7 +162,9 @@ Pre-Built SiWx917 firmware is available on the [Matter Artifacts page](../general/ARTIFACTS.md). The following instructions are found on the docs.silabs.com website: 1. [Setting up TeraTerm](https://docs.silabs.com/SiWx917/wiseconnect/2.0/tera-term-setup) -2. [Updating the SiWx917 Firmware](https://docs.silabs.com/siwx917/wiseconnect/2.0/update-evk-firmware) +2. For updating the SiWx917 Firmware, refer [Updating the RS9116 Firmware](https://docs.silabs.com/rs9116/wiseconnect/2.0/update-evk-firmware). Instructions are the same for both SiWx917 and RS9116. + + --- diff --git a/docs/silabs/thread/BUILD_FLASH_MAD.md b/docs/silabs/thread/BUILD_FLASH_MAD.md index 2ae843b3af7a3c..c5a48343e6c45e 100644 --- a/docs/silabs/thread/BUILD_FLASH_MAD.md +++ b/docs/silabs/thread/BUILD_FLASH_MAD.md @@ -43,6 +43,9 @@ use one of the following options: the lighting-app. If you wish to build other examples such as the sleepy end device you are welcome to, but it is not necessary for the demo. + > Additional examples are provided in [/examples](../../../examples/) directory, + or [/silabs_examples](../../../silabs_examples/) (such as `onoff-plug-app`). + The build process puts all image files in the following location: `/matter/out//` diff --git a/docs/silabs/wifi/SW_SETUP.md b/docs/silabs/wifi/SW_SETUP.md index 2005c03b0bbc1b..72684b2aec5636 100644 --- a/docs/silabs/wifi/SW_SETUP.md +++ b/docs/silabs/wifi/SW_SETUP.md @@ -63,6 +63,8 @@ you are using, select the appropriate command to build. > **Note:** > Below build commands are for the `lighting-app` application. In order to build different applicatons, for example `lock-app`, `window-app` or `thermostat`, replace appropriate application name. +> Additional examples are provided in [/examples](../../../examples/) directory, + or [/silabs_examples](../../../silabs_examples/) (such as `onoff-plug-app`). Run the following: