[PATCH 3/4] Documentation: user manual: improve tftp description

Robert Schwebel r.schwebel at pengutronix.de
Wed Feb 10 02:07:36 PST 2016


Signed-off-by: Robert Schwebel <r.schwebel at pengutronix.de>
---
 Documentation/user/barebox.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index b1f06b0..530693d 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
 
-- 
2.7.0.rc3




More information about the barebox mailing list