Access to information is restricted depending on your login.
Request login-information through our contact form.
Building a Windows Embedded CE6 Image for Trizeps5 from Scratch
This application note will guide you through the steps needed, to create an own Windows Embedded CE 6 image. This is demonstrated for a BSP for Trizeps V, but the steps will almost also apply for other Trizeps-boards.
Preparation
First of all you need to install Microsoft's Platform Builder for Windows Embedded CE 6.0:
- Visual Studio 2005
- Visual Studio SP1 (Service Pack 1)
- Windows Embedded CE 6.0 (Platform-Builder Plug-In for Visual Studio 2005)
- Windows Embedded CE 6.0 SP1 (Service Pack 1)
- Windows Embedded CE 6.0 R2 Update
- Windows Embedded CE 6.0 R3
- Windows Embedded CE 6.0 Product Update Rollup, December 31, 2009 (QFEs)
- Remaining Windows CE 6.0 QFEs
If asked during install for which platforms, you must select ARMV4I and XScale. If you already have an installation, you can add those platform, by running the Platform-Builder installer. Before using the latest Trizeps-BSP, update the Platform-Builder usingWindows Embedded CE Downloads.
Install the Keith&Koep BSP for Trizeps V.
Creating a new Project
- Start Visual Studio 2005 and select
File –> New Project..
- Select
Platform Builder CE 6.0, OS Designas project-type and give your project a name. In this example, we will useCE6Demo.
- Follow the instructions of the OS Design Wizard.
- Select the Board-Support-Packages you want to use this project with; i.e. you might want to add
TR4CONXSto add support for the Trizeps4-BSP. Since this example uses Trizeps5, select TR5CONXS.
- Select a design-template that matches your needs.
- The following New Platform Wizard-pages allow us to add further components. Don't worry too much if you forgot to select a component here. Adding and removing components can be done later. In this example add ActiveSync. This is a nice tool, you would probably want and need for debugging your application.
- Add Wired Local Area Networking to support the ethernet-chip of the Trizeps5.
- Now the wizard is done.
- Depending on components added, some security warnings might get displayed
Modify a Project
After the OS Design Wizard has generated a new workspace, you may want to do some modifications.
RAM-based Registry (SYSGEN_FSREGRAM).
If you select
PCMCIA/CompactFlash don't forget to select the Compact Flash / PC Card Storage (ATADISK) catalog-item.When you want to use ActiveSync, you should include
USB Function Clients –> serial component.You might also want to add the
USB Storage Class Driver, so that you can plug USB-memory-sticks.Build a Project
If you think you are done with your modifications, call Build –> Build Solution.

Wait. . . . . .
After several minutes the build should complete with:

Three files are generated:
- nk_ram.nb0 ( Image will be loaded to RAM and execute).
- nk_rom.nb0 ( Image will be stored to flash (uncompressed); view Flash Division of Trizeps, because this file is usually too large).
- nk_zip.nb0 ( Image will be stored to flash (compressed))
What's next
After your created those images you may proceed to download them to your Trizeps-module. Take a look at the bootloader documentation for information on how to do this.
In the next step you might want to add further features or delete some to reduce size or licensing cost.
Download
- Demo-Project: ce6demo_2008_10_14.zip
- Retail-Image: ce6demo_tr5conxs_2008_10_14.nb0
(C) 2009 Keith & Koep GmbH. All rights reserved. Terms of Use












