Welcome 微信登录

首页 / 操作系统 / Linux / Ubuntu 下Xilinx USB cable的驱动问题

问题缘由及解决办法:When using XILINX JTAG software like Impact, Chipscope and XMD on Linux, the proprietary kernel module windrvr from Jungo is needed to access the parallel- or usb-cable. As this module does not work with current linux kernel versions (> 2.6.18) a library was developed, which emulates the module in userspace and allows the tools to access the JTAG cable without the need for a proprietary kernel module.是的,就是需要编译这个库,来模仿module的行为,其他问题在上面的主页都好找,我是从git下的最新edition来用的,也不管稳定版还是开发版了:1.git init2.git clone git://git.zerfleddert.de/usb-driver3.makeA:编译前需要先安装libusb-dev的包,否则报错找不到usb.h:sudo apt-get install libusb-devB:Built library is 64 bit. Run `make lib32" to build a 32 bit version,只是提醒,不影响结果4.找个地方把库给copy过去,然后,在你source settings64.sh之后,打开ise之前,执行如下语句:export LD_PRELOAD=$yourpath/libusb-driver.so我做完上面的动作之后,impact打开不再有找不到module的提示,但是仍然没有发现device,重新启动Ubuntu。重启的时候提示usb加载有问题,是否跳过,按s跳过。。。重启后启动impact,一切正常。VMware安装网卡驱动的方法应用技术:Linux下测试磁盘的读写IO速度相关资讯      Ubuntu使用教程 
  • Ubuntu使用教程:E: 无法获得锁 /  (06/19/2014 17:15:12)
  • Ubuntu使用教程 :让Trusty Tahr变  (05/07/2014 16:30:53)
  • 怎样打开64位 Ubuntu 的32位支持功  (04/27/2014 17:15:36)
  • Ubuntu 11.04 环境指纹识别驱动的  (05/22/2014 09:57:26)
  • Ubuntu 下disk清理保护  (05/01/2014 07:24:50)
  • Ubuntu 14.04自动登录到桌面  (04/24/2014 14:00:53)
本文评论 查看全部评论 (0)
表情: 姓名: 字数