forked from M-Labs/artiq
build/doc: simplify proxy bitstream locations
This commit is contained in:
parent
400999f6ad
commit
25ce0928bd
|
@ -11,5 +11,4 @@ cp misoc_nist_qc1_kc705/gateware/top.bit $SOC_PREFIX
|
|||
cp misoc_nist_qc1_kc705/software/bios/bios.bin $SOC_PREFIX
|
||||
cp misoc_nist_qc1_kc705/software/runtime/runtime.fbi $SOC_PREFIX
|
||||
|
||||
wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc7k325t.bit?raw=true -O bscan_spi_xc7k325t.bit
|
||||
mv bscan_spi_xc7k325t.bit $SOC_PREFIX
|
||||
wget -P $SOC_PREFIX https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc7k325t.bit
|
||||
|
|
|
@ -11,5 +11,4 @@ cp misoc_nist_qc2_kc705/gateware/top.bit $SOC_PREFIX
|
|||
cp misoc_nist_qc2_kc705/software/bios/bios.bin $SOC_PREFIX
|
||||
cp misoc_nist_qc2_kc705/software/runtime/runtime.fbi $SOC_PREFIX
|
||||
|
||||
wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc7k325t.bit?raw=true -O bscan_spi_xc7k325t.bit
|
||||
mv bscan_spi_xc7k325t.bit $SOC_PREFIX
|
||||
wget -P $SOC_PREFIX https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc7k325t.bit
|
||||
|
|
|
@ -11,5 +11,4 @@ cp misoc_nist_qc1_pipistrello/gateware/top.bit $SOC_PREFIX
|
|||
cp misoc_nist_qc1_pipistrello/software/bios/bios.bin $SOC_PREFIX
|
||||
cp misoc_nist_qc1_pipistrello/software/runtime/runtime.fbi $SOC_PREFIX
|
||||
|
||||
wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc6slx45.bit?raw=true -O bscan_spi_xc6slx45.bit
|
||||
mv bscan_spi_xc6slx45.bit $SOC_PREFIX
|
||||
wget -P $SOC_PREFIX https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc6slx45.bit
|
||||
|
|
|
@ -204,10 +204,10 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
|
|||
::
|
||||
|
||||
$ cd ~/artiq-dev
|
||||
$ wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc6slx45.bit?raw=true
|
||||
$ wget https://github.com/jordens/bscan_spi_bitstreams/blob/master/bscan_spi_xc7k325t.bit?raw=true
|
||||
$ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc7k325t.bit
|
||||
$ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc6slx45.bit
|
||||
|
||||
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``.
|
||||
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``.
|
||||
|
||||
|
||||
* Download and install MiSoC: ::
|
||||
|
@ -268,7 +268,8 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
|
|||
Executing booted program.
|
||||
ARTIQ runtime built <date/time>
|
||||
|
||||
The communication parameters are 115200 8-N-1.
|
||||
The communication parameters are 115200 8-N-1. Ensure that your user has access
|
||||
to the serial device (``sudo adduser $USER dialout`` assuming standard setup).
|
||||
|
||||
.. _installing-the-host-side-software:
|
||||
|
||||
|
|
Loading…
Reference in New Issue