Re: USB Host and MMC/SD Card Stack

2015-06-17 Thread Sebastian Huber
On 17/06/15 15:16, Martin Galvan wrote: On Wed, Jun 17, 2015 at 9:49 AM, Sebastian Huber wrote: Is there an easy way to port these to RTEMS? I'm not sure how much the BSD driver infrastructure has changed since 8.2. It is actually FreeBSD 9.3, but I don't know how the USB stack evolved. Is

Re: USB Host and MMC/SD Card Stack

2015-06-17 Thread Martin Galvan
On Wed, Jun 17, 2015 at 9:49 AM, Sebastian Huber wrote: >> >> Is there an easy way to port these to RTEMS? I'm not sure how much the >> BSD driver infrastructure has changed since 8.2. > It is actually FreeBSD 9.3, but I don't know how the USB stack evolved. Is the USB stack also 9.3? I seem to r

Re: USB Host and MMC/SD Card Stack

2015-06-17 Thread Sebastian Huber
On 17/06/15 14:26, Martin Galvan wrote: Yes, it is, although the support (more precisely, the host side) was added recently (and thus it's not yet on RTEMS' libbsd). These are the files used by the Beaglebone Black: http://svnweb.freebsd.org/base/head/sys/dev/usb/controller/musb_otg.c?revision

Re: USB Host and MMC/SD Card Stack

2015-06-17 Thread Martin Galvan
Yes, it is, although the support (more precisely, the host side) was added recently (and thus it's not yet on RTEMS' libbsd). These are the files used by the Beaglebone Black: http://svnweb.freebsd.org/base/head/sys/dev/usb/controller/musb_otg.c?revision=278850&view=markup http://svnweb.freebsd.or

Re: USB Host and MMC/SD Card Stack

2015-06-17 Thread Sebastian Huber
On 16/06/15 21:28, Martin Galvan wrote: Sebastian Huber wrote: Which USB and MMC/SD card hardware modules has this chip? Are they standard modules, e.g. EHCI, SDHC or something like this? From what I saw, the USB module on the Beaglebone Black is built around the Mentor musbmhdrc USB OTG

Re: USB Host and MMC/SD Card Stack

2015-06-16 Thread Martin Galvan
Sebastian Huber wrote: > Which USB and MMC/SD card hardware modules has this chip? Are they standard > modules, e.g. EHCI, SDHC or something like this? >From what I saw, the USB module on the Beaglebone Black is built around the Mentor musbmhdrc USB OTG controller, which is not EHCI or OHCI com

Re: USB Host and MMC/SD Card Stack

2015-06-09 Thread Sebastian Huber
- Daniel Gutson schrieb: > Thanks Sebastian. > > We will use it in the BeagleBone Black BSD. Which USB and MMC/SD card hardware modules has this chip? Are they standard modules, e.g. EHCI, SDHC or something like this? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-

Re: USB Host and MMC/SD Card Stack

2015-06-09 Thread Daniel Gutson
Thanks Sebastian. We will use it in the BeagleBone Black BSD. On Tue, Jun 9, 2015 at 4:16 AM, Sebastian Huber wrote: > Hello Daniel, > > the USB host and MMC/SD card stack is from FreeBSD 9. It works quite well on > our targets. > > > On 05/06/15 18:27, Daniel Gutson wrot

Re: USB Host and MMC/SD Card Stack

2015-06-09 Thread Sebastian Huber
Hello Daniel, the USB host and MMC/SD card stack is from FreeBSD 9. It works quite well on our targets. On 05/06/15 18:27, Daniel Gutson wrote: Hi Sebastian, is this industrial-grade fully functional, or has known issues? If it has, we could fix them. Thanks, Daniel. On Mon, May

Re: USB Host and MMC/SD Card Stack

2015-06-05 Thread Chris Johns
On 6/06/2015 2:27 am, Daniel Gutson wrote: > Hi Sebastian, Sebastian is away at the moment so I will answer. >is this industrial-grade fully functional, or has known issues? This is goal. > If it has, we could fix them. Please test and send any issues or even better patches. We would welco

Re: USB Host and MMC/SD Card Stack

2015-06-05 Thread Daniel Gutson
gt;> >> >> -Original Message- >> From: devel [mailto:devel-boun...@rtems.org] On Behalf Of Sebastian Huber >> Sent: Friday, May 15, 2015 18:25 >> To: devel@rtems.org >> Subject: Re: USB Host and MMC/SD Card Stack >> >> Hello, >> >

Re: USB Host and MMC/SD Card Stack

2015-05-18 Thread Sebastian Huber
maali -Original Message- From: devel [mailto:devel-boun...@rtems.org] On Behalf Of Sebastian Huber Sent: Friday, May 15, 2015 18:25 To: devel@rtems.org Subject: Re: USB Host and MMC/SD Card Stack Hello, the USB host and MMC/SD card stack for RTEMS is now available via the libbsd: http:/

Re: USB Host and MMC/SD Card Stack

2015-05-15 Thread Sebastian Huber
Hello, the USB host and MMC/SD card stack for RTEMS is now available via the libbsd: http://git.rtems.org/rtems-libbsd.git/ I will remove my libusb repository to avoid confusion. On 27/08/14 14:19, Sebastian Huber wrote: Hello, I added a USB host and MMC/SD card stack for RTEMS (libusb

USB Host and MMC/SD Card Stack

2014-08-27 Thread Sebastian Huber
Hello, I added a USB host and MMC/SD card stack for RTEMS (libusb) to my Git repository area: http://git.rtems.org/sebh/rtems-libusb.git/ It was previously only available as a snapshot: https://www.rtems.org/bugzilla/show_bug.cgi?id=1601 The USB host stack is a port from FreeBSD 8. The