From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KR6VI-0001P2-Ml for garchives@archives.gentoo.org; Thu, 07 Aug 2008 14:30:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA656E0411; Thu, 7 Aug 2008 14:30:11 +0000 (UTC) Received: from mho-01-bos.mailhop.org (mho-01-bos.mailhop.org [63.208.196.178]) by pigeon.gentoo.org (Postfix) with ESMTP id 93F02E0411 for ; Thu, 7 Aug 2008 14:30:11 +0000 (UTC) Received: from ip70-161-229-175.hr.hr.cox.net ([70.161.229.175] helo=phobos) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KR6VG-00027s-3C for gentoo-embedded@lists.gentoo.org; Thu, 07 Aug 2008 14:30:10 +0000 Received: from [10.16.5.250] (unknown [10.16.5.250]) by phobos (Postfix) with ESMTP id A43D41870020 for ; Thu, 7 Aug 2008 10:30:01 -0400 (EDT) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 70.161.229.175 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+8gsrDaZ2thGdECdB76NvEFSFCVNsR2bA= Message-ID: <489B06E8.6030100@lakedaemon.net> Date: Thu, 07 Aug 2008 10:30:00 -0400 From: Jason User-Agent: Thunderbird 2.0.0.16 (X11/20080726) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] FTDI jtag References: <4898C24E.5060306@bucknall.me.uk> In-Reply-To: <4898C24E.5060306@bucknall.me.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 0bafd857-1c93-4168-9ba0-5dbbe8328879 X-Archives-Hash: 973ddee8d8d608898510010071e4d3a1 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. I use a similar device based on the same chip. > I have tried to follow the Amotec documentation, but is oldish and not > completely logical. > > It all works on WinXP (using VirtualBox) but as it uses gdb I would like > to use Gentoo only. The following works for me: ~ [jason@phoenix] $ find /lib/modules/`uname -r`/ -name "*ftdi*" /lib/modules/2.6.26/kernel/drivers/usb/serial/ftdi_sio.ko ~ [jason@phoenix] $ grep -rni ftdi /usr/src/linux/.config 1693:CONFIG_USB_SERIAL_FTDI_SIO=m 1754:# CONFIG_USB_FTDI_ELAN is not set It should auto-load when you plug the cable in. Then udev will create /dev/ttyUSB0 . hth, Jason.