summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Stróżyński <wstrozynski@antmicro.com>2014-04-03 16:25:38 +0200
committerWojciech Stróżyński <wstrozynski@antmicro.com>2014-04-03 16:25:38 +0200
commit4df65c1035f9fbfa02f694b6e5ea6d2449eae2c0 (patch)
tree506c26e304588fac20e9f2531aec0dc4fe6e27bc
parent40988fecc1da1a65d5a8dd16c90f0e7c46c06b7e (diff)
minor fixes
-rw-r--r--doc/source/introduction.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst
index af390ab..19a5e6e 100644
--- a/doc/source/introduction.rst
+++ b/doc/source/introduction.rst
@@ -300,19 +300,19 @@ OCRAM is recommended as default, but you may refer to :ref:`memory` for informat
.. code-block:: bash
- ./mqxboot hello.bin 0x3f000400 0x1f000411
+ mqxboot hello.bin 0x3f000400 0x1f000411
.. topic:: Loading to DRAM
.. code-block:: bash
- ./mqxboot hello.bin 0x8f000400 0x0f000411
+ mqxboot hello.bin 0x8f000400 0x0f000411
.. topic:: Loading to TCML
.. code-block:: bash
- ./mqxboot hello.bin 0x1f800400 0x1f800411
+ mqxboot hello.bin 0x1f800400 0x1f800411
.. _custom-config: