Skip to content

Commit

Permalink
Pull request project-chip#183: Updated WIFI documentation with SiWx917
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from matter_wifi_docs_update_silabs to silabs

Squashed commit of the following:

commit 44bbcdd3f9c2bfd65fa602cd7905ddc7fae04cad
Author: riwaghe <[email protected]>
Date:   Tue Oct 11 21:03:21 2022 +0530

    Updating note in Building Application

commit 076c32aee5fa7a7421e2bac9c0a71541086f514a
Author: riwaghe <[email protected]>
Date:   Tue Oct 11 20:13:48 2022 +0530

    Updated WIFI documentation with SiWx917
  • Loading branch information
riwaghe authored and jmartinez-silabs committed Feb 15, 2023
1 parent 64aebf7 commit 1f49e4a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/silabs/wifi/SW_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,17 @@ 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
$ cd matter
$ <run_appropriate_build_command_from_below>
```

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
Expand All @@ -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).
Expand Down

0 comments on commit 1f49e4a

Please sign in to comment.