Hi,
I have compiled everything from scratch for my distro and every program from the toolchain runs well except the python JTAG programmer. I want to emphasize that I can access the parport0 using msp430-gdb and program my device with it. Here is the output of python JTAG programmer:

$ msp430-jtag -DDDD
MSP430 parallel JTAG programmer Version: 1.3
Use -h for help
debug level set to 4
MSP430mspgcc: Debug level set to 4
python version: 2.5.1 (r251:54863, Oct  5 2007, 13:36:32)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)]
MSP430mspgcc: MSP430_VCC...
MSP430mspgcc: MSP430_Open...
ioctl: Invalid argument
ioctl: Invalid argument
MSP430mspgcc: MSP430_Reset(0x6, 0, 0)...
JTAGfunc: ERROR: possibly no device
JTAGfunc: JTAG ID wrong (0xff, expected 0x89).
JTAGfunc: ERROR: possibly no device
JTAGfunc: JTAG ID wrong (0xff, expected 0x89).
Traceback (most recent call last):
 File "/usr/local/msp430/bin/msp430-jtag", line 605, in <module>
   main()
 File "/usr/local/msp430/bin/msp430-jtag", line 547, in main
   jtag.connect(lpt)                               #try to open port
 File "/usr/local/msp430/bin/msp430-jtag", line 225, in connect
   _parjtag.connect()
IOError: Can't open interface

I think the problem lay in python. Any suggestions?

Sincerely,
A. Goekce Aydos

Reply via email to