Zink
Member
- Joined
- Mar 8, 2012
- Messages
- 170
I'm quite much into AVR development, and thought I could use Pandora for programming devices in places where laptop is highly inconvenient.
I have jtag-lock-pick device (essentially the same as Amontec JTAGkey, uses FT2232D chip), that I can use as a serial interface for JTAGICE mkI. The problem is I can't get it to work with Pandora. I tried sudo modprobe ftdi-sio, and also sudo modprobe ctc-acm, as suggested somewhere, but when I connect the device to the USB port nothing happens, and nothing appears in dmesg.
I also tried the kernel 2.6, and there doing modprobe ftdi-sio causes two devices to appear in /dev: usbdev1.1_ep00 and usbdev1.1_ep81, and some messages in dmesg (ftdi_sio: v1.4.3:USB FTDI Serial Converters Driver and sometimes hub 1-0:1.0: unable to enumerate USB device on port 2). When I connect the JTAG still nothing shows in dmesg, and when I try to use avrdude it shows avrdude:ser_open(): can't open device "/dev/usbdev1.1_ep00": No such device or address (and the same for ...ep81).
I also have JTAGICE mkII, and tried to connect it, but avrdude doesn't see it too (avrdude: jtagmkII_getsync(): sign-on command: status -1).
Is it possible to make it working?
I have jtag-lock-pick device (essentially the same as Amontec JTAGkey, uses FT2232D chip), that I can use as a serial interface for JTAGICE mkI. The problem is I can't get it to work with Pandora. I tried sudo modprobe ftdi-sio, and also sudo modprobe ctc-acm, as suggested somewhere, but when I connect the device to the USB port nothing happens, and nothing appears in dmesg.
I also tried the kernel 2.6, and there doing modprobe ftdi-sio causes two devices to appear in /dev: usbdev1.1_ep00 and usbdev1.1_ep81, and some messages in dmesg (ftdi_sio: v1.4.3:USB FTDI Serial Converters Driver and sometimes hub 1-0:1.0: unable to enumerate USB device on port 2). When I connect the JTAG still nothing shows in dmesg, and when I try to use avrdude it shows avrdude:ser_open(): can't open device "/dev/usbdev1.1_ep00": No such device or address (and the same for ...ep81).
I also have JTAGICE mkII, and tried to connect it, but avrdude doesn't see it too (avrdude: jtagmkII_getsync(): sign-on command: status -1).
Is it possible to make it working?