Commit 68990667 authored by Dimitris Lampridis's avatar Dimitris Lampridis

[doc] add links to wiki for installation instructions

parent 2ed5fc47
......@@ -39,10 +39,6 @@ Setting Up the Environment
The WRTD development environment has been tested and works best under Linux.
.. todo::
Add instructions on how to get release source tarball
The source code of WRTD is maintained in a `Git <https://git-scm.com/>`_ repository. To create a
local copy of it, please use:
......@@ -75,10 +71,13 @@ submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`_ within the WR
Furthermore, you will need a RISC-V cross-compilation toolchain for compiling the firmware for the
Nodes.
.. todo::
* Add instructions on how to install cross compiler from RPM
* Add instructions on how to install cross compiler from binary tarball
.. note:: Because at the time of the release of WRTD v1.0, the OHWR deployment procedures were
undergoing significant changes (in particular with respect to packaging), up-to-date
installation instructions for all the necessary development tools will be available
through the `project Wiki
<https://www.ohwr.org/project/wrtd/wikis/Development-Tools-Installation>`_. Once these
procedures have been finalised and tested, the contents of the wiki page will be merged
here.
Alternatively, you can try to build your own toolchain like this:
......
......@@ -7,10 +7,19 @@
Installation
------------
.. todo::
Decide on installation and document it
.. _permissions:
.. note:: Because at the time of the release of WRTD v1.0, the OHWR deployment procedures were
undergoing significant changes (in particular with respect to packaging), up-to-date
installation instructions will be available through the `project Wiki
<https://www.ohwr.org/project/wrtd/wikis/Installation-Instructions>`_. Once these
procedures have been finalised and tested, the contents of the wiki page will be merged
here.
Permissions
===========
By default, WRTD installs with read/write permissions for the root account only.
For users to be able to access the Nodes with a non-root account, it is necessary to set
appropriately the file permissions of all devices under ``/dev/mockturtle``.
Note that this is handled automatically when WRTD is installed through packages.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment