summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-05-03 15:21:16 -0700
committerSimon Glass <sjg@chromium.org>2011-08-24 09:56:42 -0700
commiteb8430bab0ce7af39642417923f93760f9828901 (patch)
tree0d8a4c2bff5bbb21d0fa68a80a3b6ee926ebe6f9 /README
parent58be262c52e89dd2cf11e82f1bd6ade27c21d44f (diff)
Add tftp speed indication
This prints a tftp speed indication after the download completes. This is the 3.6 MiB/s indicator below. Tegra2 (SeaBoard) # tftp ... Using asx0 device TFTP from server 172.22.72.144; our IP address is 172.22.73.81 Filename '/tftpboot/uImage-user-seaboard-1'. Load address: 0x408000 Loading: ################################################# 3.6 MiB/s done BUG=chromium-os:13228 TEST=Boot on Seaboard, make sure message appears. Use 'time tftp ...' to make sure that speed reported is approximately right. Change-Id: I5e96e2ef6aa196a6fd8486f2dae0fe11f7464f20 Reviewed-on: http://gerrit.chromium.org/gerrit/225 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index b253d00149..b1a5317686 100644
--- a/README
+++ b/README
@@ -2026,6 +2026,15 @@ The following options need to be configured:
A better solution is to properly configure the firewall,
but sometimes that is not allowed.
+- TFTP Speed:
+ CONFIG_TFTP_SPEED
+
+ If this is defined, the approximate download speed of the
+ tftp operation will be displayed after the # progress
+ markers, like this:
+
+ Loading: ########### (more #) ############ 3.6 MiB/s
+
- Show boot progress:
CONFIG_SHOW_BOOT_PROGRESS