@@ -61,15 +61,15 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.
61
61
$ wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.18.1.3343/sysconfig-1.18.1_3343-setup.run
62
62
$ chmod +x sysconfig-1.18.1_3343-setup.run
63
63
$ ./sysconfig-1.18.1_3343-setup.run
64
- ```
64
+ ```
65
65
66
66
- Run the bootstrap script to setup the build environment.
67
67
68
- ```
69
- $ cd ~/connectedhomeip
70
- $ source ./scripts/bootstrap.sh
68
+ ```
69
+ $ cd ~/connectedhomeip
70
+ $ source ./scripts/bootstrap.sh
71
71
72
- ```
72
+ ```
73
73
74
74
### Compilation
75
75
@@ -78,33 +78,32 @@ Ninja to build the executable.
78
78
79
79
- Activate the build environment with the repository activate script.
80
80
81
- ```
82
- $ cd ~/connectedhomeip
83
- $ source ./scripts/activate.sh
81
+ ```
82
+ $ cd ~/connectedhomeip
83
+ $ source ./scripts/activate.sh
84
84
85
- ```
85
+ ```
86
86
87
87
- Run the build to produce a default executable. By default on Linux both the
88
- TI SimpleLink SDK and Sysconfig are located in a ` ti ` folder in the user's
89
- home directory, and you must provide the absolute path to them. For example
90
- ` /home/username/ti/sysconfig_1.18.1 ` . On Windows the default directory is
91
- ` C:\ti ` . Take note of this install path, as it will be used in the next
92
- step.
93
-
94
- ```
95
- $ cd ~/connectedhomeip/examples/lock-app/cc13x4_26x4
96
- $ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\""
97
- $ ninja -C out/debug
88
+ TI SimpleLink SDK and Sysconfig are located in a ` ti ` folder in the user's
89
+ home directory, and you must provide the absolute path to them. For example
90
+ ` /home/username/ti/sysconfig_1.18.1 ` . On Windows the default directory is
91
+ ` C:\ti ` . Take note of this install path, as it will be used in the next
92
+ step.
98
93
99
- ```
94
+ ```
95
+ $ cd ~/connectedhomeip/examples/lock-app/cc13x4_26x4
96
+ $ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\""
97
+ $ ninja -C out/debug
100
98
101
- If you would like to define arguments on the command line you may add them
102
- to the GN call.
99
+ ```
103
100
101
+ If you would like to define arguments on the command line you may add them to
102
+ the GN call.
104
103
105
- ```
106
- gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
107
- ```
104
+ ```
105
+ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
106
+ ```
108
107
109
108
## Programming
110
109
@@ -303,3 +302,4 @@ Additionally, we welcome any feedback.
303
302
[ot_border_router_setup]: https://openthread.io/guides/border-router/build
304
303
[uniflash]: https://www.ti.com/tool/download/UNIFLASH
305
304
```
305
+ ````
0 commit comments