billium wrote:
Has anybody got a usb jtag working in Gentoo, who could give me some
handy tips.
The device I have is an Amotec JTAGkey-Tiny which is based on a FTDI
FT2232 USB device.
Make sure you have support built into the kernel on the Gentoo
development hosts.
something like this:
make menuconfig
--> device drivers
--> usb support
--> usb serial converter support
--> USB FTDI Single Port Serial Driver
'lsusb' should show something like this:
#lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 006 Device 001: ID 1d6b:0001
Bus 004 Device 003: ID 0403:6001 Future Technology Devices
International, Ltd FT232 USB-Serial (UART) IC
One you have it hooked into your kernel,
Then follow the vendor stuff.
hth,
James