Skip to content

Commit

Permalink
Update silabs unit test driver README (project-chip#29380)
Browse files Browse the repository at this point in the history
* Update silabs unit test driver README

* Restyled by prettier-markdown

---------

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
mykrupp and restyled-commits authored Sep 21, 2023
1 parent 2628c30 commit 8d44a2f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/test_driver/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ OR use GN/Ninja directly
cd ~/connectedhomeip/src/test_driver/efr32/
git submodule update --init
source third_party/connectedhomeip/scripts/activate.sh
export EFR32_BOARD=BRD4161A
export SILABS_BOARD=BRD4161A
gn gen out/debug
ninja -C out/debug
```
Expand Down Expand Up @@ -104,6 +104,18 @@ Or build using build script from the root
The runner will be installed into the venv and python wheels will be packaged in
the output folder for deploying.

Then the python wheels need to installed using pip3.

```
pip3 install out/debug/chip_nl_test_runner_wheels/*.whl
```

Other python libraries may need to be installed such as

```
pip3 install pyserial
```

- To run the tests:

```
Expand Down

0 comments on commit 8d44a2f

Please sign in to comment.