芯片是am5728,SDK版本是ti-processor-sdk-linux-am57xx-evm-06.03.00.106-Linux-x86-Install.bin
在board-support\u-boot-2019.01+gitAUTOINC+333c3e72d3-g333c3e72d3目录下执行如下命令:
make CROSS_COMPILE=arm-linux-gnueabihf- distclean
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm am57xx_evm_defconfig all
之后把MLO、u-boot.img到SD卡的BOOT分区启动,想用tftp方式启动内核,设置好网络参数,然后ping主机,显示如下
=> ping 192.168.1.105
ethernet@48484000 Waiting for PHY auto negotiation to complete................. TIMEOUT !
ping failed; host 192.168.1.105 is not alive
请问原因是什么?uboot哪里需要做修改?谢谢

