From d5b631fa3bcd822815c7f875432b15e8b9875395 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 28 Feb 2019 08:36:39 +1100 Subject: User: Change output block to type none. --- user/testing/tftp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/testing') 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 -- cgit v1.2.3