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.

Question about Installing DM368 U-Boot and UBL

Hi, everyone.
I'm developing two DM368 board by learning from the TI's DM368IPNC-MT5 reference designs. One is almost the same as DM368IPNC-MT5, the other has some difference by making some change about the application, but I think the boot part is not changed.
when I install the U-Boot and UBL, there are some difference. The messages from the borad making no change is showed as follow:

DM36x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x00000008.
   DONE
Jumping to entry point at 0x81080000.

 Reset RTC Fail..
 DM365_IPNC_UBL_1.0.0

U-Boot 1.3.4 (Apr 20 2010 - 11:58:37) DM365-IPNC-1.0.0


This is the same as the DM368IPNC-MT5, and the board can work well.

When I install the other board, the messages is:

DM36x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x00000018.
   DONE
Jumping to entry point at 0x81080040.

 DM368_IPNC_UBL_1.0.0
 *******************************
 DM36x Diagnostic Program v1.0.0
 *******************************
 1: Auto Test
 2: Manual Test
 3: Image Calibration

 Select No.:

 

I don't know why the program jumping to 0x81080040, and the magicnum is found in 0x00000018.
 
I am really confused it.
Could anybody help me?
Thank you.