コマンドを入力しましたが、setenv ippaddr xxxx.xxxx.xxxx.xxxx
実際にそのアドレスのネットワークに接続されていないようです。
同じサブネットのアドレスでプライベートネットワークを設定しましたが、2つの間の通信は成功しませんでした。
答え1
マニュアルによれば、次のことを行う必要があります。
U-Boot> setenv ipaddr 192.168.1.126
U-Boot> setenv serverip 192.168.1.1
U-Boot> setenv netmask 255.255.255.0
U-Boot> saveenv
Saving Environment to Flash...
Un-Protected 1 sectors
Erasing Flash...
. done
Erased 1 sectors
Writing to Flash... done
Protected 1 sectors
U-Boot>