You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
oharboe 1231443b59 lpc2148 fixes from Edgar Grimberg 16 years ago
..
at91eb40a.cfg - the reset mode parameter is now DEPRECATED. It is implemented 16 years ago
at91r40008.cfg target scripts for test suite. 16 years ago
at91sam9260.cfg - added svn prop svn:eol-style native 16 years ago
at91sam9260minimal.cfg - added svn props for newly added files 16 years ago
epc9301.cfg - added svn props for newly added files 16 years ago
ipx42x.cfg - added svn props for newly added files 16 years ago
lm3s811.cfg - updated cortex_m3 docs regarding luminary reset behaviour 16 years ago
lm3s6965.cfg - updated cortex_m3 docs regarding luminary reset behaviour 16 years ago
lpc2129.cfg - added svn props for newly added files 16 years ago
lpc2148.cfg lpc2148 fixes from Edgar Grimberg 16 years ago
lpc2294.cfg target scripts for test suite. 16 years ago
netx500.cfg - added svn props for newly added files 16 years ago
nslu2.cfg - added svn prop svn:eol-style native 16 years ago
omap5912.cfg - added svn props for newly added files 16 years ago
pxa255.cfg minor corrections for target scripts. 16 years ago
pxa255_sst.cfg minor corrections for target scripts. 16 years ago
pxa270.cfg - added svn props for newly added files 16 years ago
readme.txt Edgar Grimberg added a new rule for target scripts. Flash + verify must succeed. 16 years ago
sam7s256.cfg typo. 16 years ago
sam7x256.cfg target scripts for test suite. 16 years ago
stm32.cfg fix SEGFAULT regression in cortex after TRST fixes 16 years ago
stm32stick.cfg - added svn props for newly added files 16 years ago
str9comstick.cfg - added svn props for newly added files 16 years ago
str710.cfg - split str71x driver into banks 16 years ago
str730.cfg - added svn props for newly added files 16 years ago
str750.cfg - added svn props for newly added files 16 years ago
str912.cfg set communication speeds 16 years ago
wi-9c.cfg - add missing svn props 16 years ago
xba_revA3.cfg added target->type->examine(). Eventually this will allow for bringing up telnet/gdb *before* jtag chain has been validated + it might fix some reset halt problems seen as examine() needs to run after TRST has been asserted. 16 years ago
zy1000.cfg - reverted some of the changes that possibly broke arm926ejs. Waiting 16 years ago

readme.txt

Prerequisites:
The users of OpenOCD as well as computer programs interacting with OpenOCD are expecting that certain commands
do the same thing across all the targets.

Rules to follow when writing scripts:

1. The configuration script should be defined such as , for example, the following sequences are working:
reset
flash info <bank>
and
reset
flash erase_address <start> <len>

In most cases this can be accomplished by specifying the default startup mode as reset_init (target command
in the configuration file).

2. If the target is correctly configured, flash must be writable without any other helper commands. It is
assumed that all write-protect mechanisms should be disabled.

3. The configuration scripts should be defined such as the binary that was written to flash verifies
(turn off remapping, checksums, etc...)

flash write_image [file] <parameters>
verify_image [file] <parameters>