Skip to content

Commit

Permalink
artiq_flash: drop redundant instruction, tweak doc
Browse files Browse the repository at this point in the history
jordens committed Jan 6, 2016
1 parent 25ce092 commit 358ad2e
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions artiq/frontend/artiq_flash.py
Original file line number Diff line number Diff line change
@@ -33,10 +33,6 @@ def main():
'sudo cp openocd/contrib/99-openocd.rules /etc/udev/rules.d'
and replug the device. Ensure you are member of the
plugdev group: 'sudo adduser $USER plugdev' and re-login.
* Make the matching proxy bitstream accessible in ~/.migen or
/usr/local/share/migen or /usr/share/migen. Proxy bitstreams are
published at https://github.com/jordens/bscan_spi_bitstreams.
This script will tell you which one is needed.
""")
parser.add_argument("-t", "--target", default="kc705",
help="target board, default: %(default)s")
2 changes: 1 addition & 1 deletion doc/manual/installing.rst
Original file line number Diff line number Diff line change
@@ -207,7 +207,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
$ 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 move 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: ::

0 comments on commit 358ad2e

Please sign in to comment.