Skip to content

Commit 0bbe886

Browse files
committedJan 6, 2016
doc/manual: umask warning and openocd installation refinement
1 parent 73b4aff commit 0bbe886

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

Diff for: ‎doc/manual/installing.rst

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The preferred way of installing ARTIQ is through the use of the conda package ma
55
The conda package contains pre-built binaries that you can directly flash to your board.
66
But you can also :ref:`install from sources <install-from-sources>`.
77

8+
.. warning::
9+
NIST users need to pay close attention to their ``umask``. The sledgehammer
10+
called ``secureconfig`` leaves you (and root) with umask 027 and files
11+
created by root (e.g. ``sudo make install``) insaccessible to you.
12+
The usual umask is 022.
13+
814
Installing using conda
915
----------------------
1016

@@ -186,6 +192,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
186192
$ cd ~/artiq-dev
187193
$ git clone https://github.com/ntfreak/openocd.git
188194
$ cd openocd
195+
$ sudo apt-get install build-essentials libtool libusb-1.0-0-dev libftdi-dev
189196
$ ./bootstrap
190197
$ ./configure
191198
$ make

0 commit comments

Comments
 (0)
Please sign in to comment.