forked from M-Labs/artiq
doc: automatic artiq_flash proxy
This commit is contained in:
parent
edbc7763e0
commit
28ccca412a
|
@ -22,6 +22,8 @@ ARTIQ-4
|
|||
* The master now has a ``--name`` argument. If given, the dashboard is labelled
|
||||
with this name rather than the server address.
|
||||
* ``artiq_flash -m/--adapter`` has been changed to ``artiq_flash -V/--variant``.
|
||||
* The ``proxy`` action of ``artiq_flash`` is determined automatically and should
|
||||
not be specified manually anymore.
|
||||
* ``kc705_dds`` has been renamed ``kc705``.
|
||||
* the ``-H/--hw-adapter`` option of ``kc705`` has ben renamed ``-V/--variant``.
|
||||
* SPI masters have been switched from misoc-spi to misoc-spi2. This affects
|
||||
|
|
|
@ -161,7 +161,7 @@ This should be done after either installation method (conda or source).
|
|||
* Set the MAC and IP address in the :ref:`core device configuration flash storage <core-device-flash-storage>` (see above for the ``-t`` and ``-m`` options to ``artiq_flash`` that may be required): ::
|
||||
|
||||
$ artiq_mkfs flash_storage.img -s mac xx:xx:xx:xx:xx:xx -s ip xx.xx.xx.xx
|
||||
$ artiq_flash -t [board] -m [adapter] -f flash_storage.img proxy storage start
|
||||
$ artiq_flash -t [board] -m [adapter] -f flash_storage.img storage start
|
||||
|
||||
* (optional) Flash the idle kernel
|
||||
|
||||
|
|
Loading…
Reference in New Issue