Hello.
I've been trying to get openocd to work with the intelmote 2 I have but nothing seems to be working. When I type in
openocd -f interface/olimex-jtag-tiny.cfg -f board/crossbow_tech_imote2.cfg
the program displays the following and then stops working
Open On-Chip Debugger 0.7.0-dev-00079-g08ddb19 (2012-12-22-11:45)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.htmlInfo : only one transport option; autoselect 'jtag'
adapter speed: 6000 kHz
adapter_nsrst_delay: 260
jtag_ntrst_delay: 250
Info : imote2.cpu: hardware has 2 breakpoints and 2 watchpoints
adapter_nsrst_delay: 800
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain
Info : device: 4 "2232C"
Info : deviceID: 364511236
Info : SerialNumber: FTVU2IXR A
Info : Description: Olimex OpenOCD JTAG TINY A
Info : clock speed 6000 kHz
Info : JTAG tap: imote2.cpu tap/device found: 0x79265013 (mfg: 0x009, part: 0x9265, ver: 0x7)
I have tried reducing the speed, but it doesn't work. I have an Olimex jtag tiny cable, I'm using both Ubuntu 11.04 and 9.04 in VMware player.
Also, when I try to run, say the blink program on the imote, the program also stops working after displaying the following:
Programming imote2 with binary: build/intelmote2/main.bin.out
Starting OpenOCD...
Connecting to OpenOCD...
Halting device...
Erasing flash...
When I press ctrl+c, i get the following error
File "/usr/lib/python2.6/telnetlib.py", line 304, in read_until
while not self.eof and select.select(*s_args) == s_reply:
KeyboardInterrupt
make: *** [program] Error 1
Please does anyone know the solution to this problem, I've been trying to fix this for almost two weeks, and as my name suggests, I'm desperate.
Thanks.
p.s. i followed the instructions here:
http://talhaobaid.blogspot.ca/2010/06/imote2-with-camera-setup-imb400-over.html