On Thu, Jun 14, 2012 at 1:40 AM, Akos Vandra <[email protected]> wrote:

> http://openocd.zylin.com/#/c/676/
>
> I think if you do a `git fetch
> ssh://[email protected]:29418/openocd refs/changes/76/676/2 &&
> git checkout FETCH_HEAD`,
> it should do the trick.
>
>
I seem to have gotten the latest scripts and built 0.6.0-dev. When I run
openocd, I get this output. It doesn't even seem to get to parsing
lpc1766.cfg.

Open On-Chip Debugger 0.6.0-dev-00599-ga21affa (2012-06-13-20:51)
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.sourceforge.net/doc/doxygen/bugs.html
Error: The specified debug interface was not found (ft2232)
The following debug interfaces are available:
Runtime Error:
/usr/local/openocd/share/openocd/scripts/interface/olimex-arm-usb-ocd.cfg:7:

in procedure 'script'
at file "embedded:startup.tcl", line 58
at file "openocd.cfg", line 2
in procedure 'interface' called at file
"/usr/local/openocd/share/openocd/scripts/interface/olimex-arm-usb-ocd.cfg",
line 7
Error: Debug Adapter has to be specified, see "interface" command
in procedure 'init'

Here is openocd.cfg.

#interface jlink
source [find interface/olimex-arm-usb-ocd.cfg]
adapter_khz 3000
source [find target/lpc1766.cfg]
#arm7_9 dcc_downloads enable
#gdb_memory_map disable
#gdb_breakpoint_override hard

Has something changed with the way interfaces need to be specified?

   ks
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to