Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 37 of 144
With the registry entries added to launch the CoreCon component and Remote Display application,
the code editor window on the VS2005 IDE should looks like Figure 21.
Fig. 21 -
VS2005 IDE Code editor window – Project.reg
Static IP Address
By default, the OS design generates a CE 6.0 OS runtime image with DHCP enable to request IP
address dynamically during boot time. However, the OS design can be configured to generate CE
6.0 OS runtime image with preconfigured static IP address, by adding the following registry entries
to the Project.reg file:
[HKEY_LOCAL_MACHINE\Comm\PCI\R60401\Parms\TcpIp]
"EnableDHCP"=dword:0
"DefaultGateway"=multi_sz:"192.168.2.1"
"UseZeroBroadcast"=dword:0
"IpAddress"=multi_sz:"192.168.2.232"
"Subnetmask"=multi_sz:"255.255.255.0"
[HKEY_LOCAL_MACHINE\Comm\VMINI1\Parms\TcpIp]
"EnableDHCP"=dword:0
"IpAddress"=multi_sz:"192.168.2.233"
"Subnetmask"=multi_sz:"255.255.255.0"
Note:
When the KITL build option is enabled, the CE 6.0 OS runtime image is generated with the VMINI
driver to support debugging. In the development environment without DHCP, VMINI requires a
preconfigured IP address to function.
Other CE 6.0 Components
In addition to the components selected during the OS design wizard and the components
automatically included in the OS design by the template, additional components from the catalog
can be added to the OS design to provide additional function and features.
For example, the File Server component can be added to provide files and folders sharing over a
network connection. The FTP Server component can be added to provide remote file upload and
download services. The RAS Server/PPTP Server (Incoming) component can be added to provide
inbound dialup network connection via the serial port.
The following table lists the VDX-6326 SBC’s I/O peripherals and their associated CE 6.0 device
drivers and support components: