Dear all:
Recently I have compiled NK.bin use based on the
WINCE BSP version----TI_EVM_3530 , but there
is no serial output messages of NK.bin after I
booted omap3530 from SD card to my own omap3530 board. Some messages before jump to NK.bin are as follows:
BL_IMAGE_TYPE_BIN
Download file information:
-----------------------------------------------------------
[0]: Address=0x84001000 Length=0x01849144 Save=0x80001000
-----------------------------------------------------------
Download file type: 1
rom_offset=0x0.
ImageStart = 0x84001000, ImageLength = 0x1849144, LaunchAddr = 0x8400CF00
Completed file(s):
-------------------------------------------------------------------------------
[0]: Address=0x84001000 Length=0x1849144 Name="" Target=RAM
ROMHDR at Address 84001044h
Launch Windows CE image by jumping to 0x8000CF00...
"Launch Windows CE image by jumping to 0x8000CF00..." is the last output messages .
But when I change the nk.bin,the work can be done. I just ues another NK.bin which i got from google code to boot my own board,remained MLO and ebootsd.nbo files.Messages are as follows:
BL_IMAGE_TYPE_BIN
Download file information:
-----------------------------------------------------------
[0]: Address=0x84001000 Length=0x01849144 Save=0x80001000
-----------------------------------------------------------
Download file type: 1
rom_offset=0x0.
ImageStart = 0x84001000, ImageLength = 0x1849144, LaunchAddr = 0x8400AD5C
Completed file(s):
-------------------------------------------------------------------------------
[0]: Address=0x84001000 Length=0x1849144 Name="" Target=RAM
ROMHDR at Address 84001044h
Launch Windows CE image by jumping to 0x8000ad5c...
Windows CE Kernel for ARM (Thumb Enabled) Built on Nov 24 2008 at 14:58:01
--- High Performance Frequecy is 32768 khz---
I guess maybe the problem is the LaunchAddr. The launchaddr of the first one is 0x8400cf00,the last one is 0x8400ad5c.
Pls help me.
Thanks Ofer