forked from M-Labs/artiq
artiq_flash: drop redundant instruction, tweak doc
This commit is contained in:
parent
25ce0928bd
commit
358ad2e927
|
@ -33,10 +33,6 @@ Prerequisites:
|
|||
'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")
|
||||
|
|
|
@ -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: ::
|
||||
|
|
Loading…
Reference in New Issue