Re: FreeBSD / dfu-util

2008-07-24 Thread arne anka
> have you got libusb somewhere? OSX needs it too, btw .. according to google libusb is available via fink. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: FreeBSD / dfu-util

2008-07-23 Thread Torfinn Ingolfsen
Hello, On Wed, Jul 23, 2008 at 10:20 PM, Jay Vaughan <[EMAIL PROTECTED]> wrote: > > have you got libusb somewhere? OSX needs it too, btw .. libusb is available in ports on FreeBSD: http://www.freshports.org/devel/libusb/ HTH -- Regards, Torfinn Ingolfsen _

Re: FreeBSD / dfu-util

2008-07-23 Thread Ben Cadieux
Thanks for the replies everyone. Yes, I was booting up; I wasn't reading carefully enough I guess :( --- but it doesn't really matter from the looks of it, seeing as how one can't flash from fbsd yet anyway. As far as libusb goes, it's in the FreeBSD ports tree (I think it was devel/libusb) Best

Re: FreeBSD / dfu-util

2008-07-23 Thread Jay Vaughan
> Here are the binaries (for both 6.3 and 7.0) I managed to build: > http://www.heesakkers.info/showandtell/dfu/ have you got libusb somewhere? OSX needs it too, btw .. ; -- Jay Vaughan ___ Openmoko community mailing list community@lists.openmoko

Re: FreeBSD / dfu-util

2008-07-23 Thread Oliver Heesakkers
Op Tuesday 22 July 2008 19:45:20 schreef Ben Cadieux: > I notice some comments in there with regards to FBSD, so maybe it does > work and I'm screwing something up :) > Here are the binaries (for both 6.3 and 7.0) I managed to build: http://www.heesakkers.info/showandtell/dfu/ They manage to lis

Re: FreeBSD / dfu-util

2008-07-23 Thread Dale Schumacher
On Wed, Jul 23, 2008 at 10:51 AM, Andrew Burgess <[EMAIL PROTECTED]> wrote: > > Back in the GUI? > This sounds like you booted all the way which is incorrect. > I made the same mistake and there was another post here that also made > that mistake. The wiki is correct but easy to misread. I'll fix

Re: FreeBSD / dfu-util

2008-07-23 Thread Andrew Burgess
On 7/22/08, Ben Cadieux <[EMAIL PROTECTED]> wrote: > > it might be a stupid comment, but have you booted the freerunner in NOR? > > > > Yes, I held AUX while turning on, got the boot menu with [NOR] next to > it and booted up. I assume everything went okay. I wasn't expecting > to be back in t

Re: FreeBSD / dfu-util

2008-07-22 Thread Ben Cadieux
> Which FreeBSD version and arch (i386? amd64?) 6.3-STABLE for i386 - I've tried on two machines. My home machine is 7.0 -- I'll have to try it when I'm home. > Did you just follow the OS X procedure, or something else? Actually I followed the Linux instructions and then noticed I got the same

Re: FreeBSD / dfu-util

2008-07-22 Thread Torfinn Ingolfsen
Hello, On Tue, Jul 22, 2008 at 7:37 PM, Ben Cadieux <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I got dfu-util to compile using the OSX patch for endian.h & byteswap.h. Which FreeBSD version and arch (i386? amd64?) Did you just follow the OS X procedure, or something else? > developers of som

Re: FreeBSD / dfu-util

2008-07-22 Thread Ben Cadieux
> it might be a stupid comment, but have you booted the freerunner in NOR? > Yes, I held AUX while turning on, got the boot menu with [NOR] next to it and booted up. I assume everything went okay. I wasn't expecting to be back in the GUI and using the phone as usual, but that's how it is. Best R

Re: FreeBSD / dfu-util

2008-07-22 Thread Ben Cadieux
I've tracked down a little more. In main.c, in the function list_dfu_interfaces(void) around line ~310...The USB tree is being walked, and 4 devices are detected (root hubs?). However, the for(dev = usb_bus->devices;.) loop never executes. dev = usb_bus -> devices doesn't seem to return anyth

Re: FreeBSD / dfu-util

2008-07-22 Thread Yorick Moko
it might be a stupid comment, but have you booted the freerunner in NOR? On Tue, Jul 22, 2008 at 7:45 PM, Ben Cadieux <[EMAIL PROTECTED]> wrote: > I notice some comments in there with regards to FBSD, so maybe it does > work and I'm screwing something up :) > > > > On Tue, Jul 22, 2008 at 10:37 AM

Re: FreeBSD / dfu-util

2008-07-22 Thread Ben Cadieux
I notice some comments in there with regards to FBSD, so maybe it does work and I'm screwing something up :) On Tue, Jul 22, 2008 at 10:37 AM, Ben Cadieux <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I got dfu-util to compile using the OSX patch for endian.h & byteswap.h. > > Unfortunately, -l

FreeBSD / dfu-util

2008-07-22 Thread Ben Cadieux
Hi Everyone, I got dfu-util to compile using the OSX patch for endian.h & byteswap.h. Unfortunately, -l lists no USB devices. I've tried using the --device parameter, but that doesn't seem to help --- dfu-util sticks to its guns that there are no DFU compatible devices. I'm going to be setting