Altera_Forum
Honored Contributor
11 years agodriver request
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?
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?
Are you talking about this thing?
https://www.altera.com/products/intellectual-property/altera/d-jungo_windriver.htmlIs 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_driverLook here
http://www.alterawiki.com/wiki/linux_pcie_driver Hidden into these designs are linux drivers too https://www.altera.com/products/reference-designs/ip/interface/m-pci-express-refdesigns.htmli think he is tlaking about the win usb driver....
Given his name, it's no wonder he doesnt come across very clear.
no offend Mr president, but the USB driver that you asking for is not developed by Altera as i know.
My understanding is Altera does not develop any USB driver IP. You might need to find 3rd party design partner of Altera.
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).aspxi think you can just start from the link i sent, it is a start off to the third party driver developer.