Skip to content

Commit

Permalink
[EFR32] Update README.md - add section to explain how to flash pre-bu…
Browse files Browse the repository at this point in the history
…ilt 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
  • Loading branch information
lboue authored and pull[bot] committed Sep 25, 2023
1 parent 16b7ea3 commit 1048484
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ GroupKeyManagement
groupKeySecurityPolicy
groupKeySetID
groupsettings
gsdk
gtk
GUA
Gv
Expand Down
7 changes: 6 additions & 1 deletion examples/light-switch-app/silabs/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1048484

Please sign in to comment.