Skip to content

Instantly share code, notes, and snippets.

@zeroping
Created September 28, 2018 00:41
Show Gist options
  • Save zeroping/47f089391d6c8f7254239247f5aec858 to your computer and use it in GitHub Desktop.
Save zeroping/47f089391d6c8f7254239247f5aec858 to your computer and use it in GitHub Desktop.
<uboot is booting, with a TFTP server accessible on network port 1>
...
dup 1 speed 1000
Using eth0 device
TFTP from server 192.168.100.8; our IP address is 192.168.100.9
Filename 'fwupgrade.cfg'.
Load address: 0x80100000
Loading: *
Retry count exceeded; starting again
Retry...
Trying eth0
Using eth0 device
TFTP from server 192.168.100.8; our IP address is 192.168.100.9
Filename 'fwupgrade.cfg'.
Load address: 0x80100000
Loading: #######################################
done
Bytes transferred = 196608 (30000 hex)
Trying eth0
Using eth0 device
TFTP from server 192.168.100.8; our IP address is 192.168.100.9
Filename 'fwupgrade.cfg.sig'.
Load address: 0x80130000
Loading: #################################################################
#################################################################
#################################################################
##############
....
#################################################################
#################################################################
#################################################################
################
TFTP error: Invalid address 0x82100000 with size 512
Retry...
Trying eth0
Using eth0 device
TFTP from server 192.168.100.8; our IP address is 192.168.100.9
Filename 'fwupgrade.cfg.sig'.
Load address: 0x80130000
Loading: #################################################################
#################################################################
#################################################################
########################
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment