Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 35 of 144
Fig. 20 -
OS design Property – Build Options
Click to expand the
Configuration Properties
node on the left side of the screen.
Click to high-light the
Build Options
node, a list of Build Options with check boxes will be shown on
the right side of the screen. The following two build options are selected by default:
•
Enable eboot space in memory (IMGEBOOT=1)
•
Enable KITL (no IMGNOKITL=1)
For this exercise, none of the build option is needed. Uncheck any selected build option.
Note:
When deploying a CE 6.0 OS runtime image with KITL enabled to the target device’s local flash
storage, the system will search for an unavailable KITL connection during start up and will not be
able to complete the boot process.
Click on the
Apply
button follow by the
OK
button to close the MyWinCE Property Pages screen.
Customize the OS Design – The Registry
The registry plays a key role in controlling how the CE 6.0 OS runtime behave, loads driver,
application and more. Improper registry entries can cause series problem and can prevent the
system from loading.
In the earlier steps, we included the FTP server, Remote Display application, CoreCon_v200_x86 and
AutoLaunch_v200_x86 components to the OS design. Appropriate registry entries are needed in
order for these components to load and function as intended.
Registry entries to enable the FTP server and configure appropriate user and security settings are
needed for the FTP server to function. For the purpose of this exercise, we will add the following
registry to enable the FTP server and allow anonymous login:
[HKEY_LOCAL_MACHINE\COMM\FTPD]
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
"UserList"="@*;"
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1
"DefaultDir"="\\"
The AutoLaunch utility, “AutoLaunch_v200_x86” component, is added to the OS design to perform
the task to launch one or more application when CE 6.0 starts. When the AutoLaunch_v200_x86