forked from M-Labs/artiq
doc: document common KC705 problems. Closes #450
This commit is contained in:
parent
97ec3de6f3
commit
2803b8574e
|
@ -29,6 +29,13 @@ KC705
|
|||
|
||||
The main target board for the ARTIQ core device is the KC705 development board from Xilinx. It supports the NIST QC1 hardware via an adapter, and the NIST CLOCK and QC2 hardware (FMC).
|
||||
|
||||
Common problems
|
||||
+++++++++++++++
|
||||
|
||||
* The SW13 switches on the board need to be set to 00001.
|
||||
* When connected, QC1 and CLOCK adapters break the JTAG chain due to TDI not being connect to TDO on the FMC mezzanine.
|
||||
* On some boards, the JTAG USB connector is not correctly soldered.
|
||||
|
||||
NIST QC1
|
||||
++++++++
|
||||
|
||||
|
|
|
@ -131,6 +131,8 @@ Then, you can flash the board:
|
|||
|
||||
$ artiq_flash -t kc705 -m [qc1/clock/qc2]
|
||||
|
||||
The SW13 switches also need to be set to 00001.
|
||||
|
||||
For the KC705, the next step is to flash the MAC and IP addresses to the board. See :ref:`those instructions <flash-mac-ip-addr>`.
|
||||
|
||||
.. _install-from-sources:
|
||||
|
|
Loading…
Reference in New Issue