Hi all ,
we are trying to port WinCe on ARM versatile Board PB926 .
We have downloaded the BSP from the ARM site.
using PB we built ebbot.nbo and nk.bin
we were able to load eboot.nb0 and also able to download nk.bin image
to the board successfully using
Platform Builder-> Target Connectivity options Enabling KITL

On the Hyperterminal console 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


on Platform Builder Debug Console we got following messages
--------------------------------------------------------------------------------------------
The Kernel Debugger is waiting to connect with target.
0 PID:0 TID:0 Initialize DMA subsystem
0 PID:0 TID:0 Sp=ffffc7cc
The Kernel Debugger has been disconnected successfully.
The Kernel Debugger is waiting to connect with target.
0 PID:0 TID:0 MODULE NAME: Windows CE .NET OAL (OEM Adaptation
Layer)
0 PID:0 TID:0 MODULE VERSION: $WATERMARK$
0 PID:0 TID:0 OEMInit: MainMemoryEndAddress is 0x8bee0000
0 PID:0 TID:0 Initialize DMA subsystem
0 PID:0 TID:0 Booting Windows CE version 5.00 for (ARM)
0 PID:0 TID:0 &pTOC = 880746cc, pTOC = 89a3def4, pTOC->ulRamFree
= 89ab1000, MemForPT = 00000000

-----

---

0 PID:0 TID:0 Sp=ffffc7cc
1 PID:0 TID:0 Windows CE KernelInit
4294767296 PID:bedf002 TID:bedf266 Updated eptr->e32_vsize to =
000c8000

After the above line. i do not see any messages.
can you suggest regarding this what might be the problem

vishal