Set the board's network configuration using values appropriate for your installation and then save the configuration.
For example, host IP of my PC is 192.168.2.109 and IP of our gateway is 192.168.2.64. We use the following command sequence for u-bbot setting:
=> setenv ethaddr 00:1e:59:2f:03:35
=> setenv serverip 192.168.2.109
=> setenv ipaddr 192.168.2.104
=> setenv netmask 255.255.255.0
=> setenv gatewayip 192.168.2.64
=> saveenv
=> reset
Test your connection after reset using similar command:
=> ping 192.168.2.64
=> ping 192.168.2.109
Test TFTP server on your PC using different PC. Often incorrect TFTP server setting produces similar behavior.
Usually the following command are use for kernel rootfs and dtb file loading in u-boot:
tftp 1000000 uImage // kernel image file loading
tftp 2000000 rootfs.ext2.gs.uboot // rootfs file loading
tftp c00000 your.dtb // your dtb file loading
Have a great day,
Pavel
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------