Skip to content

Commit

Permalink
Use the right build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanthom committed Jan 28, 2021
1 parent 072959e commit a36b0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install-stm32h103.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ The SWD signals are available on the HE20 JTAG connector:

## Flashing DirtyJTAG

Download a binary version of DirtyJTAG (make sure to get the `bluepill` build!) or [compile it yourself](building-dirtyjtag.md), then flash it using `st-flash`:
Download a binary version of DirtyJTAG (make sure to get the `olimexstm32h103` build!) or [compile it yourself](building-dirtyjtag.md), then flash it using `st-flash`:

```
st-flash write /path/to/dirtyjtag.bluepill.bin 0x8000000
st-flash write /path/to/dirtyjtag.olimexstm32h103.bin 0x8000000
```

## Pinout
Expand Down

0 comments on commit a36b0cc

Please sign in to comment.