Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
tools:openocd [2024/12/11 06:37] darrontools:openocd [2025/02/23 18:10] (current) darron
Line 30: Line 30:
 mkdir -p /opt/src mkdir -p /opt/src
 cd /opt/src cd /opt/src
-git clone https://git.code.sf.net/p/openocd/code openocd+git clone --recursive https://git.code.sf.net/p/openocd/code openocd
 cd openocd cd openocd
 ./bootstrap ./bootstrap
-./configure --prefix=/usr/local --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio --enable-picoprobe --enable-jlink --enable-ft232r --enable-cmsis-dap --enable-cmsis-dap-v2 --enable-dummy --with-capstone --enable-openjtag --enable-aice --enable-presto --enable-usb-blaster+./configure --prefix=/usr/local --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio --enable-picoprobe --enable-jlink --enable-ft232r --enable-cmsis-dap --enable-cmsis-dap-v2 --enable-dummy --with-capstone --enable-openjtag --enable-aice --enable-presto --enable-usb-blaster --enable-internal-jimtcl
 make -j 4 make -j 4
 make install make install