From cdcaee80d1cefd66388f860064084e6341dc0642 Mon Sep 17 00:00:00 2001 From: newell Date: Mon, 7 Oct 2024 21:34:18 -0700 Subject: [PATCH] Point to Hydra server for EBAZ4205 --- doc/manual/flashing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/flashing.rst b/doc/manual/flashing.rst index 715cd63b0..00301e5c2 100644 --- a/doc/manual/flashing.rst +++ b/doc/manual/flashing.rst @@ -17,7 +17,7 @@ Run the command:: Replace ```` with the login name that was given to you with the subscription, ```` with the name of your system variant, and ```` with the name of an empty directory, which will be created by the command if it does not exist. Enter your password when prompted and wait for the build (if applicable) and download to finish. If you experience issues with the AFWS client, write to the helpdesk@ email. For more information about :mod:`~artiq.frontend.afws_client` see also the corresponding entry on the :ref:`Utilities ` page. -For certain configurations (KC705 or ZC706 only) it is also possible to source firmware from `the M-Labs Hydra server `_ (in ``main`` and ``zynq`` respectively). +For certain configurations (KC705, ZC706, or EBAZ4205 only) it is also possible to source firmware from `the M-Labs Hydra server `_ (in ``main``, ``zynq`` and ``zynq`` respectively). Without a subscription, you may build the firmware yourself from the open source code. See the section :doc:`building_developing`.