Getting the Current Firmware Versions - UG1739

AMD Solarflare X4 Series Ethernet Adapter User Guide (UG1739)

Document ID
UG1739
Release Date
2025-10-24
Revision
1.0 English

To get the current firmware versions for an X4 series Ethernet adapter:

  1. List the AMD Solarflare PCIe devices:
    # lspci -D -d 1924:
    0000:01:00.0 Ethernet controller: AMD Solarflare Device 0c03
    0000:01:00.1 Ethernet controller: AMD Solarflare Device 0c03
  2. Confirm that you can see the X4 series that you want to examine, and note the PCIe address of its first interface.

    In the above example, the address of the first interface is 0000:01:00.0.

    Note: The PCIe address includes the domain (0000) before the bus, device, and function (01:00.0).
  3. Use devlink to get version information for the PCIe address that you noted in step 2:
    # devlink dev info pci/0000:01:00.0 
    pci/0000:01:00.0:
      driver sfc
      serial_number 74272c830000
      board.serial_number 454202201110250675100000
      versions:
          fixed:
            board.rev 2
          running:
            fw.mgmt 1.0.6.9 (0226a71d0785)
            fw.mgmt.buildid 4c7e8175adeca2a5ccf56dfba88d8f87ac639bd6
            fw.mgmt.suc 0.5.0.0
            fw.bundle_id 1.0.3.11
            fw.bootloader 1.0.18.0
            fw.uefi 1.0.0.1
          stored:
            fw.bundle_id 0.0.0.0
  4. Confirm that versions are as expected.