Intel Acceleration Stack快速入门指南: Intel FPGA Programmable Acceleration Card D5005

ID 683394
日期 9/09/2020
Public
文档目录

D.1. 当在AFU映像上运行fpgasupdate时,为什么会看到'No Suitable slots found'消息?

如果看到No suitable slots found消息,那么要确保FIM版本与AFU映像兼容,步骤如下:
  1. 请参考识别FPGA接口管理器(FIM)和BMC固件版本来确定所需的<FIM version>
  2. 运行以下命令来验证AFU与FIM版本兼容:
    packager gbs-info --gbs=<gbs-file>
    例如,对nlb_mode_0_signed.gbs运行以下命令:
    packager gbs-info --gbs=$OPAE_PLATFORM_ROOT/hw/samples/nlb_mode_0/bin/\
    nlb_mode_0_unsigned.gbs
    样例输出:
    {
        "afu-image": {
            "interface-uuid": "9346116d-a52d-5ca8-b06a-a9a389ef7c8d", 
            "afu-top-interface": {
                "class": "ccip_std_afu_avalon_mm", 
                "module-ports": [
                    {
                        "params": {
                            "clock": "pClk"
                        }, 
                        "optional": true, 
                        "class": "local-memory"
                    }
                ]
            }, 
            "magic-no": 488605312, 
            "power": 0, 
            "accelerator-clusters": [
                {
                    "total-contexts": 1, 
                    "name": "nlb_mode_0", 
                    "accelerator-type-uuid": "d8424dc4-a4a3-c413-f89e-433683f9040b"
                }
            ]
        }, 
        "version": 1, 
        "signature": {
            "root_hash": "", 
            "CSK": null, 
            "root_pub_key-Y": "0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00", 
            "root_pub_key-X": "0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00", 
            "CSK_pub_key-Y": "0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00", 
            "CSK_pub_key-X": "0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00", 
            "root_key": null
        }
    }

interface-uuid应该与识别FPGA接口管理器(FIM)和BMC固件版本中的FIM版本(PR interface ID)相匹配。