Intel FPGA USB下载电缆用户指南

ID 683076
日期 10/31/2016
Public

3.2.1. 在Red Hat Enterprise 4或更早版本中安装

  1. /etc/hotplug/usb.usermap文件中加入以下命令行。

    #

    # Altera USB-Blaster

    #

    usbblaster 0x03 0x09fb 0x6001 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0

    usbblaster 0x03 0x09fb 0x6002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0

    usbblaster 0x03 0x09fb 0x6003 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0

  2. 创建一个命名为/etc/hotplug/usb/usbblaster的文件,将以下命令行加入到此文件中。

    #!/bin/sh

    # USB-Blaster hotplug script

    # Allow any user to access the cable

    chmod 666 $DEVICE

  3. 使文件可执行。
  4. 如接下来的章节所述,通过在 Quartus® Prime软件中设置编程硬件来完成安装。