How to Configure and Build a Run-Time Image for a CEPC
Other versions of this page are also available for the following:
8/27/2008
Before you build a run-time image for a Windows Embedded CE PC-based platform (CEPC), you might have to change settings in the Platform Builder IDE. Whether you do depends on your CEPC hardware requirements and your development goals. Also, you might have to configure your run-time image to reside in a larger amount of RAM than the default amount of 28 MB specified the %_WINCEROOT%\PLATFORM\CEPC\FILES\Config.bib file. If you want to support kernel debugging, profiling, or other build options, you must specify these options in the IDE.
Hardware and Software Assumptions
- You have set up a CEPC.
For more information, see How to Set Up a CEPC.
Steps
Step | Topic |
---|---|
1. Use the Windows Embedded CE OS Design Wizard to select a design template and the initial components for your OS design. |
Creating an OS Design with the Windows Embedded CE OS Design Wizard |
2. Customize your OS design by selecting items from the Catalog or deleting items from your OS design. |
|
3. Based on your development goals, configure the settings for your run-time image in the <OSDesignName> Properties dialog box. |
|
4. Choose a Debug or Release configuration to target when Platform Builder builds the OS design into a run-time image. To use the kernel debugger, make sure that support for the kernel debugger is enabled. |
|
5. Decide whether to enable kernel independent transport layer (KITL) for debugging activities. |
|
6. Check the dependencies of the Catalog items in your OS design.
|
Not applicable |
7. Modify the MEMORY section in the %WINCEROOT_%\PLATFORM\CEPC\FILES\Config.bib file by setting the environment variable that specifies the amount of RAM on your CEPC hardware or the amount of RAM you want to simulate. By default, the %WINCEROOT\PLATFORM\CEPC\FILES\Config.bib file specifies 28 MB of RAM, and then the OEM Adaptation Layer (OAL) scans for additional memory at run time, for up to a total of 64 MB.
|
|
8. Build the OS design into a run-time image. |
|
9. In the Output window, on the Output tab, verify that your build contains no errors. |
Not applicable |
10. View the size of the run-time image. |
See Also
Tasks
How to Decrease Run-Time Image Size on a CEPC
Concepts
Configuring System Memory
OEMAddressTable