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

- added svn props for newly added files

git-svn-id: svn://svn.berlios.de/openocd/trunk@947 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent b8387ea2
No related branches found
No related tags found
No related merge requests found
# imx31 config # imx31 config
# #
# NB! Does not work yet. Work in progress # NB! Does not work yet. Work in progress
#jtag scan chain #jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
# 4 devices otherwise openocd complains, the last one returns 0x0 for all bytes # 4 devices otherwise openocd complains, the last one returns 0x0 for all bytes
jtag_device 4 0x1 0x0 0xe jtag_device 4 0x1 0x0 0xe
jtag_device 5 0x1 0x1f 0x1e jtag_device 5 0x1 0x1f 0x1e
#jtag_device 4 0x0 0x0 0xe #jtag_device 4 0x0 0x0 0xe
# The device below does not have an IDCODE, so lsb is 1 # The device below does not have an IDCODE, so lsb is 1
jtag_device 4 0x0 0x0 0xf jtag_device 4 0x0 0x0 0xf
jtag_device 5 0x1 0x0 0x1e jtag_device 5 0x1 0x0 0x1e
jtag_nsrst_delay 500 jtag_nsrst_delay 500
jtag_ntrst_delay 500 jtag_ntrst_delay 500
target arm11 little 1 target arm11 little 1
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