Vortex86DX-MSJK CE 6.0 Jump Start - Getting Started Guide
Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.0
Page 119
Configure OS Design with Static IP Address
The OS design project can be configured to generate CE 6.0 OS runtime image with preconfigured
static IP address, by adding the necessary registry entries to the Project.reg file.
Work through the following steps to configure the MyWinCE OS design with static IP address:
•
With
MyWinCE
OS design project active, click on the
Solution Explorer
window from the
VS2005 IDE.
•
Expand the
Parameter Files
folder.
•
Expand the
ICOP_VDX6326_60B: X86 (Active)
folder, and double click on
Project.reg
to
open this file in the code editor window.
•
From the code editor window, add the following registry entries toward the end of the 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"
•
From the VS2005 IDE, select
Build | Build Solution
to generate a new CE 6.0 OS runtime
image.
After the build process is completed, the resulting CE 6.0 OS runtime image is generated with the
preconfigured IP address.