Difference between revisions of "OpenOCD for IMote2 Wiggler"
(New page: === Build OpenOCD === * check out OpenOCD svn repository svn checkout http://svn.berlios.de/svnroot/repos/openocd/trunk openocd-svn * build OpenOCD with parallel port wiggler cd openo...) |
(→Build OpenOCD) |
||
Line 16: | Line 16: | ||
sudo chmod 755 /usr/local/etc/arm-wiggler.cfg | sudo chmod 755 /usr/local/etc/arm-wiggler.cfg | ||
− | Get the arm-wiggler.cfg [[ | here]] | + | Get the arm-wiggler.cfg [[http://enl.usc.edu/~nilmish/arm-wiggler.cfg | here]] |
This will install openocd to /usr/local/bin. Be sure this is on your PATH. | This will install openocd to /usr/local/bin. Be sure this is on your PATH. |
Revision as of 12:44, 11 August 2008
Build OpenOCD
- check out OpenOCD svn repository
svn checkout http://svn.berlios.de/svnroot/repos/openocd/trunk openocd-svn
- build OpenOCD with parallel port wiggler
cd openocd-svn ./bootstrap ./configure --enable-parport make
- install OpenOCD
sudo make install sudo chmod 4755 /usr/local/bin/openocd sudo mkdir -p /usr/local/etc sudo cp arm-wiggler.cfg /usr/local/etc sudo chmod 755 /usr/local/etc/arm-wiggler.cfg
Get the arm-wiggler.cfg [| here] This will install openocd to /usr/local/bin. Be sure this is on your PATH.