Monday, July 30, 2012

WinCE 5.0 debuggin again!

Why am I making this post in 2012? We'll I have a new work now and my first task today was to look at the USB driver of a WinCE 5.0 based system. So for refresher's I'm posting key areas of WinCE debugging.

1.) The bootloader and startup stuffs- check this is you want to know how it's done in WinCE 5.0 -> http://msdn.microsoft.com/en-us/library/aa446905.aspx

2.) Adding a device driver to a catalogue -> http://msdn.microsoft.com/en-us/library/cc440212.aspx

3.) Build a retail image instead of debug then later make it a ship build. Check out the difference of these logs here -> http://blogs.msdn.com/b/ce_base/archive/2006/12/18/debug-messages-and-debug-zones-in-windows-ce.aspx

4.) IMGNOKITL=0 . Don't forget KITL. http://msdn.microsoft.com/en-us/library/ms901796.aspx

No comments: