Skip to content

Commit

Permalink
Moved jtag-programmer to infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbeanton committed Oct 5, 2023
1 parent eae6a9a commit 40b9c80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/infrastructure/flashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ to be flashed on the GAP8 (which is the case for all AIdecks equal or newer than

## JTAG

You can flash the example with an Olimex ARM-USB-TINY-H JTAG using the following command (replacing example-directory with the example you want to flash):
See the [JTAG programmer](/docs/infrastructure/jtag-programmer.md) documentation for programmer details. You can e.g. flash the example with an Olimex ARM-USB-TINY-H JTAG using the following command (replacing example-directory with the example you want to flash):

```bash
docker run --rm -v ${PWD}:/module --device /dev/ttyUSB0 --privileged -P bitcraze/aideck tools/build/make-example [example-directory] flash
Expand Down
File renamed without changes.

0 comments on commit 40b9c80

Please sign in to comment.