2009-07-27 15:58:32 pendrive on ez-kit bf533
Glauber Tadeu (BRAZIL)
Message: 78101
how can I do to read a file in pendrive using uClinux on EZ-Kit BF533?
Is it possible?
thanks
QuoteReplyEditDelete
2009-07-27 16:48:04 Re: pendrive on ez-kit bf533
Robin Getz (UNITED STATES)
Message: 78102
Glauber:
If you mean a USB pendrive? then you need a USB add on card:
https://docs.blackfin.uclinux.org/doku.php?id=hw:cards#usb
-Robin
QuoteReplyEditDelete
2009-07-29 22:01:49 Re: pendrive on ez-kit bf533
Glauber Tadeu (BRAZIL)
Message: 78179
yes, it's usb pendrives, thanks
Can uClinux use this boards to work with pendrives?
QuoteReplyEditDelete
2009-07-29 22:02:11 Re: pendrive on ez-kit bf533
Glauber Tadeu (BRAZIL)
Message: 78180
yes, it's usb pendrives, thanks
Can uClinux use this boards to work with pendrives? There is a driver to it?
QuoteReplyEditDelete
2009-07-30 03:26:47 Re: pendrive on ez-kit bf533
Michael Hennerich (GERMANY)
Message: 78187 As soon as you have a working USB host (for example Blackfin on-chip
MUSB, ISP1760, ISP1362 or SL811) you can enable USB Mass Storage
Support.
docs.blackfin.uclinux.org/doku.php?id=hw:cards:usb_ez-extender#te
st_usb_mass_stroage
This enables you to mount USB PenDrives or any other USB storage devices
such external USB HDDs.
-Michael