Proxmark3 community

Research, development and trades concerning the powerful Proxmark3 device.

Remember; sharing is caring. Bring something back to the community.


"Learn the tools of the trade the hard way." +Fravia

You are not logged in.

Announcement

Time changes and with it the technology
Proxmark3 @ discord

Users of this forum, please be aware that information stored on this site is not private.

#1 2010-02-11 17:45:28

stary
Member
Registered: 2010-02-11
Posts: 5

where could i download (svn:516 Openocd) Or does there any other ways?

I've followed the instructions at http://docs.tinyos.net/index.php/OpenOCD_for_IMote2 and wanna to install openocd on Ubuntu 9.10 for my imote2 boards. However, when I run the command:
openocd -f arm-usb-tiny.cfg

it encounter problems like:
Runtime error, file "test1.cfg", line 10:
    invalid command name "jtag_speed"

and I found someone encounter the same problems as mine and successed with rev 516.

then I try to download this version of openocd like this:
svn checkout -r 516 http://svn.berlios.de/svnroot/repos/openocd/trunk openocd-svn

but failed , it demands registing but the website didn't supply the registration.

If anyone knows how to download or has better solution please show me ,,,thank you very much indeed in advance .

I have been troubled with this problem for several days.

Offline

#2 2010-02-11 19:12:23

henryk
Contributor
Registered: 2009-07-27
Posts: 99

Re: where could i download (svn:516 Openocd) Or does there any other ways?

Moin,

stary wrote:

then I try to download this version of openocd like this:
svn checkout -r 516 http://svn.berlios.de/svnroot/repos/openocd/trunk openocd-svn

http://openocd.berlios.de/ states that the SVN has been shut down. Instead everything is now in a git a Sourceforge. Revision 516 is this one: http://openocd.git.sourceforge.net/git/ … 4c57ff9def

Offline

#3 2010-02-12 16:04:53

stary
Member
Registered: 2010-02-11
Posts: 5

Re: where could i download (svn:516 Openocd) Or does there any other ways?

Thank you, Henryk

I have got the svn:516 by using :

git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd
git checkout 3b2a068ea997323eb37251b31be8034c57ff9def

and now there is a new problem that when i try to

openocd -f /home/sri/Desktop/arm-usb-tiny.cfg

It comes out a new problem:

Error:   ft2232.c:1381 ft2232_init_ftd2xx(): unable to open ftdi device: 18
Error:   ft2232.c:1407 ft2232_init_ftd2xx(): ListDevices: NONE

Offline

#4 2010-02-12 17:32:07

TomBu
Contributor
From: Delft, The Netherlands
Registered: 2008-10-27
Posts: 55
Website

Re: where could i download (svn:516 Openocd) Or does there any other ways?

Hi Stary,


The line: "Error:   ft2232.c:1407 ft2232_init_ftd2xx(): ListDevices: NONE" makes me beleive that you do not have your JTAG - TINY well connected.

Could be mistaken. Just my 2 cts.


Cheers,
Tom

Offline

#5 2010-02-12 18:37:57

stary
Member
Registered: 2010-02-11
Posts: 5

Re: where could i download (svn:516 Openocd) Or does there any other ways?

Thanks very much , TomBu and henryk

All the problems have gone just now while I install a new libftdi from the Ubuntu synaptic package itself.

Thanks again.!

Offline

Board footer

Powered by FluxBB