mirror of https://github.com/m-labs/artiq.git
doc: link fixes
This commit is contained in:
parent
7e6a94c6b0
commit
b0d2705c38
|
@ -1,6 +1,8 @@
|
||||||
Networking and configuration
|
Networking and configuration
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
.. _core-device-networking:
|
||||||
|
|
||||||
Setting up core device networking
|
Setting up core device networking
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
|
|
|
@ -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:
|
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``
|
``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``
|
``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``
|
``ip``
|
||||||
Sets IP address of core device. For this and other networking options see also :ref:`core-device-networking`.
|
Sets IP address of core device. For this and other networking options see also :ref:`core-device-networking`.
|
||||||
``mac``
|
``mac``
|
||||||
|
|
Loading…
Reference in New Issue