Hello! Back on the original JTAG list for the Open WinCE project, I asked this question, because then I thought I had a use for the program and even started to lay out my parts for the project. Time marched on and naturally it has come up again. I received via e-mail an explanation using these methods for doing so: "If you put the part info in the source tree and add appropriate 'stuff' to the automake file, then rerun the autogen.sh file, (you might need to re-run configure here for custom options), then do a 'make && make install' the files should get put into the right places (at least it works for me under linux - I've long since abandoned cygwin :-)", from Andrew Dyer 5/19/07.
Since the original idea for what discuss started there, that's why I am quoting him there. Is that considered normal practice? And on the previous year, Andrew posted this: "On 4/11/06, Gregg Levine <[email protected]> wrote: > (This is being reposted because even though the archives say it was > delivered my copy was never delivered. Nor did I even get my statement > from the list server saying it was indeed delivered.) this has been covered before in those archives > In short, what am I missing to further prepare the directory so that > the program knowns what its looking for? Incidentally this is running > on the latest everything of Cygwin, (Well latest after last week.) I > actually used the latest > numbered release and copied the librux directory over to it from the > checked out CVS stuff. you need the jtag ID code returned by each device - it's 32 bits consisting of a manufacturer, device, and stepping code. You can find it the device bsdl file. In practice you might need to run detect to see what the actual code returned by the device is as the bsdl files have a tendency not to match reality. Next look in the data directory - there is a MANUFACTURERS file, put the manufacturer part of the ID code and a name of a directory, then in that directory you need a PARTS file, and the a directory for each part. In each part's directory you need a STEPPINGS file and the part description itself. Just copy/modify what's there already. After all that, you need to add the new directories to the Makefile.am and run the autogen shell script file in the top directory (I don't remember what it's called off the top of my head). This will regnerate the makefiles in the project. A make install should rebuild everything and move the files into the /usr/share/jtag heirarchy.". Incidentally all of that is an exact set of quotes, I am not even bothering to correct his spelling errors. Now my question, is all of that the way things are done, even with what is used now? Or did something more elegant take its place? ----- Gregg C Levine [email protected] "This signature fought the Time Wars, time and again." ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
