Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:openocd [2024/12/11 06:37] – darron | tools:openocd [2025/02/23 18:10] (current) – darron | ||
---|---|---|---|
Line 23: | Line 23: | ||
</ | </ | ||
- | ==Install== | + | ==Dev== |
Install into /usr/local | Install into /usr/local | ||
- | |||
- | ==Dev== | ||
< | < | ||
mkdir -p /opt/src | mkdir -p /opt/src | ||
cd /opt/src | cd /opt/src | ||
- | git clone https:// | + | git clone --recursive |
cd openocd | cd openocd | ||
./bootstrap | ./bootstrap | ||
- | ./configure --prefix=/ | + | ./configure --prefix=/ |
make -j 4 | make -j 4 | ||
make install | make install | ||
Line 43: | Line 41: | ||
==STM== | ==STM== | ||
+ | |||
+ | Install into /opt | ||
< | < | ||
Line 56: | Line 56: | ||
==RPi== | ==RPi== | ||
+ | |||
+ | Install into /opt | ||
< | < |