From owner-freebsd-usb@FreeBSD.ORG Tue Apr 17 13:46:34 2012 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 229F91065677 for ; Tue, 17 Apr 2012 13:46:34 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id A22908FC0C for ; Tue, 17 Apr 2012 13:46:33 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 263672315; Tue, 17 Apr 2012 15:41:25 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Matthias Apitz Date: Tue, 17 Apr 2012 15:40:24 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20120417100147.GA2557@tiny> In-Reply-To: <20120417100147.GA2557@tiny> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201204171540.24558.hselasky@c2i.net> Cc: Bruce Cran Subject: Re: dfu-util 0.5 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: Tue, 17 Apr 2012 13:46:34 -0000 On Tuesday 17 April 2012 12:01:48 Matthias Apitz wrote: > Hello, > > > > > > 'dfu-util' from FreeBSD: > > > > > > > > > > $ dfu-util -V > > > > > dfu-util - (C) 2007-2008 by OpenMoko Inc. > > > > > This program is Free Software and has ABSOLUTELY NO WARRANTY > > > > > dfu-util version 0.1+svnUnversioned directory > > > > > > > > Latest version is 0.5 see > > > > http://dfu-util.gnumonks.org/ > > > > > > this is not ported to FreeBSD; I will try to get it updated or port it > > > by my onw; > > I have compiled dfu-util 0.5 directly from the sources because the port > is version 0.1 from 2009; this went streight forward with: > > $ USB_CFLAGS=" " USB_LIBS="-lusb" ./configure > $ make > > but the resulting dfu-util somehow does not work (while the 0.1 version > works fine on the same FreeBSD host and the same Freerunner): > > # ~/dfu-util-0.5/src/dfu-util -d 0x1d50:0x5119 -a rootfs -R -D > shr-image-om-gta02-20120413222611.rootfs.jffs2 dfu-util 0.5 Could you provide a source-code diff? --HPS