The mspgcc web page talks about pyJTAG and pyBSL.  Those
_appear_ to have been replaced by the "python" directory.  That
directory contains much more recent files and nobody seems to
be using the old utilities.  Is that the case?  Does the web
page need updating?

I've checked out a copy of the "python" directory, and run
"python setup.py install" as described in the readme.txt file:

  # python setup.py install
  running install
  running build
  running build_py
  creating build
  creating build/lib
  creating build/lib/mspgcc
  copying mspgcc/HIL.py -> build/lib/mspgcc
  copying mspgcc/__init__.py -> build/lib/mspgcc
  copying mspgcc/bsl.py -> build/lib/mspgcc
  copying mspgcc/clock.py -> build/lib/mspgcc
  copying mspgcc/elf.py -> build/lib/mspgcc
  copying mspgcc/hilspi.py -> build/lib/mspgcc
  copying mspgcc/jtag.py -> build/lib/mspgcc
  copying mspgcc/memory.py -> build/lib/mspgcc
  copying mspgcc/util.py -> build/lib/mspgcc
  creating build/lib/mspgcc/serial
  copying mspgcc/serial/__init__.py -> build/lib/mspgcc/serial
  copying mspgcc/serial/serialjava.py -> build/lib/mspgcc/serial
  copying mspgcc/serial/serialposix.py -> build/lib/mspgcc/serial
  copying mspgcc/serial/serialutil.py -> build/lib/mspgcc/serial
  copying mspgcc/serial/serialwin32.py -> build/lib/mspgcc/serial
  running install_lib

According to the readme.txt file "The msp430-bsl and
msp430-jtag tools are installed to the binary directory
/usr/local/msp430/bin [...]" .  

Except they aren't.

There is no /usr/local/msp430.

Can somebody loan me a clue on how to install msp430-jtag?

-- 
Grant Edwards                   grante             Yow!  I wonder if I could
                                  at               ever get started in the
                               visi.com            credit world?


Reply via email to