File tree 1 file changed +2
-4
lines changed
examples/persistent-storage/cc13x2x7_26x2x7
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -141,16 +141,14 @@ Ninja to build the executable.
141
141
- Run the build to produce a default executable. By default on Linux both the
142
142
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
143
143
home directory, and you must provide the absolute path to them. For example
144
- `/home/username/ti/simplelink_cc13xx_cc26xx_sdk_5_30_03_01_eng` and
145
- `/home/username/ti/sysconfig_1.10.0`. On Windows the default directory is
144
+ `/home/username/ti/sysconfig_1.11.0`. On Windows the default directory is
146
145
`C:\ti`. Take note of this install path, as it will be used in the next
147
146
step.
148
147
149
148
```
150
149
$ cd ~/connectedhomeip/examples/lock-app/cc13x2x7_26x2x7
151
- $ export TI_SIMPLELINK_SDK_ROOT=$HOME/ti/simplelink_cc13xx_cc26xx_sdk_5_30_03_01_eng
152
150
$ export TI_SYSCONFIG_ROOT=$HOME/ti/sysconfig_1.10.0
153
- $ gn gen out/debug --args="ti_simplelink_sdk_root=\"${TI_SIMPLELINK_SDK_ROOT}\" ti_sysconfig_root=\"${TI_SYSCONFIG_ROOT}\""
151
+ $ gn gen out/debug --args="ti_sysconfig_root=\"${TI_SYSCONFIG_ROOT}\""
154
152
$ ninja -C out/debug
155
153
156
154
```
You can’t perform that action at this time.
0 commit comments