Date: Tue, 17 Apr 2012 16:53:24 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: Matthias Apitz <guru@unixarea.de> Cc: Bruce Cran <bruce@cran.org.uk>, freebsd-usb@freebsd.org Subject: Re: dfu-util 0.5 Message-ID: <201204171653.24802.hselasky@c2i.net> In-Reply-To: <20120417140737.GA1223@tiny> References: <20120417100147.GA2557@tiny> <201204171540.24558.hselasky@c2i.net> <20120417140737.GA1223@tiny>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 17 April 2012 16:07:39 Matthias Apitz wrote: > El día Tuesday, April 17, 2012 a las 03:40:24PM +0200, Hans Petter Selasky escribió: > > > > > > 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? > > attached; thanks > Hi, After: < ret = libusb_reset_device(dif->dev_handle); Try to add: libusb_set_configuration(dif->dev_handle, 1); --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204171653.24802.hselasky>
