Dear all,
I'm working on arm926ej soc, when booting the kernel, it is down
just like:

Windows CE Kernel for ARM (Thumb Enabled) Built on Feb 8 2007 at
23:37:12
ProcessorType=0926 Revision=5
sp_abt=ffff5000 sp_irq=ffff2800 sp_undef=ffffc800 OEMAddressTable =
8011b588
DCache: 128 sets, 4 ways, 32 line size, 16384 size
ICache: 128 sets, 4 ways, 32 line size, 16384 size
sysIntr = 16
-OEMInit
Error Reporting Memory Reserved, dump size = 00020000
Booting Windows CE version 5.00 for (ARM)
&pTOC = 80109c1c, pTOC = 80213c88, pTOC->ulRamFree = 82080000,
MemForPT = 00000000

Booting kernel with existing memory configuration:
Memory Sections:
[0] : start: 82081000, extension: 00002000, length: 01d5d000
ERROR: d:\macallan\private\winceos\coreos\nk\kernel\physmem.c line
284: RemovePage : removing invalid address 0x00000000 (PFN 0x00000000)
NK Kernel: DEBUGCHK failed in file d:\macallan\private\winceos\coreos
\nk\kernel\physmem.c at line 285


my config.bib just like:

MEMORY
; RSVD 80000000 000FF000 RESERVED
ARGS 800FF000 00001000 RESERVED
NK 80100000 01e00000 RAMIMAGE
RAM 82000000 01e00000 RAM


anyone can help me?