Guest User

Untitled

a guest
Sep 8th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. Hello, im trying to connect my brand new "Digilent Arty Artix-7 35T FPGA" to my Thinkpad P52s USB Port.
  2. The board is well powered up, but the software (Vivado HLx & USB/UART tty) doesnt seem to recognize it (dmesg errors).
  3.  
  4. I installed the Vivavdo HLx suite + the specific cable_drivers as described :
  5. p30-p31
  6. https://www.xilinx.com/support/documentation/sw_manuals/xilinx2018_2/ug973-vivado-release-notes-install-license.pdf
  7.  
  8. Thanks for your help !
  9.  
  10. $ lsb_release -a
  11. No LSB modules are available.
  12. Distributor ID: Ubuntu
  13. Description: Ubuntu 18.04.1 LTS
  14. Release: 18.04
  15. Codename: bionic
  16.  
  17. $ uname -a
  18. Linux jimmy-comp 4.15.0-33-generic #36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  19.  
  20.  
  21. /opt/Xilinx/Vivado/2018.2/data/xicom/cable_drivers/lin64/install_script/install_drivers$ sudo ./install_drivers
  22. INFO: Installing cable drivers.
  23. INFO: Script name = ./install_drivers
  24. INFO: HostName = jimmy-comp
  25. INFO: Current working dir = /opt/Xilinx/Vivado/2018.2/data/xicom/cable_drivers/lin64/install_script/install_drivers
  26. INFO: Kernel version = 4.15.0-33-generic.
  27. INFO: Arch = x86_64.
  28. USB udev file exists and will not be updated.
  29. --File /etc/udev/rules.d/52-xilinx-ftdi-usb.rules exists.
  30. --File /etc/udev/rules.d/52-xilinx-ftdi-usb.rules version =
  31. --File 52-xilinx-ftdi-usb.rules exists.
  32. --File 52-xilinx-ftdi-usb.rules version =
  33. --File 52-xilinx-ftdi-usb.rules is newer than the destination file.
  34. --Updating rules file.
  35. --File /etc/udev/rules.d/52-xilinx-pcusb.rules exists.
  36. --File /etc/udev/rules.d/52-xilinx-pcusb.rules version = 0002
  37. --File 52-xilinx-pcusb.rules exists.
  38. --File 52-xilinx-pcusb.rules version = 0002
  39. --File 52-xilinx-pcusb.rules is already updated.
  40.  
  41. INFO: Digilent Return code = 0
  42. INFO: Xilinx Return code = 0
  43. INFO: Xilinx FTDI Return code = 0
  44. INFO: Return code = 0
  45. INFO: Driver installation successful.
  46. CRITICAL WARNING: Cable(s) on the system must be unplugged then plugged back in order for the driver scripts to update the cables.
  47.  
  48.  
  49. $ dmesg
  50. [ 4104.086589] usb 1-2: new high-speed USB device number 59 using xhci_hcd
  51. [ 4104.214296] usb 1-2: device descriptor read/64, error -71
  52. [ 4104.450627] usb 1-2: device descriptor read/64, error -71
  53. [ 4104.686556] usb 1-2: new high-speed USB device number 60 using xhci_hcd
  54. [ 4104.814451] usb 1-2: device descriptor read/64, error -71
  55. [ 4105.050596] usb 1-2: device descriptor read/64, error -71
  56. [ 4105.158613] usb usb1-port2: attempt power cycle
  57. [ 4105.810562] usb 1-2: new high-speed USB device number 61 using xhci_hcd
  58. [ 4105.810722] usb 1-2: Device not responding to setup address.
  59. [ 4106.018349] usb 1-2: Device not responding to setup address.
  60. [ 4106.226551] usb 1-2: device not accepting address 61, error -71
  61. [ 4106.354105] usb 1-2: new high-speed USB device number 62 using xhci_hcd
  62. [ 4106.354286] usb 1-2: Device not responding to setup address.
  63. [ 4106.562320] usb 1-2: Device not responding to setup address.
  64. [ 4106.770308] usb 1-2: device not accepting address 62, error -71
  65. [ 4106.770444] usb usb1-port2: unable to enumerate USB device
Advertisement
Add Comment
Please, Sign In to add comment