Skip to content

Commit f43cdeb

Browse files
authored
updated README with info about using plugins
1 parent 4a40cfc commit f43cdeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/mbed-host-tests/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ List available reset and flashing plugins:
137137
$ mbedhtrun --plugins
138138
```
139139

140+
Flash binary file `/path/to/file/binary.bin` using plugin `stlink`. Use serial port `COM4` with baudrate `115200` to communicate with DUT:
141+
142+
```
143+
mbedhtrun -c stlink -f /path/to/file/binary.bin -p COM4:115200
144+
```
145+
140146
# Installation
141147

142148
`htrun` is redistributed with sources, as Python 2.7 compatible module called `mbed-host-tests` and command line tool called `mbedhtrun`.

0 commit comments

Comments
 (0)