2009-01-14 11:42:57 Getting Started: USB client driver
Erik Gawtry (UNITED STATES)
Message: 67942
Hello,
I do not have any CD or other documentation except that which I have downloaded from the ADI site. I have an old BF527 EZ-KIT board and I have ucLinux running on it, but I have no idea how to get started creating a USB client driver. Can anyone point me in the right direction?
Thanks,
-Erik
QuoteReplyEditDelete
2009-01-14 11:46:25 Re: Getting Started: USB client driver
Mike Frysinger (UNITED STATES)
Message: 67944
any documentation from analog.com is rarely useful when it comes to Linux software development
what exactly do you want to develop ?
QuoteReplyEditDelete
2009-01-14 13:33:57 Re: Getting Started: USB client driver
Erik Gawtry (UNITED STATES)
Message: 67947
I need to develop several class drivers so that when the USB is connected from the Host to the BF527, the Host sees that device.
I am looking at ucLinux since I also need Ethernet running and the VDK doesn't work well with the messed up and undocumented ADI drivers.
-Erik
QuoteReplyEditDelete
2009-01-14 13:45:32 Re: Getting Started: USB client driver
Mike Frysinger (UNITED STATES)
Message: 67948
many USB gadget drivers are already implemented:
http://docs.blackfin.uclinux.org/doku.php?id=usb_peripherals#usb_gadget_api_framework
we dont know/use VDK, so we cant make any statements about it
QuoteReplyEditDelete
2009-01-14 15:06:52 Re: Getting Started: USB client driver
Erik Gawtry (UNITED STATES)
Message: 67951
That appears to be what I am looking for. Thanks!
I am just getting back to ucLinux after a hiatus of several years. Looks to be much more supported now!
-Erik