From 3f93f169555fadfe78901ec8c217c1eaa54a656f Mon Sep 17 00:00:00 2001 From: wlph17 <55318763+wlph17@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:23:51 +0800 Subject: [PATCH] manual: add msys2 openocd instructions (#2014) --- doc/manual/installing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 19fe706a8..485c573f4 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -186,6 +186,10 @@ OpenOCD can be used to write the binary images into the core device FPGA board's With Nix, add ``aqmain.openocd-bscanspi`` to the shell packages. Be careful not to add ``pkgs.openocd`` instead - this would install OpenOCD from the NixOS package collection, which does not support ARTIQ boards. +With MSYS2, install ``openocd`` and ``bscan-spi-bitstreams`` as follows:: + + pacman -S mingw-w64-x86_64-openocd mingw-w64-x86_64-bscan-spi-bitstreams + With Conda, install ``openocd`` as follows:: $ conda install -c m-labs openocd