From 1b1268cd61805ba2b9cd54d125cde6901cd7dc2d Mon Sep 17 00:00:00 2001 From: Ezra Hale Date: Wed, 17 Aug 2022 13:17:46 +0000 Subject: [PATCH] Pull request #44: updated links on artifacts page and info on using bootloader images Merge in WMN_TOOLS/matter from v0.2.0_release_doc_update to silabs Squashed commit of the following: commit eeffbad47a6e0bd59251d50b28904a69d557ffc5 Author: Rehan Rasool Date: Tue Aug 16 18:24:53 2022 -0400 Fix typo commit 02bab78a4d4f32a211a52fd5a886b9bdc285eb21 Author: Ezra Hale Date: Tue Aug 16 16:06:49 2022 -0400 updated links on artifacts page and info on using bootloader images --- docs/silabs/general/ARTIFACTS.md | 19 ++++++++----------- docs/silabs/general/OTA_BOOTLOADER.md | 2 +- docs/silabs/general/OTA_SOFTWARE_UPDATE.md | 5 ++--- docs/silabs/thread/THREAD_PREREQS.md | 1 + docs/silabs/wifi/WIFI_PREREQS.md | 1 + 5 files changed, 13 insertions(+), 15 deletions(-) diff --git a/docs/silabs/general/ARTIFACTS.md b/docs/silabs/general/ARTIFACTS.md index ce7067c122f874..cbaaa636525367 100644 --- a/docs/silabs/general/ARTIFACTS.md +++ b/docs/silabs/general/ARTIFACTS.md @@ -24,7 +24,7 @@ used with a Raspberry Pi to allow the Raspberry Pi's Open Thread Border Router to access the Thread network. Radio Co-Processor (RCP) images are available in the Assets section of this page: -https://github.com/SiliconLabs/matter/releases/tag/v0.1.0 +https://github.com/SiliconLabs/matter/releases/tag/v0.2.0
@@ -34,28 +34,25 @@ The Matter Accessory Device Images are used to turn an EFR into a Matter device. These are pre-built binary images for the Matter Demo. Matter Accessory Device Images are located in the Assets section of this page: -https://github.com/SiliconLabs/matter/releases/tag/v0.1.0 +https://github.com/SiliconLabs/matter/releases/tag/v0.2.0
- ## RS9116 Firmware The RS9116 firmware is used to update the RS9116 - it can be found in the repository you have cloned, at the following relative path from the -`/connectedhomeip` directory: +`/matter` directory: > $ /third_party/silabs/wiseconnect-wifi-bt-sdk/firmware -
diff --git a/docs/silabs/general/OTA_BOOTLOADER.md b/docs/silabs/general/OTA_BOOTLOADER.md index 05936e29ea7cc1..c0b0d28be6d1bf 100644 --- a/docs/silabs/general/OTA_BOOTLOADER.md +++ b/docs/silabs/general/OTA_BOOTLOADER.md @@ -60,7 +60,7 @@ Build the GBL file for the update image and note its size 451176 Jul 19 16:39 out/lighting-app/BRD4186A/chip-efr32-lighting-example.gbl -- Flash the application image, bootloader (pre-built BRD4186C bootloader binary from https://github.com/SiliconLabs/sdk_support/tree/main/matter/efr32/bootloader_binaries), erase the flash. +- Flash the application image, bootloader (pre-built BRD4186C bootloader binary from the [Matter Artifacts page](./ARTIFACTS.md). Erase the flash. ![Erase Flash](./images/ApplicationUploadEraseFlash.png) diff --git a/docs/silabs/general/OTA_SOFTWARE_UPDATE.md b/docs/silabs/general/OTA_SOFTWARE_UPDATE.md index 6de026c4fda0cd..c33d16d96ebb56 100644 --- a/docs/silabs/general/OTA_SOFTWARE_UPDATE.md +++ b/docs/silabs/general/OTA_SOFTWARE_UPDATE.md @@ -23,9 +23,8 @@ is controlled by the `chip_enable_ota_requestor` compile flag. using the external flash select the "external SPI" bootloader type configured with a single slot of at least 1000 KB. For the bootloader using the internal flash see the Internal Storage Bootloader section below. - Pre-built binaries for some configurations are available here: - [bootloader_binaries](https://github.com/SiliconLabs/sdk_support/tree/main/matter/efr32/bootloader_binaries) - + Pre-built binaries for some configurations are available on the [Matter Artifacts page](./ARTIFACTS.md). + - Using the commander tool, upload the bootloader to the device running the application. diff --git a/docs/silabs/thread/THREAD_PREREQS.md b/docs/silabs/thread/THREAD_PREREQS.md index 8c756339e180fb..88a0e0ed294772 100644 --- a/docs/silabs/thread/THREAD_PREREQS.md +++ b/docs/silabs/thread/THREAD_PREREQS.md @@ -19,6 +19,7 @@ > Make sure Git is installed on the local machine that will be used to flash > the devices so that the necessary repositories can be cloned locally and > used as needed. +1. If you are using an EFR32MG2x device you will require a bootloader to run the demo applications. When you flash your application image be sure to include a bootloader as well (if one is not already present). Bootloader images are provided on the [Matter Artifacts page](../general/ARTIFACTS.md).
diff --git a/docs/silabs/wifi/WIFI_PREREQS.md b/docs/silabs/wifi/WIFI_PREREQS.md index 2c85d4c412a4c0..de0182835a1a1e 100644 --- a/docs/silabs/wifi/WIFI_PREREQS.md +++ b/docs/silabs/wifi/WIFI_PREREQS.md @@ -64,6 +64,7 @@ follows: - Raspberry Pi imager tool (optional): To flash an operating system or Raspberry Pi image on the SD card of the Raspberry Pi if you are using one to run the ChipTool. Note: The ChipTool may also be compiled and run on a Linux machine or Mac. [Download](https://www.raspberrypi.com/software/) - Upgrade firmware on RS9116 EVK: [Reference](http://draft-docs.suds.silabs.net/rs9116-wiseconnect/2.5/wifibt-wc-getting-started-with-pc/update-evk-firmware) +- If you are using an EFR32MG2x device you will require a bootloader to run the demo applications. When you flash your application image be sure to include a bootloader as well (if one is not already present). Bootloader images are provided on the [Matter Artifacts page](../general/ARTIFACTS.md).