From 1836ab5196a6524e61ed6f5215aceec6bb9dc840 Mon Sep 17 00:00:00 2001 From: newell Date: Sat, 16 Nov 2024 23:33:38 -0800 Subject: [PATCH] doc: Add note that 150 MHz internal reference is not supported for EBAZ4205 (#2617) --- doc/manual/core_device.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/manual/core_device.rst b/doc/manual/core_device.rst index 762aa438b..e72f80153 100644 --- a/doc/manual/core_device.rst +++ b/doc/manual/core_device.rst @@ -166,6 +166,9 @@ EBAZ4205 The `EBAZ4205 `_ Zynq-SoC control card, originally used in the Ebit E9+ BTC miner, is a low-cost development board (around $20-$30 USD), making it an ideal option for experimenting with ARTIQ. To use the EBAZ4205, it's important to carefully follow the board documentation to configure it to boot from the SD card, as network booting via ``artiq_netboot`` is currently unsupported. This is because the Ethernet PHY is routed through the EMIO, requiring the FPGA to be programmed before the board can establish a network connection. +.. note:: + Although both ``int_100`` and ``int_125`` are supported, ``int_150`` -- used to synthesize a 150MHz RTIO clock -- is not currently compatible with the EBAZ4205. + SD BOOT """""""