Intel Acceleration Stack Quick Start Guide for Intel® Programmable Acceleration Card with Intel® Arria® 10 GX FPGA

ID 683633
Date 12/04/2020
Public
Document Table of Contents

F.1. Why do I see a 'No Suitable slots found' message when running fpgaconf on my AFU image?

If you see a No suitable slots found message, ensure that your FIM version is compatible with your AFU image by completing the following steps:
  1. Refer to Identifying the Flash Image and BMC Firmware to determine the required <FIM version>.
  2. To verify that the AFU is compatible with the FIM version, run the following command:
    packager gbs-info --gbs=<gbs-file>
    For example, for nlb_mode_0.gbs run the following command:
    packager gbs-info --gbs=$OPAE_PLATFORM_ROOT/hw/samples/nlb_mode_0/bin/
    \nlb_mode_0_unsigned.gbs
    Sample output:
    {
        "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
        }
    }
    

The interface-uuid should match the FIM version (PR interface ID) you found in Identifying the Flash Image and BMC Firmware.