From b0d2705c385f64b6e6711c1726cd9178f40b598e Mon Sep 17 00:00:00 2001 From: architeuthidae Date: Fri, 19 Jul 2024 18:15:43 +0800 Subject: [PATCH] doc: link fixes --- doc/manual/configuring.rst | 2 ++ doc/manual/core_device.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/manual/configuring.rst b/doc/manual/configuring.rst index a95c587d8..97206d064 100644 --- a/doc/manual/configuring.rst +++ b/doc/manual/configuring.rst @@ -1,6 +1,8 @@ Networking and configuration ============================ +.. _core-device-networking: + Setting up core device networking --------------------------------- diff --git a/doc/manual/core_device.rst b/doc/manual/core_device.rst index 951dfd514..8cf176062 100644 --- a/doc/manual/core_device.rst +++ b/doc/manual/core_device.rst @@ -13,9 +13,9 @@ Flash storage The core device contains some flash storage space which is used to store configuration data. It is one sector (typically 64 kB) large and organized as a list of key-value records, accessible either through ``artiq_mkfs`` and ``artiq_flash`` or, preferably in most cases, the ``config`` option of the ``artiq_coremgmt`` core management tool (see below). Information can be stored to keys of any name, but the specific keys currently used and referenced by ARTIQ are summarized below: ``idle_kernel`` - Stores (compiled ``.tar`` or ``.elf`` binary of) idle kernel. See :ref:`miscellaneous_config_core_device`. + Stores (compiled ``.tar`` or ``.elf`` binary of) idle kernel. See :ref:`core-device-config`. ``startup_kernel`` - Stores (compiled ``.tar`` or ``.elf`` binary of) startup kernel. See :ref:`miscellaneous_config_core_device`. + Stores (compiled ``.tar`` or ``.elf`` binary of) startup kernel. See :ref:`core-device-config`. ``ip`` Sets IP address of core device. For this and other networking options see also :ref:`core-device-networking`. ``mac``