Intel® FPGA Download Cable User Guide

ID 683076
Date 1/16/2024
Public
Document Table of Contents

3.2.2. Installing on Red Hat Enterprise 5 and 6

  1. Create a file named /etc/udev/rules.d/51-usbblaster.rules
  2. In the file, add the following lines, depending on the type of download cable.
    Ensure that all the code is in one line.
    • Intel® FPGA Download Cable:
      BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666"
      BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6002", MODE="0666" 
      BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6003", MODE="0666"
    • Intel® FPGA Download Cable II:
      BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6010", MODE="0666"
      BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6810", MODE="0666"
Now you can set up the programming hardware in the Intel® Quartus® Prime software.