Olimex Support Forum

Others => FPGA => Topic started by: sukruth on November 06, 2024, 07:46:16 AM

Title: unable to configure gatemateA1-EVB through FPGA-Jtag
Post by: sukruth on November 06, 2024, 07:46:16 AM
I am unable to configure the GatemateA1-EVB fpga via jtag in windows system and getting the following error

C:\FPGA\cc-toolchain-win\cc-toolchain-win\workspace\blink>run.bat jtag
empty
unable to open ftdi device: -3 (device not found)
JTAG init failed with: unable to open ftdi device

after driver installation in zadig as per the toolchain installation user guide.
Title: Re: unable to configure gatemateA1-EVB through FPGA-Jtag
Post by: LubOlimex on November 06, 2024, 11:06:02 AM
Seems like the JTAG is not recognized. Is it show in "Windows Device Manager" as shown on page 15? Follow 5.3 blindly word by word.
Title: Re: unable to configure gatemateA1-EVB through FPGA-Jtag
Post by: sukruth on November 07, 2024, 06:47:32 AM
the device was shown as DirtyJTAG(composite parent) under libusb-win32 devices in the device manager after using zadig.


I have also reuploaded dirtyJtag.uf2 binary file  but the same error persists.



faced same problem when using linux :-

/Downloads/cc-toolchain-linux/workspace/blink$ make jtag
../../bin/openFPGALoader/openFPGALoader  -b gatemate_evb_jtag blink_00.cfg
empty
unable to open ftdi device: -3 (device not found)
JTAG init failed with: unable to open ftdi device
make: *** [../config.mk:40: jtag] Error 1
Title: Re: unable to configure gatemateA1-EVB through FPGA-Jtag
Post by: LubOlimex on November 08, 2024, 01:22:57 PM
No idea, maybe check on the OpenFPGALoader repo isses, maybe check for similar issues, like this:

https://github.com/trabucayre/openFPGALoader/issues/245
Title: Re: unable to configure gatemateA1-EVB through FPGA-Jtag
Post by: sukruth on November 13, 2024, 01:25:12 PM
I was able to solve the issue, please refer to this

https://github.com/trabucayre/openFPGALoader/issues/495
Title: Re: unable to configure gatemateA1-EVB through FPGA-Jtag
Post by: LubOlimex on November 13, 2024, 04:46:05 PM
Thanks for the update.