forked from M-Labs/artiq
doc: core device page
This commit is contained in:
parent
1818e8173b
commit
c0030406c3
|
@ -1,5 +1,24 @@
|
||||||
|
Core device
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. _core-device-flash-storage:
|
||||||
|
|
||||||
|
Flash storage
|
||||||
|
*************
|
||||||
|
|
||||||
|
The core device contains some flash space that can be used to store
|
||||||
|
some configuration data.
|
||||||
|
|
||||||
|
This storage area is used to store the core device MAC address, IP address and even the idle kernel.
|
||||||
|
|
||||||
|
The flash storage area is one sector (typically 64 kB) large and is organized as a list
|
||||||
|
of key-value records.
|
||||||
|
|
||||||
|
This flash storage space can be accessed by using the artiq_coretool :ref:`core-device-access-tool`.
|
||||||
|
|
||||||
|
|
||||||
FPGA board ports
|
FPGA board ports
|
||||||
================
|
****************
|
||||||
|
|
||||||
KC705
|
KC705
|
||||||
-----
|
-----
|
|
@ -1,14 +0,0 @@
|
||||||
.. _core-device-flash-storage:
|
|
||||||
|
|
||||||
Core device flash storage
|
|
||||||
=========================
|
|
||||||
|
|
||||||
The core device contains some flash space that can be used to store
|
|
||||||
some configuration data.
|
|
||||||
|
|
||||||
This storage area is used to store the core device MAC address, IP address and even the idle kernel.
|
|
||||||
|
|
||||||
The flash storage area is one sector (64 kB) large and is organized as a list
|
|
||||||
of key-value records.
|
|
||||||
|
|
||||||
This flash storage space can be accessed by using the artiq_coretool.py :ref:`core-device-access-tool`.
|
|
|
@ -11,12 +11,11 @@ Contents:
|
||||||
getting_started
|
getting_started
|
||||||
developing_a_ndsp
|
developing_a_ndsp
|
||||||
management_system
|
management_system
|
||||||
|
core_device
|
||||||
core_language_reference
|
core_language_reference
|
||||||
core_drivers_reference
|
core_drivers_reference
|
||||||
protocols_reference
|
protocols_reference
|
||||||
ndsp_reference
|
ndsp_reference
|
||||||
core_device_flash_storage
|
|
||||||
utilities
|
utilities
|
||||||
fpga_board_ports
|
|
||||||
default_network_ports
|
default_network_ports
|
||||||
faq
|
faq
|
||||||
|
|
Loading…
Reference in New Issue