File tree 15 files changed +60
-60
lines changed
air-quality-sensor-app/telink
all-clusters-minimal-app/telink
contact-sensor-app/telink
pump-controller-app/telink
smoke-co-alarm-app/telink
temperature-measurement-app/telink
15 files changed +60
-60
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ feature for another Telink example:
138
138
139
139
After build application with enabled OTA feature, use next binary files:
140
140
141
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
142
- - zephyr-ota.bin - binary for OTA Provider
141
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
142
+ - metter.ota - binary for OTA Provider
143
143
144
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
144
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
145
145
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
146
146
corresponding “prj.conf” configuration file.
147
147
@@ -156,7 +156,7 @@ Usage of OTA:
156
156
- Run the Linux OTA Provider with OTA image.
157
157
158
158
```
159
- ./chip-ota-provider-app -f zephyr-ota.bin
159
+ ./chip-ota-provider-app -f metter.ota
160
160
```
161
161
162
162
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -140,10 +140,10 @@ feature for another Telink example:
140
140
141
141
After build application with enabled OTA feature, use next binary files:
142
142
143
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
144
- - zephyr-ota.bin - binary for OTA Provider
143
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
144
+ - metter.ota - binary for OTA Provider
145
145
146
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
146
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
147
147
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
148
148
corresponding “prj.conf” configuration file.
149
149
@@ -158,7 +158,7 @@ Usage of OTA:
158
158
- Run the Linux OTA Provider with OTA image.
159
159
160
160
```
161
- ./chip-ota-provider-app -f zephyr-ota.bin
161
+ ./chip-ota-provider-app -f metter.ota
162
162
```
163
163
164
164
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ feature for another Telink example:
125
125
126
126
After build application with enabled OTA feature, use next binary files:
127
127
128
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
129
- - zephyr-ota.bin - binary for OTA Provider
128
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
129
+ - metter.ota - binary for OTA Provider
130
130
131
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
131
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
132
132
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
133
133
corresponding “prj.conf” configuration file.
134
134
@@ -143,7 +143,7 @@ Usage of OTA:
143
143
- Run the Linux OTA Provider with OTA image.
144
144
145
145
` ` `
146
- ./chip-ota-provider-app -f zephyr-ota.bin
146
+ ./chip-ota-provider-app -f metter.ota
147
147
` ` `
148
148
149
149
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -285,10 +285,10 @@ feature for another Telink example:
285
285
286
286
After build application with enabled OTA feature, use next binary files:
287
287
288
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
289
- - zephyr-ota.bin - binary for OTA Provider
288
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
289
+ - metter.ota - binary for OTA Provider
290
290
291
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
291
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
292
292
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
293
293
corresponding “prj.conf” configuration file.
294
294
@@ -303,7 +303,7 @@ Usage of OTA:
303
303
- Run the Linux OTA Provider with OTA image.
304
304
305
305
```
306
- ./chip-ota-provider-app -f zephyr-ota.bin
306
+ ./chip-ota-provider-app -f metter.ota
307
307
```
308
308
309
309
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ feature for another Telink example:
142
142
143
143
After build application with enabled OTA feature, use next binary files:
144
144
145
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
146
- - zephyr-ota.bin - binary for OTA Provider
145
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
146
+ - metter.ota - binary for OTA Provider
147
147
148
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
148
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
149
149
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
150
150
corresponding “prj.conf” configuration file.
151
151
@@ -160,7 +160,7 @@ Usage of OTA:
160
160
- Run the Linux OTA Provider with OTA image.
161
161
162
162
```
163
- ./chip-ota-provider-app -f zephyr-ota.bin
163
+ ./chip-ota-provider-app -f metter.ota
164
164
```
165
165
166
166
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -263,10 +263,10 @@ feature for another Telink example:
263
263
264
264
After build application with enabled OTA feature, use next binary files:
265
265
266
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
267
- - zephyr-ota.bin - binary for OTA Provider
266
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
267
+ - metter.ota - binary for OTA Provider
268
268
269
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
269
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
270
270
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
271
271
corresponding “prj.conf” configuration file.
272
272
@@ -281,7 +281,7 @@ Usage of OTA:
281
281
- Run the Linux OTA Provider with OTA image.
282
282
283
283
` ` `
284
- ./chip-ota-provider-app -f zephyr-ota.bin
284
+ ./chip-ota-provider-app -f metter.ota
285
285
` ` `
286
286
287
287
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -204,10 +204,10 @@ feature for another Telink example:
204
204
205
205
After build application with enabled OTA feature, use next binary files:
206
206
207
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
208
- - zephyr-ota.bin - binary for OTA Provider
207
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
208
+ - metter.ota - binary for OTA Provider
209
209
210
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
210
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
211
211
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
212
212
corresponding “prj.conf” configuration file.
213
213
@@ -222,7 +222,7 @@ Usage of OTA:
222
222
- Run the Linux OTA Provider with OTA image.
223
223
224
224
```
225
- ./chip-ota-provider-app -f zephyr-ota.bin
225
+ ./chip-ota-provider-app -f metter.ota
226
226
```
227
227
228
228
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ feature for another Telink example:
145
145
146
146
After build application with enabled OTA feature, use next binary files:
147
147
148
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
149
- - zephyr-ota.bin - binary for OTA Provider
148
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
149
+ - metter.ota - binary for OTA Provider
150
150
151
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
151
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
152
152
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
153
153
corresponding “prj.conf” configuration file.
154
154
@@ -163,7 +163,7 @@ Usage of OTA:
163
163
- Run the Linux OTA Provider with OTA image.
164
164
165
165
```
166
- ./chip-ota-provider-app -f zephyr-ota.bin
166
+ ./chip-ota-provider-app -f metter.ota
167
167
```
168
168
169
169
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -134,10 +134,10 @@ feature for another Telink example:
134
134
135
135
After build application with enabled OTA feature, use next binary files:
136
136
137
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
138
- - zephyr-ota.bin - binary for OTA Provider
137
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
138
+ - metter.ota - binary for OTA Provider
139
139
140
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
140
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
141
141
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
142
142
corresponding “prj.conf” configuration file.
143
143
@@ -152,7 +152,7 @@ Usage of OTA:
152
152
- Run the Linux OTA Provider with OTA image.
153
153
154
154
```
155
- ./chip-ota-provider-app -f zephyr-ota.bin
155
+ ./chip-ota-provider-app -f metter.ota
156
156
```
157
157
158
158
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -146,10 +146,10 @@ feature for another Telink example:
146
146
147
147
After build application with enabled OTA feature, use next binary files:
148
148
149
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
150
- - zephyr-ota.bin - binary for OTA Provider
149
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
150
+ - metter.ota - binary for OTA Provider
151
151
152
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
152
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
153
153
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
154
154
corresponding “prj.conf” configuration file.
155
155
@@ -164,7 +164,7 @@ Usage of OTA:
164
164
- Run the Linux OTA Provider with OTA image.
165
165
166
166
```
167
- ./chip-ota-provider-app -f zephyr-ota.bin
167
+ ./chip-ota-provider-app -f metter.ota
168
168
```
169
169
170
170
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ feature for another Telink example:
147
147
148
148
After build application with enabled OTA feature, use next binary files:
149
149
150
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
151
- - zephyr-ota.bin - binary for OTA Provider
150
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
151
+ - metter.ota - binary for OTA Provider
152
152
153
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
153
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
154
154
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
155
155
corresponding “prj.conf” configuration file.
156
156
@@ -165,7 +165,7 @@ Usage of OTA:
165
165
- Run the Linux OTA Provider with OTA image.
166
166
167
167
```
168
- ./chip-ota-provider-app -f zephyr-ota.bin
168
+ ./chip-ota-provider-app -f metter.ota
169
169
```
170
170
171
171
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ feature for another Telink example:
144
144
145
145
After build application with enabled OTA feature, use next binary files:
146
146
147
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
148
- - zephyr-ota.bin - binary for OTA Provider
147
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
148
+ - metter.ota - binary for OTA Provider
149
149
150
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
150
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
151
151
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
152
152
corresponding “prj.conf” configuration file.
153
153
@@ -162,7 +162,7 @@ Usage of OTA:
162
162
- Run the Linux OTA Provider with OTA image.
163
163
164
164
```
165
- ./chip-ota-provider-app -f zephyr-ota.bin
165
+ ./chip-ota-provider-app -f metter.ota
166
166
```
167
167
168
168
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ feature for another Telink example:
127
127
128
128
After build application with enabled OTA feature, use next binary files:
129
129
130
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
131
- - zephyr-ota.bin - binary for OTA Provider
130
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
131
+ - metter.ota - binary for OTA Provider
132
132
133
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
133
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
134
134
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
135
135
corresponding “prj.conf” configuration file.
136
136
@@ -145,7 +145,7 @@ Usage of OTA:
145
145
- Run the Linux OTA Provider with OTA image.
146
146
147
147
` ` `
148
- ./chip-ota-provider-app -f zephyr-ota.bin
148
+ ./chip-ota-provider-app -f metter.ota
149
149
` ` `
150
150
151
151
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ feature for another Telink example:
138
138
139
139
After build application with enabled OTA feature, use next binary files:
140
140
141
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
142
- - zephyr-ota.bin - binary for OTA Provider
141
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
142
+ - metter.ota - binary for OTA Provider
143
143
144
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
144
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
145
145
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
146
146
corresponding “prj.conf” configuration file.
147
147
@@ -156,7 +156,7 @@ Usage of OTA:
156
156
- Run the Linux OTA Provider with OTA image.
157
157
158
158
```
159
- ./chip-ota-provider-app -f zephyr-ota.bin
159
+ ./chip-ota-provider-app -f metter.ota
160
160
```
161
161
162
162
- Provision the Linux OTA Provider using chip-tool
Original file line number Diff line number Diff line change @@ -209,10 +209,10 @@ feature for another Telink example:
209
209
210
210
After build application with enabled OTA feature, use next binary files:
211
211
212
- - zephyr .bin - main binary to flash PCB (Use at least 2MB PCB).
213
- - zephyr-ota.bin - binary for OTA Provider
212
+ - merged .bin - main binary to flash PCB (Use at least 2MB PCB).
213
+ - metter.ota - binary for OTA Provider
214
214
215
- All binaries has the same SW version. To test OTA “zephyr-ota.bin ” should have
215
+ All binaries has the same SW version. To test OTA “metter.ota ” should have
216
216
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
217
217
corresponding “prj.conf” configuration file.
218
218
@@ -227,7 +227,7 @@ Usage of OTA:
227
227
- Run the Linux OTA Provider with OTA image.
228
228
229
229
```
230
- ./chip-ota-provider-app -f zephyr-ota.bin
230
+ ./chip-ota-provider-app -f metter.ota
231
231
```
232
232
233
233
- Provision the Linux OTA Provider using chip-tool
You can’t perform that action at this time.
0 commit comments