Skip to content

Commit 3048365

Browse files
oidebrettoidebrett
oidebrett
authored andcommitted
Updated matter guide explaining how to use additional args for pregenerated code
1 parent f015786 commit 3048365

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/guides/matter-repl.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,15 @@ To build and run the Python CHIP controller:
8282
8383
### Building using pregenerated zap files e.g. for Raspberry Pi 4
8484
85-
Building for Arm based systems such as the Raspbery Pi 4 should use pregenerated files since there are currently no pre-built zap Arm Linux binaries
86-
87-
To understand about code generation and pregenerating code files see [Code generation](../code_generation.md#Pre-generation).
88-
89-
To build and install the Python CHIP controller with pregenerated files use the --pregen_dir (-z) argument
85+
1. Building for Arm based systems such as the Raspbery Pi 4 should use pregenerated files since there are currently no pre-built zap Arm Linux binaries. To understand about code generation and pregenerating code files see [Code generation](../code_generation.md#Pre-generation). To build and install the Python CHIP controller with pregenerated files use the --pregen_dir (-z) argument:
9086
9187
```
9288
scripts/build_python.sh -m platform -i separate -z "/some/pregen/dir"
9389
```
9490
91+
> Note: To get more details about available build configurations, run the
92+
> following command: `scripts/build_python.sh --help`
93+
9594
## Launching the REPL
9695
9796
1. Activate the Python virtual environment:

0 commit comments

Comments
 (0)