summaryrefslogtreecommitdiffstats
path: root/user/testing/tftp.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-09-21 19:36:17 +1000
committerChris Johns <chrisj@rtems.org>2021-09-23 15:02:20 +1000
commit7b289f65992d6c8107433c54ee1478a4267dea37 (patch)
treeeabf408c63ef5c7034f756ce639dfde69593e312 /user/testing/tftp.rst
parentrtems: Fix message manager documentation (diff)
downloadrtems-docs-7b289f65992d6c8107433c54ee1478a4267dea37.tar.bz2
user/testing: Add the %wait directive
Diffstat (limited to 'user/testing/tftp.rst')
-rw-r--r--user/testing/tftp.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/user/testing/tftp.rst b/user/testing/tftp.rst
index ade8f9a..4cb16ef 100644
--- a/user/testing/tftp.rst
+++ b/user/testing/tftp.rst
@@ -10,10 +10,14 @@ TFTP and U-Boot
.. index:: TFTP, U-Boot, Testing
TFTP and U-Boot provides a simple way to test RTEMS on a network capable
-target. The RTEMS Tester starts a TFTP server for each test and the target's
-boot monitor, in this case U-Boot request a file, any file, which the TFTP
-server supplies. U-Boot loads the executable and boots it using a standard
-U-Boot script.
+target. The RTEMS Tester starts a TFTP server session for each test and the
+target's boot monitor, in this case U-Boot request a file, any file, which the
+TFTP server supplies. U-Boot loads the executable and boots it using a
+standard U-Boot script.
+
+The RTEMS Tester contains a TFTP server so no external TFTP server or
+configuration is required. If you have an external TFTP server and wish to use
+that resource the :ref:`tester-config-wait` directive can be used.
.. _fig-tester-tftp-u-boot: