Hmmm... I'm not sure what you're trying to do there, but here is the command that I use to load a program:
jtag.py -Iepv x.ihex I - specify Intel Hex format (ihex) e - masserase p - program v - verify I don't do anything fancy with jtag.py, just load a program to run. I know there are a lot more options that I'm missing out on, but this seems to work okay for me. HTH. -Ale > I'm struggling to install pyjtag, and it seems likely I'm almost there, > because I can run the script, but it is missing a module: > > r...@triffid jtag.py -eEr -R 2048 ccas.ihex > MSP430 parallel JTAG programmer Version: 1.3 > > An error occoured: > No module named elf > > I found several other modules, but this beats me. Can anybody tell me > where it is found? >