setenv ipaddr 192.168.1.10 setenv serverip 192.168.1.100 saveenv Execute the following in order :
printenv Look for ipaddr (should be 192.168.1.10) and serverip (must match your TFTP host). If not set:
tftp 0x82000000 ec230-g1_v2.4.6.bin erase 0x9FE80000 +0x170000 cp.b 0x82000000 0x9FE80000 0x170000 Wait for the cp.b command to finish—do not interrupt. To avoid legacy config corruption:
setenv ipaddr 192.168.1.10 setenv serverip 192.168.1.100 saveenv Execute the following in order :
printenv Look for ipaddr (should be 192.168.1.10) and serverip (must match your TFTP host). If not set: ec230-g1 firmware upgrade
tftp 0x82000000 ec230-g1_v2.4.6.bin erase 0x9FE80000 +0x170000 cp.b 0x82000000 0x9FE80000 0x170000 Wait for the cp.b command to finish—do not interrupt. To avoid legacy config corruption: setenv ipaddr 192