Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21591 Discussions

driver request

Altera_Forum
Honored Contributor II
1,846 Views

I wish to use the window Jungo driver that to work with my cyclone V board. Where can I download those drivers and usage manual?

0 Kudos
10 Replies
Altera_Forum
Honored Contributor II
922 Views
0 Kudos
Altera_Forum
Honored Contributor II
922 Views

Is that PCI-express or USB driver? 

Take a look at this: 

https://github.com/hftrader/sgdma-pcie-driver-demo 

 

Look inside these reference designs, there are drivers in them: 

https://www.altera.com/products/reference-designs/ip/interface/m-pci-express-refdesigns.html 

 

Altera Wiki also has a reference: 

http://www.alterawiki.com/wiki/linux_pcie_driver
0 Kudos
Altera_Forum
Honored Contributor II
922 Views
0 Kudos
Altera_Forum
Honored Contributor II
922 Views

i think he is tlaking about the win usb driver....

0 Kudos
Altera_Forum
Honored Contributor II
922 Views

Given his name, it's no wonder he doesnt come across very clear.

0 Kudos
Altera_Forum
Honored Contributor II
922 Views

no offend Mr president, but the USB driver that you asking for is not developed by Altera as i know.

0 Kudos
Altera_Forum
Honored Contributor II
922 Views

My understanding is Altera does not develop any USB driver IP. You might need to find 3rd party design partner of Altera.

0 Kudos
Altera_Forum
Honored Contributor II
922 Views

On LInux, I dont think you'd need a driver. Drivers are there since usb is a standard. 

 

This is commonly used: 

 

http://libusb.info/ 

 

If you look around, it seems that only Windows needs drivers. Google's android USB driver for example is only necessary on windows. 

 

Nevertheless, here's the relevant page: 

https://msdn.microsoft.com/en-us/library/windows/hardware/hh406260(v=vs.85).aspx
0 Kudos
Altera_Forum
Honored Contributor II
922 Views

i think you can just start from the link i sent, it is a start off to the third party driver developer.

0 Kudos
Reply