Build WinCE Custom OS Image — Part II
In part I, I’ve installed required software — Visual Studio 2008, Microsoft Visual Studio 2008 Service Pack 1 and Windows Embedded Compact 7.
In order to build image, we’re going to download Toradex provided workspace, BSP (Board Support Package) and SDK. Link
Purpose
- Workspace : It’s a base project that allows you to add your driver then build the image.
- BSP : Board Support Package. BSP helps to communicate between hardware and OS. So you can focus on software part only.
- SDK : Software Development Kit. If you want to develop WinCE software for Tordex module, this is recommended SDK by Toradex.

Once you have download all the required files, open your Visual Studio 2008. And open Toradex provided platform builder OS design.


After successfully open the .pbxml, you will see the details of OS image settings.
To be continue…
(The trial version of my Visual Studio 2008 has been expired. The images of the interface would be in next episode. I need to find the way to reinstall it again…)