G'day,

Thanks for the patch.  I spent some time last weekend working with
openocd-0.7.0 and openjtag.c to create my own patch.  The two results
are virtually identical.

I'm new to both openocd and openjtag and cobbled together the following
config file to work with a borrowed at91sam7s-ek:

  #daemon configuration
  telnet_port 4444
  gdb_port 3333

  #interface
  interface ft2232
  ft2232_device_desc "USB<=>JTAG&RS232"
  ft2232_layout jtagkey
  ft2232_vid_pid 0x1457 0x5118

  set CHIPNAME at91sam7s

  source [find target/at91sam7sx.cfg]


running command "openocd -f openocd_openjtag_at91sam7s.cfg"

  Open On-Chip Debugger 0.7.0 (2013-05-15-23:11)
  Licensed under GNU GPL v2
  For bug reports, read
        http://openocd.sourceforge.net/doc/doxygen/bugs.html
  Info : only one transport option; autoselect 'jtag'
  srst_only srst_pulls_trst srst_gates_jtag srst_open_drain
  connect_deassert_srst Warn : use 'at91sam7s.cpu' as target identifier,
  not '0' Info : device: 4 "2232C"
  Info : deviceID: 341266712
  Info : SerialNumber: /\b
  Info : Description: USB<=>JTAG&RS232 A
  Error: An adapter speed is not selected in the init script. Insert a
  call to adapter_khz or jtag_rclk to proceed. in procedure 'init'


Do you have a working config file for the openjtag?  Can you post it?
Can you suggest the proper value for adapter speed?

Thank you muchly!

David

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to