Raspberry PI gets USB support [FreeBSD 10 current]

Hans Petter Selasky hselasky at c2i.net
Tue Sep 11 22:27:18 UTC 2012


On Tuesday 11 September 2012 17:16:35 Ivan Voras wrote:
> On 10/09/2012 16:54, Hans Petter Selasky wrote:
> > Hi,
> > 
> > For those that want to try the Raspberry PI and its USB ports:
> > 
> > Add this to "sys/conf/files":
> > 
> > dev/usb/controller/dwc_otg.c		optional dwcotg
> > arm/broadcom/bcm2835/dwc_otg_brcm.c	optional dwcotg
> > 
> > And add this to "RPI-B":
> > 
> > device dwcotg
> > device usb
> > device umass
> > 
> > Open ISSUE:
> > 
> > External USB ports do not enumerate. Set address times out. Reason
> > unknown. Maybe someone out there has any clues?
> 
> Thanks! :)
> 
> I am waiting for my Raspberry Pi to arrive and I'd like very much to try
> FreeBSD on it!

Hi,

I've managed to resolve the problems appearing so far, though there might be 
more issues which we need to look at like CPU usage of the current driver 
implemented.

1) Get latest 10-current sources

2) Simply add to "sys/arm/conf/RPI-B":

device dwcotg
device usb
device smsc
device mii
device miibus

And "ue0" should show up!

Good luck!

--HPS


More information about the freebsd-current mailing list