Add device driver to Windows CE 6.0 through Platform Builder
Posted
by
Luís Mendes
on Stack Overflow
See other posts from Stack Overflow
or by Luís Mendes
Published on 2012-04-11T23:24:21Z
Indexed on
2012/04/11
23:30 UTC
Read the original article
Hit count: 239
I'm trying to add a device driver to a Windows CE 6.0 image that I'm creating through Platform Builder.
The driver in question, for the VIA 6656 chipset (used in many USB Wi-Fi adapters/dongles), is available in the manufacturer's website and consists of several files: .PDB, .REG, .BIB, .DLL, .MAP and .REL.
I understand that the REG file must be imported in my OSDesign.reg, the BIB file to my OSDesign.bib and the DLL must be placed in the /Windows folder of my image. What I don't understand is what to do with the remaining files (PDB, MAP and REL).
Could anyone assist me in this matter?
Thank you in advance!
© Stack Overflow or respective owner