Dears,
I builed nor type u-boot.bin and put in sd card.
I power on ti816x-evm, the uart message as below:
U-Boot 2010.06 (May 29 2013 - 10:50:13)
DRAM: 2 GiB
MMC: OMAP SD/MMC: 0
Using default environment
Hit any key to stop autoboot: 0
TI8168_EVM#
Type
TI8168_EVM# mw.b 0x81000000 0xff 0x1c0000
TI8168_EVM# mmc rescan 0
TI8168_EVM# fatload mmc 0 0x81000000 u-boot.bin
TI8168_EVM# cp.w 0x81000000 0x08000000 0x1c0000
then the system crash, after type "cp.w 0x81000000 0x08000000 0x1c0000" and press return key;