Intel® Acceleration Stack用户指南: Intel FPGA Programmable Acceleration Card N3000

ID 683040
日期 8/17/2020
Public
文档目录

4.2.5. 安装配置文件

配置(cfg)安装程序安装所有需要用于升级 Intel® FPGA PAC N3000到当前版本的二进制文件(FPGA, Intel® MAX® 10)。

  1. 安装相应的配置设置文件(2x2x25G,4x25G或者8x10G)。
    • 文件名:n3000-1.3.6-cfg-*-setup.sh
    • 更改权限:
      $ sudo chmod +x n3000-1.3.6-cfg-*-setup.sh
  2. 运行脚本:
    $ sudo ./n3000-1.3.6-cfg-*-setup.sh -y --install-dir /tmp/tmp_cfg \
    --owner  <user[:group]>
    重要: 您必须使用--install-dir option和配置脚本来防止覆盖/inteldevstack或者/intelrtestack目录。
    样例输出:
    Running setup
    Beginning installation
    Processing group "OPAE FPGA Image Files for 4x25G"
    Analyzing dependencies...
    Analyzing packages to install...
    error running: ['yum', 'info', 'opae-one-time-update-n3000-25G.noarch']
    error running: ['yum', 'info', 'opae-super-rsu-n3000-4x25G.noarch']
                    Installing OPAE FPGA Image Files for 4x25G packages...
                                    opae-one-time-update-n3000-25G-1.3.6-6.noarch.rpm
                                    opae-super-rsu-n3000-4x25G-1.3.6-6.noarch.rpm
    Changing ownership on /tmp/tmp_cfg
    Installation done
    

    上面输出中的消息error running: [ 'yum' , …]是正常的,可以忽略。

  3. 验证一次性更新(OTSU)和super-rsu文件的正确安装。
    • 如果安装2x2x25G或者4x25G配置安装程序,那么已安装的文件位于
      ls -l /usr/share/opae/n3000/one-time-update/25G/
      ls -l /usr/share/opae/n3000/super-rsu/<config directory>/
      其中<config directory> = 2x2x25G or 4x25G。
    • 如果安装8x10G配置安装程序,那么已安装的文件位于
      ls -l /usr/share/opae/n3000/one-time-update/10G/
      ls -l /usr/share/opae/n3000/super-rsu/<config directory>/
      其中<config directory> = 8x10G。