Browse Source

wip

git-svn-id: svn://svn.berlios.de/openocd/trunk@1320 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
oharboe 15 years ago
parent
commit
2d43ea1a45
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk

+ 1
- 6
testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk View File

@@ -9,12 +9,6 @@ set prompt (arm-gdb)
set endian little set endian little
dir . 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 : # DEFINE MACROS :
# #
@@ -30,6 +24,7 @@ end
# CONNECT TO TARGET : # CONNECT TO TARGET :
target remote 127.0.0.1:3333 target remote 127.0.0.1:3333
monitor reset run monitor reset run
#FIX!!!! should be reset init!
monitor reset halt monitor reset halt
# iMX31 PDK board initialization commands: # iMX31 PDK board initialization commands:


Loading…
Cancel
Save