Grant Edwards wrote:
So far I've just been using gdb/msp430-gdbproxy for programming
boards under Linux. It's working fine, but I need to set up a
way for Windows XP users to program boards (using a parallel
port JTAG interface).
It needs to be as simple as possible: start the program, browse
to pick a hex or elf file, click "program".
Any suggestions?
I could probably toss together a wxPython program that uses
pyjtag, except I can't figure out how to _get_ pyjtag. The
anonymouse CVS instructions at http://mspgcc.sourceforge.net/tools.html
don't work:
$ cvs -d:pserver:anonym...@cvs.mspgcc.sourceforge.net:/cvsroot/mspgcc login
Logging in to :pserver:anonym...@cvs.mspgcc.sourceforge.net:2401/cvsroot/mspgcc
CVS password:
cvs [login aborted]: connect to cvs.mspgcc.sourceforge.net(66.35.250.209):2401 failed: No route to host
The link to browse anonymouse CVS is also broken:
http://sourceforge.net/cvs/?group_id=42303
Sorry about that. I hope all the links on that page are now fixed.
Steve