Skip to content

Commit

Permalink
SFT-4410: set openocd version in DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gleason committed Nov 12, 2024
1 parent af9c192 commit a16bbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The makefiles used by MicroPython and Passport firmware use Autotools. Install
OpenOCD is used to connect to the STLink V2 debug probe. Note that this is only required for developers with a special Developer version of the Passport board. If all you want to do is build the firmware and install it with a Developer Pubkey over microSD, then you do not need to install OpenOCD.

cd ~/
git clone https://github.com/ntfreak/openocd.git
git clone --depth 1 --branch v0.12.0 https://github.com/ntfreak/openocd.git
cd ~/openocd/
./bootstrap
./configure --enable-stlink
Expand Down

0 comments on commit a16bbe9

Please sign in to comment.