OpenOCD

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m (Install)
m
Line 31: Line 31:
 
sudo make install
 
sudo make install
 
</source>
 
</source>
 +
 +
==Usage==
 +
{|
 +
| halt || halt...
 +
|-
 +
| reset || reset...
 +
|-
 +
| exit || exit...
 +
|-
 +
| flash write_image erase &lt;''image''&gt; &lt;''address''&gt; || put &lt;''image''&gt; into flash at &lt;''address''&gt;
 +
|}

Revision as of 17:20, 27 July 2012

Contents

Download

From git: git://openocd.git.sourceforge.net/gitroot/openocd/openocd
Source: http://sourceforge.net/projects/openocd/files/openocd/

Build

Git

# checkout the latest release tag (it may have changed!)
git co v0.5.0
 
# bootstrap
./bootstrap
 
# configure
./configure --enable-maintainer-mode

Source Package

# configure
./configure

Build

make

Install

sudo make install

Usage

halt halt...
reset reset...
exit exit...
flash write_image erase <image> <address> put <image> into flash at <address>
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox