From d51d4e6ce084e1eafd53dbf02b1dfbeb314e2ceb Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 26 Nov 2020 10:53:39 +0800 Subject: [PATCH] doc: fix missing instructions for bypassing Si5324 on Kasli --- doc/manual/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index dbebb129f..e91163808 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -287,9 +287,9 @@ For DRTIO systems, the startup kernel should wait until the desired destinations If you are using DRTIO and the default routing table (for a star topology) is not suitable to your needs, prepare and load a different routing table. See :ref:`Using DRTIO `. -* Select the RTIO clock source (KC705 only) +* Select the RTIO clock source (KC705 and Kasli) -The KC705 may use either an external clock signal or its internal clock. The clock is selected at power-up. Use one of these commands: :: +The KC705 may use either an external clock signal or its internal clock. The clock is selected at power-up. For Kasli, setting the RTIO clock source to "external" would bypass the Si5324 synthesiser, requiring that an input clock be present. To select the source, use one of these commands: :: $ artiq_coremgmt config write -s rtio_clock i # internal clock (default) $ artiq_coremgmt config write -s rtio_clock e # external clock