This is the UBL and U-BOOT logs:
DM36x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = SD/MMC
Starting SDMMC Copy...
DONE
Jumping to entry point at 0x81080000.
[board.c] [board_init_f] [273]
U-Boot 2010.12-rc2 (Nov 29 2011 - 20:40:11)
U-Boot code: 81080000 -> 810C8620 BSS: -> 81111A58
Cores: ARM 432 MHz
DDR: 340 MHz
I2C: ready
monitor len: 00091A58
ramsize: 10000000
TLB table at: 8fff0000
Top of RAM usable for U-Boot at: 8fff0000
Reserving 582k for U-Boot at: 8ff5e000
Reserving 1280k for malloc() at: 8fe1e000
Reserving 24 Bytes for Board Info at: 8fe1dfe8
Reserving 120 Bytes for Global Data at: 8fe1df70
New Stack Pointer is: 8fe1df68
RAM Configuration:
Bank #0: 80000000 256 MiB
relocation Offset is: 0eede000
[board.c] [board_init_r] [452]
monitor flash len: 00048620
Now running in RAM - U-Boot at: 8ff5e000
NAND: No NAND device found!!!
0 MiB
MMC: davinci: 0, davinci: 1
*** Warning - readenv() failed, using default environment
Destroy Hash Table: 8ffecad4 table = (null)
Create Hash Table: N=93
INSERT:
table 8ffecad4, filled 1/97 rv 8fe1e390 ==> name="bootargs"
value="console=ttyS0,115200n8 root=/dev/mmcblk0p1 rootwait
rootfstype=ext3 rw"
INSERT: table 8ffecad4, filled 2/97 rv 8fe1e504
==> name="bootcmd" value="mmc rescan 0;ext2load mmc 0 0x80700000
boot/uImage; bootm 0x80700000"
INSERT: table 8ffecad4, filled 3/97 rv 8fe1e534 ==> name="bootdelay" value="2"
INSERT: table 8ffecad4, filled 4/97 rv 8fe1e3e4 ==> name="baudrate" value="115200"
INSERT: table 8ffecad4, filled 5/97 rv 8fe1e7bc ==> name="ethaddr" value=""00:0e:99:02:cc:cb""
INSERT: table 8ffecad4, filled 6/97 rv 8fe1e480 ==> name="bootfile" value=""uImage""
INSERT: free(data = 8fe1e248)
INSERT: done
Net: [eth.c] [eth_initialize] [209]
[dm365evm.c] board_eth_init
EMAC_MDIO_CLOCK_FREQ=2200000
No ETH PHY detected!!!
dm9000
The SDK Version is dvsdk_4_02_00_06. and the phy is dm9161b,the board is dm368 board.
If I use dvsdk_4_00_00_17,the UBOOT can find the ETH PHY.But this version of uboot does not support boot from SD CARD.
What should I change with dvsdk_4_02_00_06's UBOOT ?