summaryrefslogtreecommitdiffstats
path: root/user/testing
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-02-28 08:36:39 +1100
committerChris Johns <chrisj@rtems.org>2019-03-01 09:52:59 +1100
commitd5b631fa3bcd822815c7f875432b15e8b9875395 (patch)
tree153c5012fad2b329b10d11fbd248828fa8ef9928 /user/testing
parentAdd commands and output to the README. (diff)
downloadrtems-docs-d5b631fa3bcd822815c7f875432b15e8b9875395.tar.bz2
User: Change output block to type none.
Diffstat (limited to 'user/testing')
-rw-r--r--user/testing/tftp.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/testing/tftp.rst b/user/testing/tftp.rst
index 54b744a..1abf469 100644
--- a/user/testing/tftp.rst
+++ b/user/testing/tftp.rst
@@ -61,7 +61,7 @@ you follow the instructions for you target.
Configure U-Boot to network boot using the TFTP protocol. This is U-Boot script
for a Zedboard:
-.. code-block:: shell
+.. code-block:: none
loadaddr=0x02000000
uenvcmd=echo Booting RTEMS Zed from net; set autoload no; dhcp; set serverip 10.10.5.2; tftpboot zed/rtems.img; bootm; reset;
@@ -166,7 +166,7 @@ substituted
Some of these field are normally provided by a user's configuration. To do this
use:
-.. code-block:: shell
+.. code-block:: ini
requires = bsp_tty_dev, target_on_command, target_off_command, target_reset_command