forked from M-Labs/artiq
manual: closes #63, tell to install xc3sprog before flashing
This commit is contained in:
parent
813a2a2edf
commit
3471ef80fd
|
@ -51,6 +51,8 @@ You now need to flash 3 things on the FPGA board:
|
||||||
2. The BIOS
|
2. The BIOS
|
||||||
3. The ARTIQ runtime
|
3. The ARTIQ runtime
|
||||||
|
|
||||||
|
First you need to :ref:`install xc3sprog <install-xc3sprog>`. Then, you can flash the board:
|
||||||
|
|
||||||
* For the Pipistrello board::
|
* For the Pipistrello board::
|
||||||
|
|
||||||
$ artiq_flash.sh -t pipistrello
|
$ artiq_flash.sh -t pipistrello
|
||||||
|
@ -122,6 +124,8 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
|
||||||
$ make -j4
|
$ make -j4
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
|
.. _install-xc3sprog:
|
||||||
|
|
||||||
* Install JTAG tools needed to program the Pipistrello and KC705:
|
* Install JTAG tools needed to program the Pipistrello and KC705:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
Loading…
Reference in New Issue