Skip to content

Commit 662369e

Browse files
Addressing PR comments
1 parent 1ee4fa1 commit 662369e

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed
-15.1 KB
Loading
-6.81 KB
Loading
-16.1 KB
Loading

docs/platforms/silabs/silabs_matter_aws_build_guide.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Build Procedure For Direct Internet Connectivity (DIC)
1+
# Build Procedure For Matter AWS
22

3-
## Build command with DIC
3+
## Build command with Matter AWS
44

5-
- To enable DIC functionality use the `enable_matter_aws=true` flag.
5+
- To enable Matter AWS functionality use the `enable_matter_aws=true` flag.
66

7+
````
8+
9+
### Here is an example to build the lighting-app with Matter AWS for the SiWx917 SoC
10+
11+
```shell
12+
./scripts/examples/gn_silabs_example.sh examples/lighting-app/silabs/ out/debug BRD4338A enable_matter_aws=true chip_enable_wifi_ipv4=true
13+
````
714

815
## Compile using new/different certificates
916

docs/platforms/silabs/silabs_matter_aws_guide.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Matter Wi-Fi + AWS Component
22

3+
- Matter+AWS is a silabs only feature to connect matter devices to proprietary
34
cloud solutions(AWS,GCP,APPLE ...) directly. As such, a Matter Wi-Fi device
45
must support connecting locally on the Matter Fabric, via IPv6, and
56
connecting to the Internet via IPv4.
@@ -18,14 +19,17 @@
1819

1920
### Hardware Requirements
2021

21-
- Hardware required for Matter + AWS feature to run on Silicon Labs Platform,
22-
refer [Hardware Requirements](#hardware-requirements)
22+
For the list of hardware requirements for Matter + AWS feature , see the
23+
official
24+
[Silicon Labs Matter HW requirements](https://siliconlabs.github.io/matter/latest/general/HARDWARE_REQUIREMENTS.html)
25+
documentation.
2326

2427
### Software Requirements
2528

26-
- MQTT Explorer http://mqtt-explorer.com/
27-
- Software required for Matter + AWS feature, refer
28-
[Software Requirements](#software-requirements)
29+
For the list of software requirements for Matter + AWS feature , see the
30+
official
31+
[Silicon Labs Matter Software requirements](https://siliconlabs.github.io/matter/latest/general/SOFTWARE_REQUIREMENTS.html)
32+
documentation.
2933

3034
## End-to-End Set-up bring up
3135

0 commit comments

Comments
 (0)