summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-02-10 11:07:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-11 13:52:19 +0100
commit473368c55b175e8d0cf80b720d30a2808ca74a0b (patch)
treefd29c31b81cbe7fc19d13c598d239de91ebde59b /Documentation
parent597fda36d488161fc4aff0125f3c1f53929560c6 (diff)
downloadbarebox-473368c55b175e8d0cf80b720d30a2808ca74a0b.tar.gz
barebox-473368c55b175e8d0cf80b720d30a2808ca74a0b.tar.xz
Documentation: user manual: improve tftp description
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/user/barebox.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index b1f06b0080..530693d743 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -186,7 +186,9 @@ with U-Boot's 'go' command::
U-Boot: tftp $load_addr barebox.bin
U-Boot: go $load_addr
-With barebox already running on your board, this can be used to chainload another barebox::
+With barebox already running on your board, this can be used to chainload
+another barebox. For instance, if you mounted a TFTP server to ``/mnt/tftp``
+(see :ref:`filesystems_tftp` for how to do that), chainload barebox with::
bootm /mnt/tftp/barebox.bin