Online training content for CE 6.0 (Videos, Documentation)
To assist Spark developers get up to speed creating their “home of the future” (Sparks will fly competition) projects there’s a series of training modules that have just been published online – Whether you are new to embedded development, or already have Windows programming knowledge there’s probably something new to learn! – here’s a breakdown of the modules (each has an associated video and PDF download).
Item Name |
Description |
Starting Guide |
The Starting Guide contains a flowchart outlining how to navigate this training and an overview of the code examples. |
Embedded Design for Windows Developers |
Module 1e is for Windows developers and is designed to provide an understanding of what makes up an embedded system. |
Embedded Design for Embedded Developers |
Module 1w is for embedded developers and is designed to provide an understanding of the Windows paradigm, the concept of Windows programming, the Windows GUI, and the Windows Software Development Kit. |
Windows Embedded CE 6.0 Introduction |
Module 2 is intended for all developers and is an introduction to Windows Embedded CE 6.0. |
The Target Device Hardware |
Module 3 is intended to introduce the target hardware and hardware-related topics. It features 4 different hardware platforms. |
The Development Tools |
Module 4 introduces the development tools: Platform Builder and Visual Studio 2005 which hosts it. |
Understanding the Build System |
Module 5 takes a first look at the building process and is intended for all developers, provided Modules 3 and 4 have been completed. |
Creating and Building an OS Design |
Module 6 describes the process of creating and building an OS design. This module presumes all earlier modules have been completed. |
Application Development |
Module 7 is intended for application development. It discusses the importance of the SDK and how to create and roll it. It also discusses the creation of three application development tools; Win32 API and MFC, both native tools; and developing managed applications in C#. |
Remote Tools |
Module 8 reviews available remote tools and describes how to use a remote tools framework to create a customized remote tool. |
How to Attach a USB Webcam |
Module 9 discusses how to attach a USB webcam, covering preparing the OS design for using the webcam and creating an application to show camera input. |
- Mike
Comments
Anonymous
November 04, 2008
PingBack from http://www.tmao.info/online-training-content-for-ce-60-videos-documentation/Anonymous
November 05, 2008
The ARTIGO's that came from the ESC in Boston had WinCE pre-installed. The instructions above cover how to install on a blank Artigo. (Namely, when preparing to download the image, the Artigo's boot menu will give the option to 'Load OS Image from Development Station....") But my Artigo shows no sush menu and just boots to CE, so in Visual Studio, the target device never shows up under Ethernet Download settings, and I would like to re-install the image with some update's I've made. How can I do that???Anonymous
November 05, 2008
I believe the Artigo boards that were provided at ESC Boston included the "BIOSLoader" to load the local Windows CE image (nk.bin) - The BiosLoader can also pull an image from the development PC. When booting the artigo, once BIOS is complete, and before the local image is loaded, press the "1" key on the Artigo keyboard, this will put the BIOSLoader into "EBOOT" mode, and will request an o/s image from the development PC.
- Mike
Anonymous
November 05, 2008
No dice.... :-( Shoot me an email and I can explain exactly what I'm seeing. ajcrm125@gmail.com Thanks...Anonymous
November 15, 2008
I am having the same issue as Adam. I can't get the device into a mode to download the OS from the development station. I have tried pressing 1 just after the BIOS comes up but my device still goes to the OS Choice screen (which allows me to choose between Windows Embedded Standard and Windows Embedded CE 6). Any advice would be appreciated.
- Tom