面向采用Intel® Arria® 10 GX FPGA的Intel®可编程加速卡的Intel加速堆栈快速入门指南

ID 683633
日期 12/04/2020
Public
文档目录

F.1. 在AFU映像上运行fpgaconf时,为什么会出现'No Suitable slots found'信息?

如果看到No suitable slots found信息,那么要通过执行以下步骤来确保您的FIM版本与AFU映像兼容:
  1. 请参考识别Flash映像和BMC固件来确定所需的<FIM version>
  2. 运行以下命令来验证AFU是否与FIM版本兼容:
    packager gbs-info --gbs=<gbs-file>
    例如,对于nlb_mode_0.gbs,运行以下命令:
    packager gbs-info --gbs=$OPAE_PLATFORM_ROOT/hw/samples/nlb_mode_0/bin/
    \nlb_mode_0_unsigned.gbs
    样例输出:
    {
        "afu-image": {
            "interface-uuid": "14574a97-8b70-5111-a272-4c8d4197642c
    ",
            "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": "0xf8 0xff 0x7e 0x0a 0x52 0xa3 0x78 0x48 0x3c 0x85 0x30 0x1d 0xf4 0x9c 0x7d 0x55 0xff 0xd2 0x6f 0x79 0x41 0x21 0xbd 0xb8 0xb1 0x02 0xd7 0xe1 0xc3 0x13 0x2b 0xb9",
            "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应该与识别Flash映像和BMC固件中的FIM版本(PR interface ID)相匹配。