doc: document common KC705 problems. Closes #450

This commit is contained in:
Sebastien Bourdeauducq 2016-06-03 23:19:01 -04:00
parent 5ce155614e
commit e8aadd0a1a
2 changed files with 9 additions and 0 deletions

View File

@ -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
++++++++

View File

@ -135,6 +135,8 @@ Then, you can flash the board:
$ artiq_flash -t kc705 -m [nist_qc1/nist_clock/nist_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: