以下是DNW输出的提示:
Microsoft Windows CE Ethernet Bootloader Common Library Version 1.0 Built Mar 13 2003 23:05:42
FMD::FMD_Init
FMD::FMD_Init Done
TOC_Read
-TOC_Read
YCTek 2440 Boot Tools Menu:
---------------------------------------
F) FORMAT Flash
S) Store NK to FLash
---------------------------------------
Enter your selection: f
Reserving Blocks [0x0 - 0xD] ...
...reserve complete.
Low-level format Blocks [0xE - 0xFFF] ...
YCTek wince usb download tool working... about five minute,please wait...
YCTek 2440 Boot Tools Menu:
---------------------------------------
F) FORMAT Flash
S) Store NK to FLash
---------------------------------------
Enter your selection: s
System ready!
Preparing for download...
OEMLaunch: (IMAGE_TYPE_RAMIMAGE|IMAGE_TYPE_BINFS)
+WriteRegionsToBootMedia: ImageStart: 0x8C200000, ImageLength: 0x1D00000, LaunchAddr:0x8C200000
dwRegionStart: 0x8C200000, dwRegionLength: 0x1D00000, dwStoreOffset: 0x0
Updateded TOC!
-WriteRegionsToBootMedia
+TOC_Write
Erasing Block: 1
FMD_WriteSector.............
FMD_ReadSector.............
memcmp.............
TOC {
dwSignature: 0x434F544E
BootCfg {
ConfigFlags: 0x800
BootDelay: 0xF
ImageIndex: 1
IP: 0.0.0.0
MAC Address: 00:00:00:00:00:00
Port: 0.0.0.0
SubnetMask: 255.255.255.255
}
ID[0] {
dwVersion: 0x10002
dwSignature: 0x45424F54
String: 'eboot.nb0'
dwImageType: 0x2
dwTtlSectors: 0x180
dwLoadAddress: 0x8C038000
dwJumpAddress: 0x8C038000
dwStoreOffset: 0x0
sgList[0].dwSector: 0x40
sgList[0].dwLength: 0x180
}
ID[1] {
dwVersion: 0x1
dwSignature: 0x43465349
String: ''
dwImageType: 0x6
dwTtlSectors: 0xE800
dwLoadAddress: 0x8C200000
dwJumpAddress: 0x8C200000
dwStoreOffset: 0x0
sgList[0].dwSector: 0x3A0
sgList[0].dwLength: 0xE800
}
chainInfo.dwLoadAddress: 0X00000000
chainInfo.dwFlashAddress: 0X00000000
chainInfo.dwLength: 0X00000000
}
-TOC_Write
TOC {
dwSignature: 0x434F544E
BootCfg {
ConfigFlags: 0x800
BootDelay: 0xF
ImageIndex: 1
IP: 0.0.0.0
MAC Address: 00:00:00:00:00:00
Port: 0.0.0.0
SubnetMask: 255.255.255.255
}
ID[0] {
dwVersion: 0x10002
dwSignature: 0x45424F54
String: 'eboot.nb0'
dwImageType: 0x2
dwTtlSectors: 0x180
dwLoadAddress: 0x8C038000
dwJumpAddress: 0x8C038000
dwStoreOffset: 0x0
sgList[0].dwSector: 0x40
sgList[0].dwLength: 0x180
}
ID[1] {
dwVersion: 0x1
dwSignature: 0x43465349
String: ''
dwImageType: 0x6
dwTtlSectors: 0xE800
dwLoadAddress: 0x8C200000
dwJumpAddress: 0x8C200000
dwStoreOffset: 0x0
sgList[0].dwSector: 0x3A0
sgList[0].dwLength: 0xE800
}
chainInfo.dwLoadAddress: 0X00000000
chainInfo.dwFlashAddress: 0X00000000
chainInfo.dwLength: 0X00000000
}
Jumping to image at virtual address 0x8C200000h
+ToPhysicalAddr:0x8C200000
-ToPhysicalAddr:0x30200000
::: Physical Launch Address: 0x30200000h
我用的是扬创的板子,想把MINI2440的BSP移植上去,结果启动不了
LCD部分我已经测试通过了,能正常启动,
但是我把其他驱动移植上去之后,就启动不了了
但是我把其他驱动移植上去之后,就启动不了了
:哪你找下是哪个驱动影起的,或者看下调试信息就知道是哪个驱动有问题了