Skip to content

Commit cb9221a

Browse files
author
Ezra Hale
committed
Pull request project-chip#761: Updated hardware flash instructions for 917SoC
Merge in WMN_TOOLS/matter from feature/doc-update-for-RC_2.0.0-1.1 to RC_2.0.0-1.1 Squashed commit of the following: commit ce62779d6626f12802fdf607772c6d859346d350 Author: Catherine Owens <Catherine.Owens@silabs.com> Date: Wed May 10 11:17:54 2023 +0000 Applied suggestion commit 231e6b2cd2bcf82c0f52b3fdbf48ac455ad2f99a Author: Ezra Hale <ezra.hale@silabs.com> Date: Tue May 9 17:04:27 2023 -0400 Updated hardware flash instructions for 917SoC
1 parent b3bfe95 commit cb9221a

3 files changed

Lines changed: 24 additions & 13 deletions

File tree

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# How to Flash a Silicon Labs Device
22

3-
Once you have an image built, you can flash it onto your EFR device (either a EFR32 development board or the Thunderboard Sense 2) over USB connected to your development machine. This can be done using either Simplicity Studio or the standalone Simplicity Commander.
3+
Once you have an image built, you can flash it onto your EFR or SiWx917 device (either a development board or the Thunderboard Sense 2) over USB connected to your development machine. This can be done using either Simplicity Studio or the standalone Simplicity Commander.
44

55
<br>
66

77
## Simplicity Commander
8-
A link to download Simplicity Commander's standalone version is located along with documentation in the
9-
- [Simplicity Commander Reference Guide](https://www.silabs.com/documents/public/user-guides/ug162-simplicity-commander-reference-guide.pdf)
8+
Links to download Simplicity Commander's standalone versions are included below. Full documentation on Simplicity Commander is included in the [Simplicity Commander Reference Guide](https://www.silabs.com/documents/public/user-guides/ug162-simplicity-commander-reference-guide.pdf)
9+
- Linux: https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip
10+
- Mac: https://www.silabs.com/documents/public/software/SimplicityCommander-Mac.zip
11+
- Windows: https://www.silabs.com/documents/public/software/SimplicityCommander-Windows.zip
1012

1113
## Simplicity Studio:
1214
Simplicity Studio is a complete development environment and tool suite. It has the ability to discover USB connected development boards and flash them.
@@ -16,6 +18,7 @@ Simplicity Studio is a complete development environment and tool suite. It has t
1618
## (Optional) Ozone J-Link Debugger:
1719
Multi-platform debugger and performance analyzer for J-Link and J-Trace
1820
- Download for: [Windows](https://www.segger.com/downloads/jlink/Ozone_Setup_Windows_x64.exe) | [Mac](https://www.segger.com/downloads/jlink/Ozone_macOS_Universal.pkg) | [Linux](https://www.segger.com/downloads/jlink/Ozone_Linux_x86_64.deb)
21+
- [Flashing and debug procedure for Ozone](../wifi/RUN_DEMO_SiWx917_SoC.md)
1922

2023
----
2124
[Table of Contents](../README.md) | [Thread Demo](../thread/DEMO_OVERVIEW.md) | [Wi-Fi Demo](../wifi/DEMO_OVERVIEW.md)

docs/silabs/general/FLASH_SILABS_SiWx917_SOC_DEVICE.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# How to Flash a SiWx917 SoC Device
22

3-
Once you have an image built, you can flash it onto your SiWx917 SoC device over USB connected to your development machine. This can be done using the Simplicity Commander or Ozone Debugger.
3+
Once you have an image built, you can flash it onto your SiWx917 SoC device over USB connected to your development machine. This can be done using Simplicity Studio, Simplicity Commander or Ozone Debugger.
44

5+
6+
## Simplicity Commander
7+
Links to download Simplicity Commander's standalone versions are included below. Full documentation on Simplicity Commander is included in the [Simplicity Commander Reference Guide](https://www.silabs.com/documents/public/user-guides/ug162-simplicity-commander-reference-guide.pdf)
8+
- Linux: https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip
9+
- Mac: https://www.silabs.com/documents/public/software/SimplicityCommander-Mac.zip
10+
- Windows: https://www.silabs.com/documents/public/software/SimplicityCommander-Windows.zip
11+
12+
## Simplicity Studio:
13+
Simplicity Studio is a complete development environment and tool suite. It has the ability to discover USB-connected development boards and flash them.
14+
- [Download Simplicity Studio](https://www.silabs.com/developers/simplicity-studio)
15+
- [Simplicity Studio Reference Guide](https://docs.silabs.com/simplicity-studio-5-users-guide/latest/ss-5-users-guide-building-and-flashing/flashing)
516
## Ozone J-Link Debugger:
617

718
- Multi-platform debugger and performance analyzer for J-Link and J-Trace

docs/silabs/general/SOFTWARE_REQUIREMENTS.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,16 @@
1515

1616
3. Flash Tools
1717

18-
- [Flash tool for EFR32 Device](../general/FLASH_SILABS_DEVICE.md)
18+
- [Flash tool for EFR32 and SiWx917 Devices](../general/FLASH_SILABS_DEVICE.md)
1919

20-
Simplicity Commander standalone or Simplicity Studio is used to flash
21-
Silicon Labs hardware with firmware images for the RCP and the Matter
22-
Accessory Device.
20+
Simplicity Commander standalone or Simplicity Studio can be used to flash Silicon Labs hardware with firmware images for the RCP and the Matter Accessory Device.
2321

24-
- [Flash tool for SiWx917 SoC Device](../general/FLASH_SILABS_SiWx917_SOC_DEVICE.md)
22+
- [Additional Flash tools for SiWx917 SoC Device](../general/FLASH_SILABS_SiWx917_SOC_DEVICE.md)
2523

26-
The Ozone Debugger can be configured to flash the application for the SiWx917 SoC device.
24+
The Ozone Debugger can be configured to flash the application for the SiWx917 SoC device.
2725

28-
> **Note:**
29-
> 1. Simplicity Studio and Commander tools support is not yet added for the SiWx917 SoC device.
30-
> 2. The SiWx917 SoC device is not yet officially added in Ozone, but it can be configured in Ozone.
26+
> **Note:**
27+
> The SiWx917 SoC device is not yet officially added in Ozone, but it can be configured in Ozone by following the [SiWx917 Ozone Configuration Guide](../wifi/SiWx917_Enablement_For_Ozone.md).
3128
3229
4. [Git Version Control ](https://git-scm.com/downloads)[only required for
3330
building images and development]

0 commit comments

Comments
 (0)