We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a40cfc commit f43cdebCopy full SHA for f43cdeb
packages/mbed-host-tests/README.md
@@ -137,6 +137,12 @@ List available reset and flashing plugins:
137
$ mbedhtrun --plugins
138
```
139
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
146
# Installation
147
148
`htrun` is redistributed with sources, as Python 2.7 compatible module called `mbed-host-tests` and command line tool called `mbedhtrun`.
0 commit comments