Skip to content
Snippets Groups Projects
Commit 4ad68fb6 authored by oharboe's avatar oharboe
Browse files

John McCarthy <jgmcc@magma.ca> - mips_4k options

git-svn-id: svn://svn.berlios.de/openocd/trunk@1133 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 56a1fed3
No related branches found
No related tags found
No related merge requests found
......@@ -576,11 +576,13 @@ Currently, there are no options available for the ep93xx interface.
@item @b{cortex_m3}
@item @b{feroceon}
@item @b{xscale}
@item @b{arm11}
@item @b{mips_m4k}
@end itemize
If you want to use a target board that is not on this list, see Adding a new
target board
target board.
The @option{target types} command can be used to get the list of targets supported from within openocd.
Endianess may be @option{little} or @option{big}.
......@@ -638,6 +640,16 @@ be detected and the normal reset behaviour used.
Supported variants are @option{ixp42x}, @option{ixp45x}, @option{ixp46x},
@option{pxa250}, @option{pxa255}, @option{pxa26x}.
@subsection arm11 options
@cindex arm11 options
@subsection mips_m4k options
@cindex mips_m4k options
Use variant @option{ejtag_srst} when debugging targets that
do not provide a functional SRST line on the EJTAG connector.
This causes openocd to instead use an EJTAG software reset command to reset the processor.
You still need to enable @option{srst} on the reset configuration command to enable openocd hardware reset functionality.
@section Flash configuration
@cindex Flash configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment