Log in

View Full Version : WinCe Kernal Debugging


09-21-2007, 01:21 PM
Hi all ,
we are trying to port WinCe on ARM Board
we were able to run eboot and also able to download nk.bin image to the board successfully using
Platform Builder Target Connectivity options Enabling KITL

On the Hyperterminal console as well as on Platform Builder Debug Console we got following messages


Initialize DMA subsystem
Booting Windows CE version 5.00 for (ARM)
&pTOC = 880746cc, pTOC = 89a3def4, pTOC->ulRamFree = 89ab1000, MemForPT = 00000000

Old or invalid version stamp in kernel structures - starting clean!
Configuring: Primary pages: 9259, Secondary pages: 0, Filesystem pages = 4629

Booting kernel with clean memory configuration:
Memory Sections:
[0] : start: 89ab2000, extension: 00003000, length: 0242b000
Sp=ffffc7cc
ARMInit done.
Windows CE KernelInit
Updated eptr->e32_vsize to = 000c8000



after this we didnt get any messages
can you suggest regarding this what might be the problem