...
This application note will guide you through the steps needed, to create your 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.
...
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..
...
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 I to VI, because this file is usually too large).
nk_zip.nb0 ( Image will be stored to flash (compressed))
...
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.
...