Skip to content

Commit

Permalink
Pull request #44: updated links on artifacts page and info on using b…
Browse files Browse the repository at this point in the history
…ootloader 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 <Rehan.Rasool@silabs.com>
Date:   Tue Aug 16 18:24:53 2022 -0400

    Fix typo

commit 02bab78a4d4f32a211a52fd5a886b9bdc285eb21
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Aug 16 16:06:49 2022 -0400

    updated links on artifacts page and info on using bootloader images
  • Loading branch information
Ezra Hale authored and jmartinez-silabs committed Aug 17, 2022
1 parent 41d6c35 commit 1b1268c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
19 changes: 8 additions & 11 deletions docs/silabs/general/ARTIFACTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<br>

Expand All @@ -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

<br>

<!--
## Matter Chip Tool Android APK
Matter Chip Tool .apk file is located here: http://silabs.com
## Matter Bootloader Binaries

If you are using the OTA functionality and especially if you are using an EFR32MG2x device you will need to flash a bootloader binary on your device along with the application image. Bootloader binaries for all of the Matter supported devices are available here:

https://github.com/SiliconLabs/matter/releases/tag/v0.2.0

<br>
-->

## 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
<!-- The RS9116 firmware is used to update the RS9116, and is located in GitHub here:
https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk/tree/2.5.0/firmware -->

<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/silabs/general/OTA_BOOTLOADER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 2 additions & 3 deletions docs/silabs/general/OTA_SOFTWARE_UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions docs/silabs/thread/THREAD_PREREQS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<br>

Expand Down
1 change: 1 addition & 0 deletions docs/silabs/wifi/WIFI_PREREQS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<br>

Expand Down

0 comments on commit 1b1268c

Please sign in to comment.