Skip to content

Instantly share code, notes, and snippets.

Created May 6, 2009 01:02
Show Gist options
  • Save anonymous/107309 to your computer and use it in GitHub Desktop.
Save anonymous/107309 to your computer and use it in GitHub Desktop.
openocd.conf is:
telnet_port 4444
gdb_port 2331
interface ft2232
ft2232_vid_pid 0x15ba 0x0003
ft2232_layout olimex-jtag
jtag_speed 6
jtag_nsrst_delay 400
jtag_ntrst_delay 400
reset_config trst_only trst_pulls_srst trst_open_drain srst_open_drain
jtag_device 8 0x1 0xf 0xe
jtag_device 8 0x1 0 0xf
daemon_startup attach
target arm9tdmi little run_and_halt 1
processor is:
ARM946E-S
output is:
$ sudo openocd
Open On-Chip Debugger 1.0 (2008-08-11-18:16) svn:unknown
$URL: http://svn.berlios.de/svnroot/repos/openocd/trunk/src/openocd.c $
Info: options.c:50 configuration_output_handler(): jtag_speed: 6, 6
Info: options.c:50 configuration_output_handler(): Open On-Chip Debugger 1.0 (2008-08-11-18:16) svn:unknown
Info: jtag.c:1376 jtag_examine_chain(): JTAG device found: 0x29dd202b (Manufacturer: 0x015, Part: 0x9dd2, Version: 0x2)
Info: jtag.c:1376 jtag_examine_chain(): JTAG device found: 0x25a6802b (Manufacturer: 0x015, Part: 0x5a68, Version: 0x2)
Error: embeddedice.c:191 embeddedice_build_reg_cache(): unknown EmbeddedICE version (comms ctrl: 0x00000000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment