Hi,
I’ve installed the following:
-gccfd package
-openocd 0.4.0 from freddichopin.info
Question: The LED on the arm-usb-ocd is green when I plug-in the device and it’s also available in windows (7, pro).
But when I run >run>external tools>openOCD I get the following output at the console window; does someone recognize a possible failure?:
Open On-Chip Debugger 0.4.0 (2010-02-22-19:05)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
RCLK - adaptive
jtag_nsrst_delay: 200
jtag_ntrst_delay: 200
trst_and_srst srst_pulls_trst srst_gates_jtag trst_push_pull srst_open_drain
Error: unable to open ftdi device: device not found
Command handler execution failed
I also tried connecting via >telnet localhost 4444 but without a response
Attached my configuration:
[Eclipse\External Tools Configuration]
Main>Location> “…\OpenOCD\0.4.0\bin\openocd.exe”
Arguments>“-f ${project_loc}\armusbocd.cfg”
The file armusbocd.cfg is a concatenation of “…\OpenOCD\0.4.0\interface\arm-usb-ocd.cfg” and “…\OpenOCD\0.4.0\target\lpc2148.cfg”
[Eclipse\Debug Configuration]
GDB Debugger “C:\gccfd\codesourcery-arm-2008q1\bin\arm-none-eabi-gdb.exe”
GDB command file
Commands'Initialize’ and ‘Run’ also
Open On-Chip Debugger 0.4.0 (2010-02-22-19:05)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
RCLK - adaptive
jtag_nsrst_delay: 200
jtag_ntrst_delay: 200
trst_and_srst srst_pulls_trst srst_gates_jtag trst_push_pull srst_open_drain
Error: unable to open ftdi device: device not found
Command handler execution failed