From owner-freebsd-usb@FreeBSD.ORG Wed Aug 4 19:32:21 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7187C1065672; Wed, 4 Aug 2010 19:32:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id C53A98FC20; Wed, 4 Aug 2010 19:32:20 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=9IIj2yEt9mCpiLyep4f0BnD2ZC7rS3PjQbiokY3Mrg0= c=1 sm=1 a=7Ow_w9DkI-UA:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=-kuTkjcK6YvbnjWIhOkA:9 a=mPxeGAWVXh6hCWfN8vaV26m-8awA:4 a=wPNLvfGTeEIA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 4768233; Wed, 04 Aug 2010 21:32:01 +0200 From: Hans Petter Selasky To: Joerg Wunsch Date: Wed, 4 Aug 2010 21:29:01 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201008041626.o74GQMDL098191@radziecki.saper.info> <201008042033.46796.hselasky@c2i.net> <20100804190737.GB45362@uriah.heep.sax.de> In-Reply-To: <20100804190737.GB45362@uriah.heep.sax.de> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201008042129.01257.hselasky@c2i.net> Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-usb@freebsd.org, Marcin Cieslak Subject: Re: avrdude unable to talk to Arduino board (via uftdi) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2010 19:32:21 -0000 On Wednesday 04 August 2010 21:07:37 Joerg Wunsch wrote: > As Hans Petter Selasky wrote: > > I think you need to define one more parameter when using USB. > > The Arduino bootloader is /not/ an USB device from AVRDUDE's > point of view. AVRDUDE wants to see it as a generic tty device > (/dev/cua*). And what USB protocol is it running? If raw, then the ID should be added to the ugensa driver instead. --HPS