You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/matter-repl.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -82,16 +82,15 @@ To build and run the Python CHIP controller:
82
82
83
83
### Building using pregenerated zap files e.g. for Raspberry Pi 4
84
84
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:
90
86
91
87
```
92
88
scripts/build_python.sh -m platform -i separate -z "/some/pregen/dir"
93
89
```
94
90
91
+
> Note: To get more details about available build configurations, run the
92
+
> following command: `scripts/build_python.sh --help`
0 commit comments