manual: add msys2 openocd instructions (#2014)

pull/1999/head
wlph17 2022-12-01 17:23:51 +08:00 committed by GitHub
parent 3735b7ea9d
commit 3f93f16955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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