我有两份启动信息,一份是能成功启动的,一份是有問題,请帮忙看看
可以启动的
Clear the free memory .............................................................
Read eboot image from flash ......
Sector addr on NAND: 0x100
TotalSector: 0x100
LoadAddress: 0x30038000
JumpAddr: 0x30038000
Now, to download the wince image(nk.bin) ......
USB host is connected. Waiting a download.
Now, Downloading [ADDRESS:30058000h,TOTAL:18393673]
Downloaded file at 0x30000000, size = 18393663 bytes
Mark bad blocks as unused ......
Mark Block 0 as unused, has mark 1 blocks
Mark Block 1 as unused, has mark 2 blocks
Mark Block 2 as unused, has mark 3 blocks
Mark Block 3 as unused, has mark 4 blocks
Mark Block 4 as unused, has mark 5 blocks
Mark Block 5 as unused, has mark 6 blocks
Mark Block 6 as unused, has mark 7 blocks
Mark Block 7 as unused, has mark 8 blocks
Mark Block 8 as unused, has mark 9 blocks
Mark Block 9 as unused, has mark 10 blocks
Mark Block 10 as unused, has mark 11 blocks
Mark Block 11 as unused, has mark 12 blocks
Mark Block 12 as unused, has mark 13 blocks
Mark Block 13 as unused, has mark 14 blocks
Mark Block 14 as unused, has mark 15 blocks
Mark Block 15 as unused, has mark 16 blocks
Mark Block 16 as unused, has mark 17 blocks
Mark Block 17 as unused, has mark 18 blocks
Mark Block 18 as unused, has mark 19 blocks
Mark Block 19 as unused, has mark 20 blocks
Extract wince image throught USB ......
Microsoft Windows CE Ethernet Bootloader Common Library Version 1.0 Built Jan 28 2007 17:47:35
Copyright (c) 2000-2001 Microsoft Corporation
Microsoft Windows CE SMDK2440 Bootloader Version 1.2 Built Jan 28 2007 17:47:27
FMD::FMD_Init
Jumping to image at virtual address 0x8C201000h
+ToPhysicalAddr:0x8C201000
-ToPhysicalAddr:0x30201000
::: Physical Launch Address: 0x30201000h
Windows CE Kernel for ARM (Thumb Enabled) Built on Jun 24 2004 at 18:25:00
ProcessorType=0920 Revision=0
sp_abt=ffff5000 sp_irq=ffff2800 sp_undef=ffffc800 OEMAddressTable = 8c2013bc
Windows CE Firmware Init
INFO: Initializing system interrupts...
INFO: Initializing system clock(s)...
INFO: Initializing driver globals area...
SDMMC config set rGPGCON: fd96ffba
OEMInit Done...
Sp=ffffc7cc
不能启动的
Clear the free memory .............................................................
Read eboot image from flash ......
Sector addr on NAND: 0x100
TotalSector: 0x100
LoadAddress: 0x30038000
JumpAddr: 0x30038000
Now, to download the wince image(nk.bin) ......
USB host is connected. Waiting a download.
Now, Downloading [ADDRESS:30058000h,TOTAL:15548077]
Downloaded file at 0x30000000, size = 15548067 bytes
Mark bad blocks as unused ......
Mark Block 0 as unused, has mark 1 blocks
Mark Block 1 as unused, has mark 2 blocks
Mark Block 2 as unused, has mark 3 blocks
Mark Block 3 as unused, has mark 4 blocks
Mark Block 4 as unused, has mark 5 blocks
Mark Block 5 as unused, has mark 6 blocks
Mark Block 6 as unused, has mark 7 blocks
Mark Block 7 as unused, has mark 8 blocks
Mark Block 8 as unused, has mark 9 blocks
Mark Block 9 as unused, has mark 10 blocks
Mark Block 10 as unused, has mark 11 blocks
Mark Block 11 as unused, has mark 12 blocks
Mark Block 12 as unused, has mark 13 blocks
Mark Block 13 as unused, has mark 14 blocks
Mark Block 14 as unused, has mark 15 blocks
Mark Block 15 as unused, has mark 16 blocks
Mark Block 16 as unused, has mark 17 blocks
Mark Block 17 as unused, has mark 18 blocks
Mark Block 18 as unused, has mark 19 blocks
Mark Block 19 as unused, has mark 20 blocks
Extract wince image throught USB ......
Microsoft Windows CE Ethernet Bootloader Common Library Version 1.0 Built Jan 28 2007 17:47:35
Copyright (c) 2000-2001 Microsoft Corporation
Microsoft Windows CE SMDK2440 Bootloader Version 1.2 Built Jan 28 2007 17:47:27
FMD::FMD_Init
;
; ROMFLAGS is a bitmask of options for the kernel
; ROMFLAGS 0x0001 Disallow Paging
; ROMFLAGS 0x0002 Not all KMode
; ROMFLAGS 0x0010 Trust Module only
;
IF IMGTRUSTROMONLY
IF IMGNOTALLKMODE
ROMFLAGS=12
ELSE
ROMFLAGS=10
ENDIF
ELSE
IF IMGNOTALLKMODE
ROMFLAGS=02
ELSE
ROMFLAGS=00
ENDIF
ENDIF