Microsoft Windows CE Ethernet Bootloader Common Library Version 1.1 Built Mar 30 2010 13:24:02
Microsoft Windows CE Bootloader for the Samsung SMDK2440 Version 2.4 Built Mar 30 2010
BP_Init
FMD::FMD_Init
FMD::FMD_Init - pBSPArgs->nfsblk = 0x0
FMD::FMD_Init - READ_REGISTER_BYTE(pNFSBLK) = 0x0
FMD::FMD_Init IPL .....
FMD::FMD_Init Done
MID = 0xec, DID = 0x76 4th Cycle : 0xa5
NUMBLOCKS : 512(0x200), SECTORSPERBLOCK = 256(0x100), BYTESPERSECTOR = 512(0x200)
MID = 0xec, DID = 0x76 4th Cycle : 0xa5
NUMBLOCKS : 512(0x200), SECTORSPERBLOCK = 256(0x100), BYTESPERSECTOR = 512(0x200)
wNUM_BLOCKS : 512(0x200)
dwBlock(0x9) X dwImageLength = 0x25800
dwNumBlocks = 0x2
dwBlock(0x9) X g_FlashInfo.wSectorsPerBlock(0x100) = 0x900
dwBlock(0xa) X g_FlashInfo.wSectorsPerBlock(0x100) = 0xa00
Press [ENTER] to launch image stored on boot media, or [SPACE] to enter boot monitor.
Initiating image launch in 5 seconds. 可见是跳不到MAIN.C里~
// NOTE: we assume that this Steppingstone loader occupies *part* the first (good) NAND flash block. More
// specifically, the loader takes up 4096 bytes (or 8 NAND pages) of the first block. We'll start our image
// copy on the very next page.
#define NAND_COPY_PAGE_OFFSET 2*NAND_PAGES_PER_BLOCK