Skip to content

Commit

Permalink
Update README.md, modify the baudrate from 2000000 to 115200, in orde…
Browse files Browse the repository at this point in the history
…r to adapt to macos screen and minicom (project-chip#20116)
  • Loading branch information
jczhang777 authored and danielsilabs committed Sep 9, 2022
1 parent 4dca633 commit 9c0eb01
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions examples/lighting-app/bouffalolab/bl602/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,7 @@ The steps in this document were validated on Ubuntu 18.04 and 20.04.
source ./scripts/activate.sh
```

## Build the image

- Build the example application:

```
connectedhomeip$ ./scripts/build/build_examples.py --target bl602-light build
```

Generated files

```
connectedhomeip/out/bl602-light/chip-bl602-lighting-example.bin
```

To delete generated executable, libraries and object files use:

```
cd ~/connectedhomeip/
rm -rf out/
```

## Flash the board
## Build the image and flash the board

- Build the
[lighting-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/bouffalolab/bl602)
Expand Down Expand Up @@ -94,7 +73,7 @@ The steps in this document were validated on Ubuntu 18.04 and 20.04.
`/dev/ttyACM0`:

```
picocom -b 2000000 /dev/ttyACM0
picocom -b 115200 /dev/ttyACM0
```

2.To reset the board, press the RESET button, and you will see the log in the
Expand Down

0 comments on commit 9c0eb01

Please sign in to comment.