Gentoo Archives: gentoo-embedded

From: Jason <gentoo@××××××××××.net>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] FTDI jtag
Date: Thu, 07 Aug 2008 14:30:12
Message-Id: 489B06E8.6030100@lakedaemon.net
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 I use a similar device based on the same chip.
9
10 > I have tried to follow the Amotec documentation, but is oldish and not
11 > completely logical.
12 >
13 > It all works on WinXP (using VirtualBox) but as it uses gdb I would like
14 > to use Gentoo only.
15
16 The following works for me:
17
18 ~
19 [jason@phoenix] $ find /lib/modules/`uname -r`/ -name "*ftdi*"
20 /lib/modules/2.6.26/kernel/drivers/usb/serial/ftdi_sio.ko
21 ~
22 [jason@phoenix] $ grep -rni ftdi /usr/src/linux/.config
23 1693:CONFIG_USB_SERIAL_FTDI_SIO=m
24 1754:# CONFIG_USB_FTDI_ELAN is not set
25
26 It should auto-load when you plug the cable in. Then udev will create
27 /dev/ttyUSB0 .
28
29 hth,
30
31 Jason.

Replies

Subject Author
[gentoo-embedded] unsubscribe Markus Meissner <marmei@××××××××××××××.de>