PrabuKumar's WinCE Blog

April 5, 2014

Relation between Visual Studio and Windows CE Versions – Part II

On March 31st Microsoft has announced the general availability of Windows Embedded Compact 2013 update 5 with the support for VS2013 IDE.With this update WinCE developers can update there development tools to VS2013.Sometimes it will be bit confusing for the beginner on the usage of the tools,hope this will help them in choosing the tools for the development.

Check out my blog post which shows the relationship between the Visual Studio and WinCE platform builder.

http://www.e-consystems.com/blog/windowsce/?p=1119

December 21, 2013

e-con Systems’s Almach kit boots Compact 2013(WEC2013) OS in less than a Second!!!

Filed under: WEC2013 — Prabu Kumar @ 3:29 pm
Tags: , , , , ,

Check out this great video which shows the recently released Windows Embedded Compact 2013(WEC2013) OS boots in ~830 milliseconds(ms) and also it does the decoding of 1D/2D barcode using the 5MP camera.

This Almach kit is based on TI DM3730 which will serve as very good starting point for the beginners of WinCE and also will be used as data generation source for the people who are trying to build the Internet of Things(IoT) systems.It is available for sale on the e-con’s webstore!!!!!!

July 19, 2013

WEC2013 Installation Troubleshoot Tips

Filed under: WEC2013,WinCE 6.0,WinCE 7 — Prabu Kumar @ 5:51 pm
Tags: , , , ,

As a continuation to my earlier post on WEC2013 installation,i like to add some of the troubleshooting tips which will help if there is any error in the installation.Please read the post here.

http://www.e-consystems.com/blog/windowsce/?p=965

June 18, 2013

Windows Embedded Compact 2013(WEC2013) Platform Builder Installation and Evaluation

As we all know Microsoft has officially launched the much awaited Windows Embedded Compact 2013,let us have a hands on with the installation and evaluation of the new platform builder tools which is a plugin to the latest Visual Studio 2012.

 

Installation:

  • Download and Install the Visual Studio Professional 2012.

http://www.microsoft.com/en-us/download/details.aspx?id=30682

  • Download and install the VS2012 Update 2.This update is an online install update which will take sometime based on your internet speed. Check out this blog post to install Update 2 offline.

http://blogs.msdn.com/b/robcaron/archive/2013/04/04/how-to-install-visual-studio-2012-update-2-offline.aspx

  • Download and install the Application Builder for Windows Embedded Compact 2013.This installer also comes as part of the WEC2013 PB ISO file.

http://www.microsoft.com/en-in/download/details.aspx?id=38819

  • Download and install the .NET Framework 3.5 SP1 from the below link.

http://www.microsoft.com/en-us/download/details.aspx?id=25150

  • Download the Windows Embedded Compact 2013 platform builder from the below link.

http://www.microsoft.com/windowsembedded/en-us/download-compact-2013.aspx

 

Here are the screenshots of the WEC2013 platform builder installations steps.

  • Mount the ISO file which is downloaded above. Click on the Begin Install. Accept the License agreement.

 

clip_image001

 

  • Now enter the product key which you got from the MSDN subscription site or the Evaluation key.

clip_image002

  • By default the WEC2013 Platform builder tools installed in the C:\(OS default Directory).But we can change the directory of the source code install. For that we need to choose “Custom Install” and browse the directory where you want to install the development source code.

clip_image003

  • As we had choose “Custom Install” it will show the option of components which needs to be installed.

clip_image004

  • Accept the license agreement for shared source and WestTek File viewers.
  • As we are downloading the ISO file and installing this installer offline we don’t want to create a local layout copy.

clip_image005

  • Clicking Next will show the estimated disk size required for the installation of the WEC2013.

clip_image006

  • Once the installation is finished, the below screen will appear.

clip_image007

 

 

Now we have installed the WEC2013 successfully and we are good to go to play with it.

image

 

Evaluation:

  • There are totally three Board Support Packages(BSPs) comes as part of the Platform Builder installation.
    • X86 Microprocessor BSPs
      • CEPC -> this BSP supports PC-based hardware, virtual machines hosted by Virtual-PC, and virtual machines hosted by Hyper-V Client or Hyper-V Server
      • Gseries ->This BSP is for the AMD G-Series processor based development kit.
    • ARM BSP
      • TI_SDP44XX-> This BSP is for TI OMAP4470(Dual Core Cortex A9 MP) Blaze Tablet 2 Development kit with the support of Symmetric Multiprocessing.

 

To get hands on with the tools and OS we can take CEPC BSP and deploy it on VirtualPC.

 

  • After installing the WEC2013 PB, open the Visual Studio 2012.Select File–>New Project–>Platform Builder–>OS Design. Avoid using spaces in the naming and path of the OSDesign.

clip_image008

  • We will evaluate the OS with the help of VirtualPC,so we have to select the “Generic CEPC:x86” from the BSP list.

Picture19_copy

  • Moving to the next wizard will show us the pre-defined templates which will help us to create OS design quicker. Here we can select the “Win32 and WinForms UI Device”.

clip_image010

  • From this WEC2013 release Microsoft had removed the “Standard shell” with the start button on the left corner of the Taskbar. Also in this WEC2013 they had given “Minimal Shell” with the source code using which we can develop our own shell.

clip_image011

 

  • Click finish and compile the OS using “Build –>Advanced Build Commands–> Sysgen” in either Checked or release mode.

 

During build time we can setup the VirtualPC in order to deploy the compiled nk.bin.There are few articles available online to setup the VirtualPC for WEC7.The same procedure is followed for deploying the WEC2013 OS.

http://msdn.microsoft.com/en-us/library/jj200348.aspx

 

After setting up VirtualPC on the Windows 7 machine,downloaded the compiled OS binary to the VirtualPC.

 

Here is the “Minimal Shell” screenshot of the new WEC2013 running on VirtualPC.

Compact 2013 Minimal Shell

Compact 2013 Minimal Shell

 

Blog at WordPress.com.