summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-14 19:48:11 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-14 19:48:11 +0000
commit2d43ea1a45882e53370c7b4abcdf064a2e5f80b3 (patch)
tree7fc6c124bd0443147e07c5c0beeed46832271876 /testing
parentd8490491e672cef628528904df559cdc618bbfd7 (diff)
downloadopenocd+libswd-2d43ea1a45882e53370c7b4abcdf064a2e5f80b3.tar.gz
openocd+libswd-2d43ea1a45882e53370c7b4abcdf064a2e5f80b3.tar.bz2
openocd+libswd-2d43ea1a45882e53370c7b4abcdf064a2e5f80b3.tar.xz
openocd+libswd-2d43ea1a45882e53370c7b4abcdf064a2e5f80b3.zip
wip
git-svn-id: svn://svn.berlios.de/openocd/trunk@1320 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing')
-rw-r--r--testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk7
1 files changed, 1 insertions, 6 deletions
diff --git a/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk b/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
index 336ddfba..b1148c6a 100644
--- a/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
+++ b/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
@@ -9,12 +9,6 @@ set prompt (arm-gdb)
set endian little
dir .
-# Tell GDB to use 1024 bytes packes when downloading, this
-# reduces load image download times
-set remote memory-write-packet-size 1024
-set remote memory-write-packet-size fixed
-
-
# DEFINE MACROS :
#
@@ -30,6 +24,7 @@ end
# CONNECT TO TARGET :
target remote 127.0.0.1:3333
monitor reset run
+#FIX!!!! should be reset init!
monitor reset halt
# iMX31 PDK board initialization commands: