forked from M-Labs/artiq
doc: mention zadig being installed with offline installer
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
bd7daa5247
commit
3cd6d50ad9
|
@ -3,7 +3,12 @@
|
||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
ARTIQ-8 (Unreleased)
|
ARTIQ-9 (Unreleased)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Zadig Driver Installer was added to the MSYS2 offline installer.
|
||||||
|
|
||||||
|
ARTIQ-8
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Highlights:
|
Highlights:
|
||||||
|
|
|
@ -299,7 +299,7 @@ If you installed OpenOCD on Linux using Conda and are using the Conda environmen
|
||||||
$ sudo cp ~/.conda/envs/artiq/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
|
$ sudo cp ~/.conda/envs/artiq/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
|
||||||
$ sudo udevadm trigger
|
$ sudo udevadm trigger
|
||||||
|
|
||||||
* On Windows, a third-party tool, `Zadig <http://zadig.akeo.ie/>`_, is necessary. Use it as follows:
|
* On Windows, a third-party tool, `Zadig <http://zadig.akeo.ie/>`_, is necessary. It is also included with the MSYS2 offline installer and available from the Start Menu as ``Zadig Driver Installer``. Use it as follows:
|
||||||
|
|
||||||
1. Make sure the FPGA board's JTAG USB port is connected to your computer.
|
1. Make sure the FPGA board's JTAG USB port is connected to your computer.
|
||||||
2. Activate Options → List All Devices.
|
2. Activate Options → List All Devices.
|
||||||
|
|
Loading…
Reference in New Issue