Skip to content

Commit 0521b5f

Browse files
committed
[Telink] Update readme files
1 parent 05ee519 commit 0521b5f

File tree

16 files changed

+224
-32
lines changed

16 files changed

+224
-32
lines changed

examples/air-quality-sensor-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,22 @@ The example supports building and running on the following devices:
1919
1. Run the Docker container:
2020

2121
```bash
22-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
22+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2323
```
2424

25-
You can find the compatible Docker image version in the file:
25+
The default Docker container includes the recommended Zephyr version, as specified in:
26+
27+
```bash
28+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
29+
```
30+
31+
If you need to use Zephyr 3.3.0, use the following container instead:
32+
33+
```bash
34+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
35+
```
36+
37+
You can check the compatible Docker image version in:
2638

2739
```bash
2840
$ .github/workflows/examples-telink.yaml

examples/all-clusters-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,22 @@ The example supports building and running on the following devices:
2121
1. Run the Docker container:
2222

2323
```bash
24-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
24+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2525
```
2626

27-
You can find the compatible Docker image version in the file:
27+
The default Docker container includes the recommended Zephyr version, as specified in:
28+
29+
```bash
30+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
31+
```
32+
33+
If you need to use Zephyr 3.3.0, use the following container instead:
34+
35+
```bash
36+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
37+
```
38+
39+
You can check the compatible Docker image version in:
2840

2941
```bash
3042
$ .github/workflows/examples-telink.yaml

examples/all-clusters-minimal-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,22 @@ The example supports building and running on the following devices:
2121
1. Run the Docker container:
2222

2323
```bash
24-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
24+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2525
```
2626

27-
You can find the compatible Docker image version in the file:
27+
The default Docker container includes the recommended Zephyr version, as specified in:
28+
29+
```bash
30+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
31+
```
32+
33+
If you need to use Zephyr 3.3.0, use the following container instead:
34+
35+
```bash
36+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
37+
```
38+
39+
You can check the compatible Docker image version in:
2840

2941
```bash
3042
$ .github/workflows/examples-telink.yaml

examples/bridge-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,22 @@ The example supports building and running on the following devices:
9898
1. Run the Docker container:
9999

100100
```bash
101-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
101+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
102102
```
103103

104-
You can find the compatible Docker image version in the file:
104+
The default Docker container includes the recommended Zephyr version, as specified in:
105+
106+
```bash
107+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
108+
```
109+
110+
If you need to use Zephyr 3.3.0, use the following container instead:
111+
112+
```bash
113+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
114+
```
115+
116+
You can check the compatible Docker image version in:
105117

106118
```bash
107119
$ .github/workflows/examples-telink.yaml

examples/contact-sensor-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,22 @@ The example supports building and running on the following devices:
1919
1. Run the Docker container:
2020

2121
```bash
22-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
22+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2323
```
2424

25-
You can find the compatible Docker image version in the file:
25+
The default Docker container includes the recommended Zephyr version, as specified in:
26+
27+
```bash
28+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
29+
```
30+
31+
If you need to use Zephyr 3.3.0, use the following container instead:
32+
33+
```bash
34+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
35+
```
36+
37+
You can check the compatible Docker image version in:
2638

2739
```bash
2840
$ .github/workflows/examples-telink.yaml

examples/light-switch-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,22 @@ The example supports building and running on the following devices:
2424
1. Run the Docker container:
2525

2626
```bash
27-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
27+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2828
```
2929

30-
You can find the compatible Docker image version in the file:
30+
The default Docker container includes the recommended Zephyr version, as specified in:
31+
32+
```bash
33+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
34+
```
35+
36+
If you need to use Zephyr 3.3.0, use the following container instead:
37+
38+
```bash
39+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
40+
```
41+
42+
You can check the compatible Docker image version in:
3143

3244
```bash
3345
$ .github/workflows/examples-telink.yaml

examples/lighting-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,22 @@ The example supports building and running on the following devices:
2222
1. Run the Docker container:
2323

2424
```bash
25-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
25+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2626
```
2727

28-
You can find the compatible Docker image version in the file:
28+
The default Docker container includes the recommended Zephyr version, as specified in:
29+
30+
```bash
31+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
32+
```
33+
34+
If you need to use Zephyr 3.3.0, use the following container instead:
35+
36+
```bash
37+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
38+
```
39+
40+
You can check the compatible Docker image version in:
2941

3042
```bash
3143
$ .github/workflows/examples-telink.yaml

examples/lock-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,22 @@ The example supports building and running on the following devices:
2222
1. Run the Docker container:
2323

2424
```bash
25-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
25+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2626
```
2727

28-
You can find the compatible Docker image version in the file:
28+
The default Docker container includes the recommended Zephyr version, as specified in:
29+
30+
```bash
31+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
32+
```
33+
34+
If you need to use Zephyr 3.3.0, use the following container instead:
35+
36+
```bash
37+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
38+
```
39+
40+
You can check the compatible Docker image version in:
2941

3042
```bash
3143
$ .github/workflows/examples-telink.yaml

examples/ota-requestor-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,22 @@ The example supports building and running on the following devices:
1515
1. Run the Docker container:
1616

1717
```bash
18-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
18+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
1919
```
2020

21-
You can find the compatible Docker image version in the file:
21+
The default Docker container includes the recommended Zephyr version, as specified in:
22+
23+
```bash
24+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
25+
```
26+
27+
If you need to use Zephyr 3.3.0, use the following container instead:
28+
29+
```bash
30+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
31+
```
32+
33+
You can check the compatible Docker image version in:
2234

2335
```bash
2436
$ .github/workflows/examples-telink.yaml

examples/pump-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,22 @@ The example supports building and running on the following devices:
2323
1. Run the Docker container:
2424

2525
```bash
26-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
26+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2727
```
2828

29-
You can find the compatible Docker image version in the file:
29+
The default Docker container includes the recommended Zephyr version, as specified in:
30+
31+
```bash
32+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
33+
```
34+
35+
If you need to use Zephyr 3.3.0, use the following container instead:
36+
37+
```bash
38+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
39+
```
40+
41+
You can check the compatible Docker image version in:
3042

3143
```bash
3244
$ .github/workflows/examples-telink.yaml

examples/pump-controller-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,22 @@ The example supports building and running on the following devices:
2424
1. Run the Docker container:
2525

2626
```bash
27-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
27+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2828
```
2929

30-
You can find the compatible Docker image version in the file:
30+
The default Docker container includes the recommended Zephyr version, as specified in:
31+
32+
```bash
33+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
34+
```
35+
36+
If you need to use Zephyr 3.3.0, use the following container instead:
37+
38+
```bash
39+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
40+
```
41+
42+
You can check the compatible Docker image version in:
3143

3244
```bash
3345
$ .github/workflows/examples-telink.yaml

examples/shell/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,22 @@ The example supports building and running on the following devices:
1919
1. Run the Docker container:
2020

2121
```bash
22-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
22+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2323
```
2424

25-
You can find the compatible Docker image version in the file:
25+
The default Docker container includes the recommended Zephyr version, as specified in:
26+
27+
```bash
28+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
29+
```
30+
31+
If you need to use Zephyr 3.3.0, use the following container instead:
32+
33+
```bash
34+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
35+
```
36+
37+
You can check the compatible Docker image version in:
2638

2739
```bash
2840
$ .github/workflows/examples-telink.yaml

examples/smoke-co-alarm-app/telink/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,22 @@ The example supports building and running on the following devices:
1919
1. Run the Docker container:
2020

2121
```bash
22-
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}')
22+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: '{print $NF}' | head -n1)
2323
```
2424

25-
You can find the compatible Docker image version in the file:
25+
The default Docker container includes the recommended Zephyr version, as specified in:
26+
27+
```bash
28+
$ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
29+
```
30+
31+
If you need to use Zephyr 3.3.0, use the following container instead:
32+
33+
```bash
34+
$ docker run -it --rm -v $PWD:/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$(wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: '{print $NF}')
35+
```
36+
37+
You can check the compatible Docker image version in:
2638

2739
```bash
2840
$ .github/workflows/examples-telink.yaml

0 commit comments

Comments
 (0)