From 10484848744bfaaa0e0e05a9f879c329b220e405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Tue, 9 May 2023 20:09:02 +0200 Subject: [PATCH] [EFR32] Update README.md - add section to explain how to flash pre-built bootloader (#26384) * Update README.md Add section to explain how to flash EFR32 boards pre-built bootloader * [PATCH] Restyled by prettier-markdown * [PATCH] Restyled by prettier-markdown * Update .wordlist.txt --- .github/.wordlist.txt | 1 + examples/light-switch-app/silabs/efr32/README.md | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index 2e809977c1dc1a..d77e05b4f26c58 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -606,6 +606,7 @@ GroupKeyManagement groupKeySecurityPolicy groupKeySetID groupsettings +gsdk gtk GUA Gv diff --git a/examples/light-switch-app/silabs/efr32/README.md b/examples/light-switch-app/silabs/efr32/README.md index 71808d445cedd7..6b7239ff263550 100644 --- a/examples/light-switch-app/silabs/efr32/README.md +++ b/examples/light-switch-app/silabs/efr32/README.md @@ -169,7 +169,12 @@ arguments All EFR32 boards require a bootloader, see Silicon Labs documentation for more info. Pre-built bootloader binaries are available in the Assets section of the Releases page on -[Silabs Matter Github](https://github.com/SiliconLabs/matter/releases) . +[Silabs Matter Github](https://github.com/SiliconLabs/matter/releases). + +- On the command line: + + + $ commander flash bootloader_binaries/bootloader-storage-internal-single-512k-BRD4187C-gsdk4.1.s37 ## Viewing Logging Output