Gentoo Archives: gentoo-embedded

From: wireless <wireless@×××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] FTDI jtag
Date: Sat, 16 Aug 2008 21:26:30
Message-Id: 48A7460C.9030702@tampabay.rr.com
In Reply to: [gentoo-embedded] FTDI jtag by billium
1 billium wrote:
2 > Has anybody got a usb jtag working in Gentoo, who could give me some
3 > handy tips.
4 >
5 > The device I have is an Amotec JTAGkey-Tiny which is based on a FTDI
6 > FT2232 USB device.
7
8
9 Make sure you have support built into the kernel on the Gentoo
10 development hosts.
11
12 something like this:
13 make menuconfig
14 --> device drivers
15 --> usb support
16 --> usb serial converter support
17 --> USB FTDI Single Port Serial Driver
18
19 'lsusb' should show something like this:
20
21 #lsusb
22 Bus 001 Device 001: ID 1d6b:0002
23 Bus 006 Device 001: ID 1d6b:0001
24 Bus 004 Device 003: ID 0403:6001 Future Technology Devices
25 International, Ltd FT232 USB-Serial (UART) IC
26
27
28 One you have it hooked into your kernel,
29 Then follow the vendor stuff.
30
31
32 hth,
33
34 James