Hello
I'm trying to flash this thing from an ubuntu linux (lucid) system - i downloaded and compiled the latest svn trunk version - still then,
$ sudo ./ec2test-any --debug --port USB --mode jtag
fails with the following aoutput
------------------------------------------------------------------------
Testing device / debugger connected to 'USB'
0x1d6b, 0x0002
0x04f2, 0xb107
0x1d6b, 0x0001
0x058f, 0x6366
0x03f0, 0x171d
0x1d6b, 0x0001
ec2_GetDbgInfo(0x10c4,0x8253) 2
Found ToolStick F330 DC
ec2_reset C2
TX: 03 00 00 00
RX: 01 01
Failed to connect. Aborting
TX: 01 21
RX: 00 00
/home/pat/ec2drv-0.4-bin32/ec2drv.svn/src/ec2tools/.libs/lt-ec2test-any:ec2drv.c:1962:
usb_interrupt_read in read_usb returned -110 : Connection timed out
exiting now
disconnect done
------------------------------------------------------------------------------
The µ-controller is a Silicon labs C8051F020 - "TOOLSTICK UNI DC" - and has a transparent usb connector attached.
Any ideas ?