Skip to content

Commit

Permalink
[Telink]: Minor fixes in Readme.md (#8661)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikorsev authored Jul 29, 2021
1 parent 770a278 commit 71c9d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/lighting-app/telink/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
1. Pull docker image from repository:

```
$ docker pull alexkolosovtelinksemi/chip-build-telink:latest
$ docker pull connectedhomeip/chip-build-telink:latest
```
1. Run docker container:
```
$ docker run -it -v ${CHIP_BASE}:/root/chip alexkolosovtelinksemi/chip-build-telink:latest
$ docker run -it -v ${CHIP_BASE}:/root/chip connectedhomeip/chip-build-telink:latest
```
here `${CHIP_BASE}` is directory which contains CHIP repo files **!!!Pay
attention that OUTPUT_DIR should conatins ABSOLUTE path to output dir**
1. Run build script:
```
cd /root/chip/scripts/examples && ./telink_example.sh
cd /root/chip/scripts/examples && ./telink_example.sh lighting-app tlsr9518adk80d
```
1. Exit docker container and collect build artifacts. Firmware binary would be
located in
Expand Down

0 comments on commit 71c9d95

Please sign in to comment.