Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:openocd [2022/12/16 10:23]
darron [Install]
tools:openocd [2023/11/25 22:48] (current)
darron [Install]
Line 18: Line 18:
  
 <code> <code>
-sudo apt install build-essential automake libtool libhidapi-dev libcapstone-dev +apt install build-essential git automake libtool libhidapi-dev libcapstone-dev libusb-1.0-0-dev libjaylink-dev pkg-config
 </code> </code>
  
Line 25: Line 24:
  
 <code> <code>
 +mkdir -p /opt/src
 +cd /opt/src
 git clone https://git.code.sf.net/p/openocd/code openocd git clone https://git.code.sf.net/p/openocd/code openocd
 cd openocd cd openocd
 ./bootstrap ./bootstrap
 ./configure --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio --enable-picoprobe --enable-jlink --enable-ft232r --enable-cmsis-dap --enable-cmsis-dap-v2 --with-capstone ./configure --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio --enable-picoprobe --enable-jlink --enable-ft232r --enable-cmsis-dap --enable-cmsis-dap-v2 --with-capstone
-make +make -j 4 
-sudo make install+make install
 </code> </code>
  
 ==Windows== ==Windows==
  
-Latest release overview is [[https://github.com/openocd-org/openocd/releases|here]]+Release overview is [[https://github.com/openocd-org/openocd/releases|here]] or [[https://github.com/openocd-org/openocd/releases/download/v0.12.0-rc2/openocd-v0.12.0-rc2-i686-w64-mingw32.tar.gz|download]].
- +
-[[https://github.com/openocd-org/openocd/releases/download/v0.12.0-rc2/openocd-v0.12.0-rc2-i686-w64-mingw32.tar.gz|Download]]+