Skip to content

Commit

Permalink
Update all URLs to point to GitHub 'dirtyjtag' org
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanthom committed Nov 21, 2024
1 parent 87960c0 commit aa04b99
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/building-dirtyjtag.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In order to compile DirtyJTAG, you will need the following software:
Clone this repository :

```
git clone --recursive https://github.com/jeanthom/dirtyjtag
git clone --recursive https://github.com/dirtyjtag/dirtyjtag
cd dirtyjtag
```

Expand Down Expand Up @@ -51,7 +51,7 @@ You should use the `noloader` variant if your microcontroller hasn't been progra
If you have [Docker](https://www.docker.com/) (or podman) installed on your computer, you can also choose to build inside a container:

```
docker build https://github.com/jeanthom/DirtyJTAG.git --output type=tar,dest=dirtyjtag.tar
docker build https://github.com/dirtyjtag/DirtyJTAG.git --output type=tar,dest=dirtyjtag.tar
```

At the end of the build process, you'll find a `dirtyjtag.tar` archive containing all the build artifacts.
5 changes: 4 additions & 1 deletion docs/img/bluepill-pinout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/install-stlinkv2-dfu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The DFU method needs fewer hardware (only an ST-Link dongle with its original fi

## Uploading the firmware

Compile [stlink-tool](https://github.com/jeanthom/stlink-tool), and download the [DFU version](https://github.com/jeanthom/DirtyJTAG/releases) of the DirtyJTAG firmware.
Compile [stlink-tool](https://github.com/jeanthom/stlink-tool), and download the [DFU version](https://github.com/dirtyjtag/DirtyJTAG/releases) of the DirtyJTAG firmware.

Then run:

Expand Down
2 changes: 1 addition & 1 deletion docs/install-stlinkv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In order to install a newer firmware, you will need a SWD programmer. I chose to

![Two ST-Link clones connected together](img/stlinkv2-programming.png)

Do not plug your ST-Link (target) in a USB port yet. Install [stlink](https://github.com/texane/stlink) on your computer, and download a compiled release of DirtyJTAG for ST-Link adapters ([available here](https://github.com/jeanthom/dirtyjtag/releases)). Enter this command to program the STM32 :
Do not plug your ST-Link (target) in a USB port yet. Install [stlink](https://github.com/texane/stlink) on your computer, and download a compiled release of DirtyJTAG for ST-Link adapters ([available here](https://github.com/dirtyjtag/dirtyjtag/releases)). Enter this command to program the STM32 :

```
st-flash write /path/to/dirtyjtag-stlink.bin 0x8000000
Expand Down
2 changes: 1 addition & 1 deletion docs/stm32f1-flash-protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following documentation explains how to disable it through two different tec

## Unlocking method #1: OpenOCD

This first method requires you to connect an ST-Link programmer to your target. If you're unsure how to do so, check out [our documentation](https://github.com/jeanthom/DirtyJTAG/tree/master/docs).
This first method requires you to connect an ST-Link programmer to your target. If you're unsure how to do so, check out [our documentation](https://github.com/dirtyjtag/DirtyJTAG/tree/master/docs).

Connect the ST-Link that will act as a programmer to the target on its SWD header. Open up a terminal and type in the following command:

Expand Down
2 changes: 1 addition & 1 deletion hooks/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
See issue:

Problem: Dockerfile does not build on docker hub #56
https://github.com/jeanthom/DirtyJTAG/issues/56
https://github.com/dirtyjtag/DirtyJTAG/issues/56

Solution: add a file in hooks/post_checkout
https://stackoverflow.com/questions/54055666/docker-hub-and-git-submodules/59640438#59640438
Expand Down

0 comments on commit aa04b99

Please sign in to comment.