@@ -59,9 +59,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.
59
59
60
60
```
61
61
$ cd ~
62
- $ ` wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028 /sysconfig-1.16.2_3028 -setup.run`
63
- $ chmod +x sysconfig-1.16.2_3028 -setup.run
64
- $ ./sysconfig-1.16.2_3028 -setup.run
62
+ $ 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
63
+ $ chmod +x sysconfig-1.18.1_3343 -setup.run
64
+ $ ./sysconfig-1.18.1_3343 -setup.run
65
65
```
66
66
67
67
- Run the bootstrap script to setup the build environment.
@@ -88,15 +88,15 @@ Ninja to build the executable.
88
88
- Run the build to produce a default executable. By default on Linux both the
89
89
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
90
90
home directory, and you must provide the absolute path to them. For example
91
- `/home/username/ti/sysconfig_1.16.2 `. On Windows the default directory is
91
+ `/home/username/ti/sysconfig_1.18.1 `. On Windows the default directory is
92
92
`C:\ti`. Take note of this install path, as it will be used in the next
93
93
step.
94
94
95
95
```
96
96
$ cd ~/connectedhomeip/examples/all-clusters-app/cc13x2x7_26x2x7
97
97
OR
98
98
$ cd ~/connectedhomeip/examples/all-clusters-minimal-app/cc13x4_26x4
99
- $ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2 \""
99
+ $ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1 \""
100
100
$ ninja -C out/debug
101
101
102
102
```
@@ -105,7 +105,7 @@ Ninja to build the executable.
105
105
to the GN call.
106
106
107
107
```
108
- gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2 \" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
108
+ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1 \" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
109
109
```
110
110
111
111
## Programming
0 commit comments