summaryrefslogtreecommitdiff
path: root/doc/sphinx/userguide/buildingdevboard.rst
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-06-21 21:04:28 +0000
committerGitHub <noreply@github.com>2019-06-21 21:04:28 +0000
commite126922df3d5ac193d34b9a3b8bcb88625adec4a (patch)
treec2b6b96731cb4c592c996fd2d89324bef6e08329 /doc/sphinx/userguide/buildingdevboard.rst
parent868ca678c1a7e8355cf446df778c2fe0dff1bf9a (diff)
parent295e58ad1d2cff08b665b7e02d94e52dd15e0c57 (diff)
Merge pull request #294 from sifive/update-docs
Update docs
Diffstat (limited to 'doc/sphinx/userguide/buildingdevboard.rst')
-rw-r--r--doc/sphinx/userguide/buildingdevboard.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/userguide/buildingdevboard.rst b/doc/sphinx/userguide/buildingdevboard.rst
index d972b3a..5d46943 100644
--- a/doc/sphinx/userguide/buildingdevboard.rst
+++ b/doc/sphinx/userguide/buildingdevboard.rst
@@ -14,12 +14,12 @@ The square brackets in the above command indicate optional parameters for the
Make invocation. As you can see, the default values of these parameters tell
the build script to build the ``hello`` example for the ``sifive-hifive1`` target
using the ``debug`` build configuration. If, for example, you wished to build
-the ``timer-interrupt`` example for the S51 Arty FPGA Evaluation target using
+the ``timer-interrupt`` example for the Freedom E310 Arty FPGA Evaluation target using
the ``release`` build configuration, you would instead run the command
.. code-block:: bash
- make PROGRAM=timer-interrupt TARGET=coreip-s51-arty CONFIGURATION=release software
+ make PROGRAM=timer-interrupt TARGET=freedom-e310-arty CONFIGURATION=release software
Uploading to the Target Board
-----------------------------