Freedom Studio OpenOCD Debugging with Arty7

How would you get Freedom Studio to Debug projects on the Arty7 Board via USB? When I tried to do this, I’m met with the following error:

For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
adapter speed: 10000 kHz
Info : auto-selecting first available session transport “jtag”. To override use 'transport select '.
Error: no device found
Error: unable to open ftdi device with vid 15ba, pid 002a, description ‘Olimex OpenOCD JTAG ARM-USB-TINY-H’, serial ‘’ at bus location '

Thanks in advance!

Is this on Windows?
If so then you probably need to install the WinUSB driver for the Olimex programmer.
Zadig is probably the easiest way.

https://zadig.akeo.ie/

Attach your programmer/board.
Run Zadig.
Select Options > List All Devices
In the dropdown list find Olimex OpenOCD JTAG ARM-USB-TINY-H (Interface 0)
Install the WinUSB driver

Try openocd again.

Hope this helps.