From 2803b8574e53dd51133d44c009a7a63429119bb7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 3 Jun 2016 23:19:01 -0400 Subject: [PATCH] doc: document common KC705 problems. Closes #450 --- doc/manual/core_device.rst | 7 +++++++ doc/manual/installing.rst | 2 ++ 2 files changed, 9 insertions(+) diff --git a/doc/manual/core_device.rst b/doc/manual/core_device.rst index 5d3800e09..6c5776194 100644 --- a/doc/manual/core_device.rst +++ b/doc/manual/core_device.rst @@ -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 ++++++++ diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 3fea300b4..580add3db 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -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 `. .. _install-from-sources: