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
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.
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.
Moin,
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
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
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