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 ...@@ -39,10 +39,6 @@ Setting Up the Environment
The WRTD development environment has been tested and works best under Linux. 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 The source code of WRTD is maintained in a `Git <https://git-scm.com/>`_ repository. To create a
local copy of it, please use: local copy of it, please use:
...@@ -75,10 +71,13 @@ submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`_ within the WR ...@@ -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 Furthermore, you will need a RISC-V cross-compilation toolchain for compiling the firmware for the
Nodes. Nodes.
.. todo:: .. 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
* Add instructions on how to install cross compiler from RPM installation instructions for all the necessary development tools will be available
* Add instructions on how to install cross compiler from binary tarball 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: Alternatively, you can try to build your own toolchain like this:
......
...@@ -7,10 +7,19 @@ ...@@ -7,10 +7,19 @@
Installation Installation
------------ ------------
.. todo:: .. note:: Because at the time of the release of WRTD v1.0, the OHWR deployment procedures were
Decide on installation and document it undergoing significant changes (in particular with respect to packaging), up-to-date
installation instructions will be available through the `project Wiki
.. _permissions: <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 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