This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

no serial output messages of NK.bin after I booted omap3530 from SD card

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

  • Lizhe,

    Depending on the version of the BSP you are using, you might be able to enable OAL retail messages on UART. This is an option on the eboot menu. If this is available, please enable it and check the messages on UART.

    That would give an idea of why you have a difference in the output and any difference in the behaviour of the target.

    regards,

    Aparna