From bfd31f33c01ca442e00006f4cb4bed60f1cbad83 Mon Sep 17 00:00:00 2001 From: morgan Date: Wed, 12 Nov 2025 14:36:41 +0800 Subject: [PATCH] efc: fix unclear artiq_flash directory path --- src/hw/efc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw/efc.md b/src/hw/efc.md index f895bfb..cabf423 100644 --- a/src/hw/efc.md +++ b/src/hw/efc.md @@ -85,7 +85,7 @@ Use the Digilent HS2 JTAG adapter connected to the JTAG port on the EFC, located To flash the gateware and firmware onto the EFC board, ```shell -artiq_flash --srcbuild -t [efc1v0, efc1v1] -d artiq_efc/EFC +artiq_flash --srcbuild -t [efc1v0, efc1v1] -d artiq_efc/ ``` ## Link recalibration