Skip to content

Commit

Permalink
Merge pull request #576 from Foundation-Devices/SFT-4410-openocd-version
Browse files Browse the repository at this point in the history
SFT-4410: openocd version
  • Loading branch information
mjg-foundation authored Nov 12, 2024
2 parents af9c192 + 1e95aa1 commit da26263
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 da26263

Please sign in to comment.