summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-23 05:46:26 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-23 05:46:26 +0000
commit3ccbf48fcc197e91aedebdbf90da2e87d2925db8 (patch)
tree63be95f4c1696d0f16cc691d16c1ef5e3469bc26 /doc
parent6510be8b8b0ffbe6c3d577625f7485775c69a99a (diff)
downloadopenocd_libswd-3ccbf48fcc197e91aedebdbf90da2e87d2925db8.tar.gz
openocd_libswd-3ccbf48fcc197e91aedebdbf90da2e87d2925db8.tar.bz2
openocd_libswd-3ccbf48fcc197e91aedebdbf90da2e87d2925db8.tar.xz
openocd_libswd-3ccbf48fcc197e91aedebdbf90da2e87d2925db8.zip
fixed doc for GDB memory map and flash program defaults to follow code
git-svn-id: svn://svn.berlios.de/openocd/trunk@605 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 4a8bb45b..611f5ec7 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -262,7 +262,7 @@ Default behaviour is <@var{disable}>
@cindex gdb_flash_program
Set to <@var{enable}> so that openocd will program the flash memory when a
vFlash packet is received.
-Default behaviour is <@var{disable}>
+Default behaviour is <@var{enable}>
@item @b{daemon_startup} <@var{mode}>
@cindex daemon_startup
@option{mode} can either @option{attach} or @option{reset}
@@ -1287,10 +1287,10 @@ This is now handled in the @option{qSupported} PacketSize.
@section Programming using gdb
@cindex Programming using gdb
-By default the target memory map is not sent to gdb, this can be enabled by
+By default the target memory map is sent to gdb, this can be diabled by
the following openocd config option:
@smallexample
-gdb_memory_map enable
+gdb_memory_map disable
@end smallexample
For this to function correctly a valid flash config must also be configured
in openocd. For speed also configure a valid working area.