Skip to content

Commit 25ce092

Browse files
committedJan 5, 2016
build/doc: simplify proxy bitstream locations
1 parent 400999f commit 25ce092

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed
 

Diff for: ‎conda/artiq-kc705-nist_qc1/build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ cp misoc_nist_qc1_kc705/gateware/top.bit $SOC_PREFIX
1111
cp misoc_nist_qc1_kc705/software/bios/bios.bin $SOC_PREFIX
1212
cp misoc_nist_qc1_kc705/software/runtime/runtime.fbi $SOC_PREFIX
1313

14-
wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc7k325t.bit?raw=true -O bscan_spi_xc7k325t.bit
15-
mv bscan_spi_xc7k325t.bit $SOC_PREFIX
14+
wget -P $SOC_PREFIX https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc7k325t.bit

Diff for: ‎conda/artiq-kc705-nist_qc2/build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ cp misoc_nist_qc2_kc705/gateware/top.bit $SOC_PREFIX
1111
cp misoc_nist_qc2_kc705/software/bios/bios.bin $SOC_PREFIX
1212
cp misoc_nist_qc2_kc705/software/runtime/runtime.fbi $SOC_PREFIX
1313

14-
wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc7k325t.bit?raw=true -O bscan_spi_xc7k325t.bit
15-
mv bscan_spi_xc7k325t.bit $SOC_PREFIX
14+
wget -P $SOC_PREFIX https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc7k325t.bit

Diff for: ‎conda/artiq-pipistrello-nist_qc1/build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ cp misoc_nist_qc1_pipistrello/gateware/top.bit $SOC_PREFIX
1111
cp misoc_nist_qc1_pipistrello/software/bios/bios.bin $SOC_PREFIX
1212
cp misoc_nist_qc1_pipistrello/software/runtime/runtime.fbi $SOC_PREFIX
1313

14-
wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc6slx45.bit?raw=true -O bscan_spi_xc6slx45.bit
15-
mv bscan_spi_xc6slx45.bit $SOC_PREFIX
14+
wget -P $SOC_PREFIX https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc6slx45.bit

Diff for: ‎doc/manual/installing.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
204204
::
205205

206206
$ cd ~/artiq-dev
207-
$ wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc6slx45.bit?raw=true
208-
$ wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc7k325t.bit?raw=true
207+
$ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc7k325t.bit
208+
$ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc6slx45.bit
209209

210-
Then copy both files ``~/artiq-dev/bscan_spi_xc6slx45.bit`` and ``~/artiq-dev/bscan_spi_xc7k325t.bit`` to ``~/.migen``, ``/usr/local/share/migen`` or ``/usr/share/migen``.
210+
Then copy both files ``~/artiq-dev/bscan_spi_xc6slx45.bit`` and ``~/artiq-dev/bscan_spi_xc7k325t.bit`` to ``~/.migen``, ``/usr/local/share/migen``, or ``/usr/share/migen``.
211211

212212

213213
* Download and install MiSoC: ::
@@ -268,7 +268,8 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
268268
Executing booted program.
269269
ARTIQ runtime built <date/time>
270270

271-
The communication parameters are 115200 8-N-1.
271+
The communication parameters are 115200 8-N-1. Ensure that your user has access
272+
to the serial device (``sudo adduser $USER dialout`` assuming standard setup).
272273

273274
.. _installing-the-host-side-software:
274275

0 commit comments

Comments
 (0)