From 004afd592a9339348216cb80250776b4e4a43b3b Mon Sep 17 00:00:00 2001 From: RiteshGovind Waghe Date: Tue, 11 Oct 2022 17:40:05 +0000 Subject: [PATCH] Pull request #183: Updated WIFI documentation with SiWx917 Merge in WMN_TOOLS/matter from matter_wifi_docs_update_silabs to silabs Squashed commit of the following: commit 44bbcdd3f9c2bfd65fa602cd7905ddc7fae04cad Author: riwaghe Date: Tue Oct 11 21:03:21 2022 +0530 Updating note in Building Application commit 076c32aee5fa7a7421e2bac9c0a71541086f514a Author: riwaghe Date: Tue Oct 11 20:13:48 2022 +0530 Updated WIFI documentation with SiWx917 --- docs/silabs/wifi/SW_SETUP.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/silabs/wifi/SW_SETUP.md b/docs/silabs/wifi/SW_SETUP.md index 92caf1a60aa2e4..2005c03b0bbc1b 100644 --- a/docs/silabs/wifi/SW_SETUP.md +++ b/docs/silabs/wifi/SW_SETUP.md @@ -61,6 +61,9 @@ access to a Raspberry Pi that will work as well. The following commands are for building the Matter application. Depending on which device you are using, select the appropriate command to build. +> **Note:** +> Below build commands are for the `lighting-app` application. In order to build different applicatons, for example `lock-app`, `window-app` or `thermostat`, replace appropriate application name. + Run the following: ```shell @@ -68,7 +71,7 @@ $ cd matter $ ``` -Build command for EFR32MG12 + RS911x: +Build command for EFR32MG12 + RS9116: ```shell $ ./scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/rs911x_lighting BRD41xxx --wifi rs911x |& tee out/rs911x_lighting.log @@ -81,20 +84,22 @@ $ ./scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32 out/wf200_l ``` -Build command for EFR32MG24 + RS911x: +Build command for EFR32MG24 + RS9116: ```shell -$ ./scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/rs911x_lighting BRD41xxx disable_lcd=true use_external_flash=false --wifi rs911x +$ ./scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/rs911x_lighting BRD41xxx disable_lcd=true use_external_flash=false --wifi rs911x |& tee out/rs911x_lighting.log ``` Build command for EFR32MG24 + SiWx917: -`$ ./scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/siwx917_lighting BRD41xxx disable_lcd=true use_external_flash=false --wifi siwx917` +```shell +$ ./scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/siwx917_lighting BRD41xxx disable_lcd=true use_external_flash=false --wifi rs911x |& tee out/siwx917_lighting.log +``` Build command for EFR32MG24 + WF200: ```shell -$ ./scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/wf200_lighting BRD41xxx disable_lcd=true use_external_flash=false chip_build_libshell=false --wifi wf200 +$ ./scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/wf200_lighting BRD41xxx disable_lcd=true use_external_flash=false chip_build_libshell=false --wifi wf200 |& tee out/wf200_lighting.log ``` A complete list of hardware supported is included on the [Hardware Requirements page](../general/HARDWARE_REQUIREMENTS.md).