Forum Discussion
Altera_Forum
Honored Contributor
10 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?
10 Replies
- Altera_Forum
Honored Contributor
Are you talking about this thing?
https://www.altera.com/products/intellectual-property/altera/d-jungo_windriver.html - Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
Look 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.html - Altera_Forum
Honored Contributor
i think he is tlaking about the win usb driver....
- Altera_Forum
Honored Contributor
Given his name, it's no wonder he doesnt come across very clear.
- Altera_Forum
Honored Contributor
no offend Mr president, but the USB driver that you asking for is not developed by Altera as i know.
- Altera_Forum
Honored Contributor
My understanding is Altera does not develop any USB driver IP. You might need to find 3rd party design partner of Altera.
- Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
i think you can just start from the link i sent, it is a start off to the third party driver developer.