**** BEGIN LOGGING AT Mon Mar 07 02:59:57 2011 Mar 07 15:03:24 hi channel Mar 07 15:03:35 where might i find openocd 0.4? Mar 07 15:04:09 olimex packaged that version for windows, which talks to my olimix jtag connector and crossbow board correctly Mar 07 15:04:21 but i'm trying to get it working for linux, but i don't know where to find the right version Mar 07 15:43:21 dmead: apt-get install openocd ? Mar 07 15:44:25 that installs openocd 0.3 Mar 07 15:44:30 (0.4.0 is in unstable on debian) Mar 07 15:44:36 which can't read the scripts packaged by olimex Mar 07 15:45:03 apparently 0.4 is the specific version i need for my hardware Mar 07 15:45:20 Areyou on debian or ubuntu Mar 07 15:45:33 ubuntu Mar 07 15:45:42 I'm suprised it didn;t make it to squeeze actually 0- 0.4 has been in for months Mar 07 15:46:14 maverick has (0.4.0-1+nmu1 Mar 07 15:46:52 ahhh Mar 07 15:46:58 Not sure how backports work on Ubuntu. Mar 07 15:47:17 yea i'm still on lucid Mar 07 15:47:43 the git repo is at 1.0, but apparently breaks lots of things Mar 07 15:47:51 so very frustrating Mar 07 15:48:44 I'd install the maverick version, you have the right version of libusb so it'll probably work OK Mar 07 15:49:12 If it refuses to install without upgrading the world (and you don;t want to do that yet) then get the maverick source and just do a rebuild Mar 07 15:50:32 (add maverick repo, then) apt-get source openocd; apt-get build-dep openocd; cd openocd-0.4.1; apt-get install build-essential; dpkg-buildpackage -uc -us Mar 07 15:51:52 https://help.ubuntu.com/community/UbuntuBackports tells you everything you ever wanted to know on the subjcet: Mar 07 15:52:22 ah it's cool Mar 07 15:52:27 i'll do the dist-upgrade Mar 07 15:52:55 i've compiled my own opencd too many times Mar 07 15:53:03 and it hasn't worked excepted for the olimex pre packaged one Mar 07 15:53:13 from debian/ubuntu sources? Mar 07 15:53:22 that's not at all the same as building source off the net Mar 07 15:53:23 no, from the openocd git repo Mar 07 15:53:35 ah well, yes of course that doesn't work :-) Mar 07 15:53:43 :) Mar 07 15:53:57 it doesn't help that the tinyos docs told me to do that Mar 07 15:54:03 and they haven't been updated in like 3 years Mar 07 15:54:27 yes, docs always tell you to get latest and build it - that's _usually_ a bad idea for most people Mar 07 15:54:50 yea, and it's my first time using a jtag programmer Mar 07 15:54:57 so it was MEGA SUCK **** ENDING LOGGING AT Tue Mar 08 02:59:57 2011