Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This application note will guide you through the steps needed, to create an own Windows Embedded CE 7 image.

Creating a new Project

  • Start Visual Studio 2008 and select File –> New Project..

  • PlatformBuilder→Osdesign

  • BoardSupportPackages→ Trizeps7:ARMv7

  • DesignTemplate → Keith & Koep GmbH Evalkit Device → Choose a template

Modify a Project

  • Catalog Items View → Third Party → BSP → Trizeps7: ARMV7 → Choose device drivers

  • Solution→Trizeps7 ARMV7 Debug

  • Device: (auto)Ether to debug over Ethernet

  • Project→Properties

  • Build→Build Solution

  • Build→Open Release Directory in Build Window

  • cd makeSD

  • Copy the built image on SD-Card with the batches BurnSDonS.bat or FormatSDonS.bat (first deploy). Mount the SD-Card as drive S: in your system before.

  • Now you have a prepared SD-Card for your Trizeps7 device.

Debug the Image

  • Connect your Trizeps7 device and PC with a serial cable

  • Open an Terminal on your PC with 38400baud

  • Start your Trizeps7 device and press ESC when you see the loading bar

  • Select the following settings in the bootloader

  • Start the downloading process by pressing D

  • Connect device

  • The image should download now and starts up

  • If the image stops you can continue it with the green start button

  • No labels