Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 31 of 144
•
USB Audio driver
Note:
This component set the BSP_VORTEX86DX_USB_AUDIO, SYSGEN_USB, BSP_USB_OHCI,
BSP_USB_UHCI and BSP_USB_EHCI environment variables to include the USB 2.0 driver and audio
driver.
•
USB Mass Storage Device
Note:
This component set the SYSGEN_USB_STORAGE environment variable to include the USB storage
class driver to the OS runtime image to support external USB storage.
•
VGA 1024x768x16 @ 60Hz
Note:
The above display setting is selected arbitrary for this hands-on-lab guide. You can select a
different display setting supported by the display monitor you are working with.
Expand the \
Core OS\CEBASE
node, locate and include the following components to the OS design.
•
\Applications-End User\CAB File Installer\Uninstaller
Note:
This component provides application installation & removal support. It’s needed to support
VS2005 and VS2008 application debug and deployment.
.NET Compact Framework components are needed to support managed code application. During
the OS design wizard steps, .NET Compact Framework 2.0 components were removed from the
selection. Expand the \
Core OS\CEBASE\Applications and Services Development
node, and select
the following newer version of the .NET Compact Framework from the component catalog.
•
.NET Compact Framework 3.5
•
OS Dependencies for .NET Compact Framework 3.5
Note:
For CE 6.0, .NET Compact Framework 3.5 is available as part of the January 2008 QFE updates for
CE 6.0. .NET Compact Framework 3.5 is installed as one of the default components for R2 and R3
releases.
If .NET Compact Framework 3.5 is not installed, you can use .NET Compact Framework 2.0
components to work through the exercises.
Expand the \
Core OS\CEBASE\Communication Services and Networking\Servers
node and select
the following component to the OS design:
•
FTP Server
Note:
The FTP server provides the mechanism to upload file(s) to the target device, and download file(s)
from the target device, using an FTP client.
In the later section, the following registry entries will be added to the project to enable the FTP
server and enable support for anonymous login to the FTP server:
[HKEY_LOCAL_MACHINE\COMM\FTPD]
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
"UserList"="@*;"
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1
"DefaultDir"="\\"