Skip to content
Snippets Groups Projects
Commit f809ee69 authored by ntfreak's avatar ntfreak
Browse files

- fix issue with jlink/libusb timeout under linux

- add missing svn props

git-svn-id: svn://svn.berlios.de/openocd/trunk@1128 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 8a7464df
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
#define JLINK_WRITE_ENDPOINT 0x02 #define JLINK_WRITE_ENDPOINT 0x02
#define JLINK_READ_ENDPOINT 0x81 #define JLINK_READ_ENDPOINT 0x81
#define JLINK_USB_TIMEOUT 100 #define JLINK_USB_TIMEOUT 1000
#define JLINK_IN_BUFFER_SIZE 8192 #define JLINK_IN_BUFFER_SIZE 8192
#define JLINK_OUT_BUFFER_SIZE 8192 #define JLINK_OUT_BUFFER_SIZE 8192
......
#use combined on interfaces or targets that can't set TRST/SRST separately #use combined on interfaces or targets that can't set TRST/SRST separately
reset_config trst_and_srst reset_config trst_and_srst
# There are 2 taps on the chip: # There are 2 taps on the chip:
# The ETM # The ETM
jtag_device 4 0x1 0xf 0xe jtag_device 4 0x1 0xf 0xe
# The ARM926EJS # The ARM926EJS
jtag_device 4 0x1 0xf 0xe jtag_device 4 0x1 0xf 0xe
# Note above there are 2 taps (#0 and #1) the ARM926 is the 2nd tap (ie #1) # Note above there are 2 taps (#0 and #1) the ARM926 is the 2nd tap (ie #1)
target create target0 arm926ejs -endianess little -chain-position 1 -variant arm926ejs target create target0 arm926ejs -endianess little -chain-position 1 -variant arm926ejs
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