various: don't mention wiki
The openfacts.berlios wiki isn't particularly current, and isn't publicly editable. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>__archive__
parent
9e52957efc
commit
30365886da
|
@ -88,9 +88,6 @@ and
|
|||
programs are properly installed at your site, the command
|
||||
.B info openocd
|
||||
should give you access to the complete manual.
|
||||
.PP
|
||||
Also, the OpenOCD wiki contains some more information and examples:
|
||||
.B http://openfacts.berlios.de/index-en.phtml?title=Open_On-Chip_Debugger
|
||||
.SH "AUTHORS"
|
||||
Please see the file AUTHORS.
|
||||
.PP
|
||||
|
|
|
@ -30,8 +30,8 @@ target_script 0 reset .\prj\at91r40008_reset.script
|
|||
|
||||
flash bank cfi 0x10000000 0x400000 2 2 0
|
||||
|
||||
# For more information about the configuration files, take a look at:
|
||||
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
|
||||
# For more information about the configuration files,
|
||||
# look at the OpenOCD User's Guide.
|
||||
|
||||
init
|
||||
reset halt
|
||||
|
|
|
@ -27,8 +27,8 @@ target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdm
|
|||
#flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
|
||||
flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765 calc_checksum
|
||||
|
||||
# For more information about the configuration files, take a look at:
|
||||
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
|
||||
# For more information about the configuration files,
|
||||
# look at the OpenOCD User's Guide.
|
||||
|
||||
init
|
||||
reset halt
|
||||
|
|
|
@ -28,8 +28,8 @@ target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdm
|
|||
#flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
|
||||
flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v1 14765 calc_checksum
|
||||
|
||||
# For more information about the configuration files, take a look at:
|
||||
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
|
||||
# For more information about the configuration files,
|
||||
# look at the OpenOCD User's Guide.
|
||||
|
||||
init
|
||||
reset halt
|
||||
|
|
|
@ -32,8 +32,8 @@ target_script 0 reset .\prj\sam7s256_reset.script
|
|||
#flash bank <driver> <base> <size> <chip_width> <bus_width>
|
||||
flash bank at91sam7 0 0 0 0 0
|
||||
|
||||
# For more information about the configuration files, take a look at:
|
||||
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
|
||||
# For more information about the configuration files,
|
||||
# look at the OpenOCD User's Guide.
|
||||
|
||||
init
|
||||
reset halt
|
||||
|
|
|
@ -32,8 +32,8 @@ target_script 0 reset .\prj\sam7x256_reset.script
|
|||
#flash bank <driver> <base> <size> <chip_width> <bus_width>
|
||||
flash bank at91sam7 0 0 0 0 0
|
||||
|
||||
# For more information about the configuration files, take a look at:
|
||||
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
|
||||
# For more information about the configuration files,
|
||||
# look at the OpenOCD User's Guide.
|
||||
|
||||
init
|
||||
reset halt
|
||||
|
|
|
@ -27,8 +27,8 @@ target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdm
|
|||
#flash bank str7x <base> <size> 0 0 <target#> <variant>
|
||||
flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x
|
||||
|
||||
# For more information about the configuration files, take a look at:
|
||||
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
|
||||
# For more information about the configuration files,
|
||||
# look at the OpenOCD User's Guide.
|
||||
|
||||
init
|
||||
reset halt
|
||||
|
|
|
@ -29,8 +29,8 @@ target_script 0 gdb_program_config .\prj\str710_program.script
|
|||
#flash bank str7x <base> <size> 0 0 <target#> <variant>
|
||||
flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x
|
||||
|
||||
# For more information about the configuration files, take a look at:
|
||||
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
|
||||
# For more information about the configuration files,
|
||||
# look at the OpenOCD User's Guide.
|
||||
|
||||
init
|
||||
reset halt
|
||||
|
|
|
@ -34,8 +34,8 @@ target_script 0 gdb_program_config .\prj\str912_program.script
|
|||
#flash bank str7x <base> <size> 0 0 <target#> <variant>
|
||||
flash bank str9x 0x00000000 0x00080000 0 0 0
|
||||
|
||||
# For more information about the configuration files, take a look at:
|
||||
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
|
||||
# For more information about the configuration files,
|
||||
# look at the OpenOCD User's Guide.
|
||||
|
||||
init
|
||||
reset halt
|
||||
|
|
Loading…
Reference in New Issue