@@ -19,15 +19,15 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.
19
19
$ 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
20
20
$ chmod +x sysconfig-1.18.1_3343-setup.run
21
21
$ ./sysconfig-1.18.1_3343-setup.run
22
- ```
22
+ ```
23
23
24
24
- Run the bootstrap script to setup the build environment.
25
25
26
- ```
27
- $ cd ~/connectedhomeip
28
- $ source ./scripts/bootstrap.sh
26
+ ```
27
+ $ cd ~/connectedhomeip
28
+ $ source ./scripts/bootstrap.sh
29
29
30
- ```
30
+ ```
31
31
32
32
### Compilation
33
33
@@ -36,35 +36,35 @@ Ninja to build the executable.
36
36
37
37
- Activate the build environment with the repository activate script.
38
38
39
- ```
40
- $ cd ~/connectedhomeip
41
- $ source ./scripts/activate.sh
39
+ ```
40
+ $ cd ~/connectedhomeip
41
+ $ source ./scripts/activate.sh
42
42
43
- ```
43
+ ```
44
44
45
45
- Run the build to produce a default executable. By default on Linux both the
46
- TI SimpleLink SDK and Sysconfig are located in a ` ti ` folder in the user's
47
- home directory, and you must provide the absolute path to them. For example
48
- ` /home/username/ti/sysconfig_1.18.1 ` . On Windows the default directory is
49
- ` C:\ti ` . Take note of this install path, as it will be used in the next
50
- step.
46
+ TI SimpleLink SDK and Sysconfig are located in a ` ti ` folder in the user's
47
+ home directory, and you must provide the absolute path to them. For example
48
+ ` /home/username/ti/sysconfig_1.18.1 ` . On Windows the default directory is
49
+ ` C:\ti ` . Take note of this install path, as it will be used in the next
50
+ step.
51
51
52
- ```
53
- $ cd ~/connectedhomeip/examples/shell/cc13x2x7_26x2x7
54
- OR
55
- $ cd ~/connectedhomeip/examples/shell/cc13x4_26x4
52
+ ```
53
+ $ cd ~/connectedhomeip/examples/shell/cc13x2x7_26x2x7
54
+ OR
55
+ $ cd ~/connectedhomeip/examples/shell/cc13x4_26x4
56
56
57
- $ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\""
58
- $ ninja -C out/debug
57
+ $ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\""
58
+ $ ninja -C out/debug
59
59
60
- ```
60
+ ```
61
61
62
- If you would like to define arguments on the command line you may add them
63
- to the GN call.
62
+ If you would like to define arguments on the command line you may add them to
63
+ the GN call.
64
64
65
- ```
66
- gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
67
- ```
65
+ ```
66
+ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
67
+ ```
68
68
69
69
## Programming
70
70
@@ -164,20 +164,19 @@ Additionally, we welcome any feedback.
164
164
[ matter ] : https://csa-iot.org/all-solutions/matter/
165
165
[ ccs ] : https://www.ti.com/tool/CCSTUDIO
166
166
[ ccs_after_launch] :
167
- https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#after-launch
167
+ https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#after-launch
168
168
[ ccs_debug_view] :
169
- https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#debug-view
169
+ https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#debug-view
170
170
[ ccs_manual_launch] :
171
- https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#manual-launch
171
+ https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#manual-launch
172
172
[ ccs_manual_method] :
173
- https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#manual-method
173
+ https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#manual-method
174
174
[ e2e] :
175
- https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum
175
+ https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum
176
176
[ matter-e2e-faq] :
177
- https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1082428/faq-cc2652r7-matter----getting-started-guide
177
+ https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1082428/faq-cc2652r7-matter----getting-started-guide
178
178
[ sysconfig ] : https://www.ti.com/tool/SYSCONFIG
179
179
[ ti_thread_dnd] :
180
- https://www.ti.com/wireless-connectivity/thread/design-development.html
180
+ https://www.ti.com/wireless-connectivity/thread/design-development.html
181
181
[ ot_border_router_setup ] : https://openthread.io/guides/border-router/build
182
182
[ uniflash ] : https://www.ti.com/tool/download/UNIFLASH
183
-
0 commit comments