Eddy DK Programmer Guide
129
To change Eddy’s temporary IP address and TFTP server’s IP address proceed as follows.
Once the IP information is confirmed start recovery.
install bootloader <name of bootloader firmware> ; When recovering bootloader area
(Note: If the bootloader was damaged, it could not be recovered.)
install os <name of OS firmware>
; When recovering OS area
install fs <name of File System firmware> ; When recovering File System area
U-Boot>
printenv
.
.
ethaddr=00:05:F4:11:22:33
Config_Size=10000
stdin=serial
stdout=serial
stderr=serial
OS_Size==20000000
filesize=1f0f07
fileaddr=20000000
netmask=255.255.255.0
ipaddr=192.168.0.223
Å
IP Address of Eddy
serverip=192.168.0.220
Å
IP Address of TFTP server
FileSystem_Size=0
.
.
U-Boot>
U-Boot> setenv serverip <TFTP server IP address>
U-Boot> setenv ipaddr <Eddy IP address>
U-Boot>