Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 908 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 908 Bytes

altera-jtag-bridge

Client Library and Server Daemon to bridge Altera USB Blaster II JTAG commands from a Linux VM to a FreeBSD system.

Developement & Test Environment

Thing Value
Host FreeBSD 11.0-RELEASE-p1
Guest Linux 2.6.32-642.el6.x86_64 (CentOS 6.8)
Hypervisor bhyve
Quartus II Version 14.1
Device Terasic DE0-Nano

Quick Start

Host

On the Host machine, one to which the device is connected, execute

(install-path)/altera-jtag-bridge/run/run-server.sh &

Client

Set the server IP address in run/client-env.sh and execute

(install-path)/altera-jtag-bridge/run/run-jtagd.sh &

Launch client before to executing any Quartus software otherwise the original jtagd will be launched and this client will not be able to execute. The server needs to be running on the host system or the client will fail to execute.

Send Bug & Error Reports to : [email protected]