Re: How to I get a USB memory stick driver for Windows CE 5.0?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Memory sticks would typically be identified not by vid/pid which is unique to a device+manufacturer but other identifying information, namely the class/subclass/protocol of their interfaces. The mass storage driver (usbdisk6.dll,usbmsc.dll) should be installed to support any device of interface base class 8, or the mass storage class defined by usb.org

More info about usb device driver loading is at http://msdn2.microsoft.com/en-us/library/ms894080.aspx

"Don" <Don@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:22848D66-1160-41DE-8183-952CCB953590@xxxxxxxxxxxxxxxx
Hi Paul,

I do in fact have another USB device working. It is a USB to 485 converter
that has a ftdi chip in it. And when I plug this device I also get the
window:

Unidentified USB Device
Enter the name of the driver for this USB device:
Driver Name: -----------

But the difference here is that I have downloaded driver files from the ftdi
web site.
They supply a dll and and ini file. I had to edit the ini file in such a
way that it includes the vendor and product id that is being sent when the
USB to 485 converter is plugged in. Then I had to copy the dll and the ini
file to the \Windows directory on my CE device. Then when the above window
came up I simply type the name of the dll and it worked. Wouldn't I have to
do something similar with a memory stick?

--
Don


"Paul G. Tobey [eMVP]" wrote:

Does *any* USB device work? Maybe your host driver for your hardware isn't
working and therefore is returning incorrect characteristics for the stick?
Did you include the partition driver for FAT? The device isn't formatted
for NTFS or something, is it?

Paul T.

"Don" <Don@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0B286FC7-A4C6-4C7B-810E-84AE9031179E@xxxxxxxxxxxxxxxx
>I tried that but a window keeps poping up saying
>
> Unidentified USB Device:
> Enter the name of the drive for this USB device
> Driver Name: -----------
> -- > Don
>
>
> "<ctacke/>" wrote:
>
>> Include the USB Mass storage driver in your image.
>>
>>
>> -- >> Chris Tacke - Embedded MVP
>> OpenNETCF Consulting
>> Managed Code in the Embedded World
>> www.opennetcf.com
>> --
>>
>>
>> "Don" <Don@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:A9F1AE60-74B7-47AD-88F1-338D30FFC5A0@xxxxxxxxxxxxxxxx
>> > Hi
>> >
>> > I am currently booting Windows CE 5.0 from a compact flash on a
>> > Mini-ITX
>> > M11
>> > mother board. I have built my OS using Platfrom builder 5.0. I >> > would
>> > like
>> > to be able to read and write a USB memory stick. When I plug in my
>> > memory
>> > stick a window pops up asking me for a driver. Is there something I
>> > need
>> > to
>> > do in Platform Builder to have the OS realize USB memory sticks or >> > do I
>> > need
>> > to hunt on the internet for USB memory stick drivers that support
>> > Windows
>> > CE.
>> > Any help in this matter would be appreciated
>> >
>> > Thankyou
>> >
>> >
>> > -- >> > Don
>>
>>
>>




.



Relevant Pages

  • Re: is killing zombies possible w/o a reboot?
    ... > window, but never did anything to it. ... reclaims all its memory to the system free memory ... Killing a process in linux with "kill -9 oid" also release all resources, ... Only something stuck in a device driver will need the reboot, ...
    (Linux-Kernel)
  • Re: [RFC v2] virtio: add virtio-over-PCI driver
    ... memory on the PCI bus. ... If the registers for setting up this window don't logically fit ... make a function call into that driver to set up the window. ... virtio doesn't work that way. ...
    (Linux-Kernel)
  • Re: 32bit OS cannot see 4GB of RAM on modern chipset. Ramdisk?
    ... XP 32 and Vista 32 to only be capable of 32bit physical addresses. ... use it as a sort of hyperspace window to access memory above 4GB. ... My driver could cope with this - I could just scan above 4GB ...
    (microsoft.public.development.device.drivers)
  • Re: How to I get a USB memory stick driver for Windows CE 5.0?
    ... I do in fact have another USB device working. ... But the difference here is that I have downloaded driver files from the ftdi ... Then when the above window ... do in Platform Builder to have the OS realize USB memory sticks or do I ...
    (microsoft.public.windowsce.embedded)
  • How to access mapped memory from kernel driver
    ... examples on the internet dealing with direct memory access. ... I have embeded board that has battery backed memory - this memory is linked ... I have portions of my driver accessing ports - this works fine so I'm really ... Address (d000:0000, 4 kb window) ...
    (microsoft.public.development.device.drivers)