Add and Build a Device Driver (Compact 2013)
3/26/2014
When you add the sample stream driver to your board support package (BSP), you create a new driver subfolder, copy existing source and configuration files, and modify your BSP configuration files. Then, you can build your driver as part of the run-time image.
The following sections provide information for you to add and build the stream driver as part of your run-time image.
In This Section
- Add the Stream Driver Files to Your BSP
Describes how to add the sample stream driver files to your BSP.
- Update the Driver Source Code
Describes how to customize the driver source code.
- Update the DIRS File
Describes how to update a build-related file so that the build process includes the source files for your driver.
- Update the Stream Driver Registry File
Describes how to set a registry subkey for the stream driver.
- Update the Platform Registry File
Describes how to include the stream driver registry file in the platform registry.
- Update the Platform Binary Image Builder File
Describes how to add an entry to a binary image builder (BIB) file so that your driver is included in the run-time image.
- Build the Driver
Describes how to build your driver by using Platform Builder.
- Set Alternate Release Directories
Describes how to specify the paths of files that Platform Builder might need when you are testing your driver.
- Use Dumpbin.exe to Review Driver Functions
Describes how to view the functions that your driver exposes.