I am new to WinCE.

I am trying to build an WinCE 6.0 Image using platform builder.

So I went Like this .

  1. Visual Studio 2005 >> Platform Builder >> OS Design
  2. Avilable BSP : CEPC X86
  3. Custom Device
  4. Actice sync and Cab File Insaller and
  5. Finished.

Build >> Build OSDesign . Make Runtime image .

In Device's I choose "Windows CE device " and in Device option Kernal Service Map >> Device Emulator Debugger >> KdStub

Now After building and creating image when I click Attach devive , it comes up and shows me a Black screen. Not sure what mistake I am doing .

Packages I Installed :

  1. Visual Studio 2005
  2. Visual Studio 2005 Service Pack 1
  3. Visual Studio 2005 Service Pack 1 Update for Windows Vista (if applicable)
  4. Windows Embedded CE 6.0 Platform Builder
  5. Windows Embedded CE 6.0 SP1 (required if PB 6.0 Tools have been installed)
  6. Windows Embedded CE 6.0 R2
  7. Windows Embedded CE 6.0 R3
  8. Windows Embedded CE 6.0 Cumulative Product Update Rollup Package (through 12/31/2010)
  9. Windows Embedded CE 6.0 Monthly update August
link|improve this question

74% accept rate
feedback

2 Answers

I think you haven't selected properly the BSP, currently I am using WinCE 7.0, but from what I remember you should select a BSP called: Device Emulator: ARMV4 - something similar should be for a x86 - CEPC design. For example on WinCE 7.0 you have a BSP called VCEPC - Virtual CEPC that can be loaded in Virtual PC. The reason is that you have different drivers, different bootloader, etc.

link|improve this answer
feedback

I have a similar problem that is not solved yet but searching a documentation around you can check if the KITL option in the project properties is ENABLED.

If it is then please try disabling it, rebuild the project and make new run-time image.

I hope this helps you.

My problem is listed here: Black screen after booting WinCE 6.0

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.